Skip to content

Commit

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

Expand Down

0 comments on commit 29421b9

Please sign in to comment.