Skip to content

Commit

Permalink
remove commented runstatus
Browse files Browse the repository at this point in the history
  • Loading branch information
jenny-s51 committed Mar 14, 2024
1 parent 576be1e commit 184125f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ export const createExecution2 = (): [string, PipelineNodeModel[]] => {
},
runAfterTasks: ['task_2_1'],
data: {
// status: RunStatus.Succeeded,
status: RunStatus.Succeeded,
endTerminalType: EdgeTerminalType.directional
}
};
Expand Down

0 comments on commit 184125f

Please sign in to comment.