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: dolphinscheduler-master/src/main/java/org/apache/dolphinscheduler/server/master/engine/graph/IWorkflowExecutionGraph.java
+2-1Lines changed: 2 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -115,7 +115,8 @@ public interface IWorkflowExecutionGraph {
115
115
116
116
/**
117
117
* Check whether the given task can be trigger now.
118
-
* <p> The task can be trigger if all the predecessors are finished and all predecessors are not failure/pause/kill.
118
+
* <p> The task can be trigger only all the predecessors are finished and all predecessors are not failure/pause/kill.
119
+
* <p> Once the task has been triggered, then will also return false.
Copy file name to clipboardExpand all lines: dolphinscheduler-master/src/main/java/org/apache/dolphinscheduler/server/master/engine/graph/WorkflowExecutionGraph.java
+4Lines changed: 4 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -181,6 +181,10 @@ public List<ITaskExecutionRunnable> getAllTaskExecutionRunnable() {
0 commit comments