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: docs/docs/en/guide/project/workflow-definition.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -56,7 +56,7 @@ Click the `Save` button and configure `process execution type` in the pop-up win
56
56
57
57
-`Parallel`: If there are multiple instances of the same workflow definition, execute the instances in parallel.
58
58
-`Serial Wait`: If there are multiple instances of the same workflow definition, execute the instances in serial.
59
-
-`Serial Discard`: If there are multiple instances of the same workflow definition, discard the later ones and kill the current running ones.
59
+
-`Serial Discard`: If there is a running instance of the same workflow definition, the later ones will be discarded; the running instance is not affected.
60
60
-`Serial Priority`: If there are multiple instances of the same workflow definition, execute the instances according to the priority in serial.
0 commit comments