You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: engine/api/notification/user.go
+5-5Lines changed: 5 additions & 5 deletions
Original file line number
Diff line number
Diff line change
@@ -24,7 +24,7 @@ func Init(uiurl string) {
24
24
}
25
25
26
26
// GetUserWorkflowEvents return events to send for the given workflow run
27
-
funcGetUserWorkflowEvents(ctx context.Context, db gorp.SqlExecutor, store cache.Store, wsdk.Workflow, previousWR*sdk.WorkflowNodeRun, nr sdk.WorkflowNodeRun) []sdk.EventNotif {
27
+
funcGetUserWorkflowEvents(ctx context.Context, db gorp.SqlExecutor, store cache.Store, projectIDint64, projectKey, workflowNamestring, notifs []sdk.WorkflowNotification, previousWR*sdk.WorkflowNodeRun, nr sdk.WorkflowNodeRun) []sdk.EventNotif {
28
28
events:= []sdk.EventNotif{}
29
29
30
30
//Compute notification
@@ -33,7 +33,7 @@ func GetUserWorkflowEvents(ctx context.Context, db gorp.SqlExecutor, store cache
0 commit comments