Skip to content

Commit

Permalink
fix: Add missing status setting on a code path
Browse files Browse the repository at this point in the history
  • Loading branch information
krynble committed Sep 27, 2023
1 parent cd6e228 commit a06ef93
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/core/src/WorkflowExecute.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1591,6 +1591,7 @@ export class WorkflowExecute {
} else {
Logger.verbose('Workflow execution finished successfully', { workflowId: workflow.id });
fullRunData.finished = true;
fullRunData.status = 'success';
}

// Check if static data changed
Expand Down

0 comments on commit a06ef93

Please sign in to comment.