Skip to content

Commit

Permalink
fix(api): add node run ID on workflowNodeRunEvent (#5167)
Browse files Browse the repository at this point in the history
  • Loading branch information
sguiheux authored May 7, 2020
1 parent 8c856e3 commit 896dd46
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions engine/api/event/publish_workflow_run.go
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@ func publishRunWorkflow(ctx context.Context, payload interface{}, data publishWo
EnvironmentName: data.environmentName,
WorkflowRunNum: data.workflowRunNum,
WorkflowRunNumSub: data.workflowRunSubNum,
WorkflowNodeRunID: data.workflowNodeRunID,
Status: data.status,
Tags: data.workflowRunTags,
EventIntegrationsID: eventIntegrationsID,
Expand Down

0 comments on commit 896dd46

Please sign in to comment.