caishunfeng commented on code in PR #12121:
URL: https://github.com/apache/dolphinscheduler/pull/12121#discussion_r978299926


##########
docs/docs/en/guide/project/workflow-definition.md:
##########
@@ -50,6 +50,17 @@ Click the `Save` button, and the "Set DAG chart name" window 
pops up, as shown i
 
 ![workflow-save](../../../../img/new_ui/dev/project/workflow-save.png)
 
+### Configure workflow (process) execution type
+
+Click the `Save` button and configure `process execution type` in the pop-up 
window. There are four process execution types:
+
+- `Parallel`: If there are multiple instances of the same workflow definition, 
execute the instances in parallel.
+- `Serial Wait`: If there are multiple instances of the same workflow 
definition, execute the instances in serial.
+- `Serial Discard`: If there are multiple instances of the same workflow 
definition, discard the later ones.

Review Comment:
   `Serial Discard`: If there are multiple instances of the same workflow 
definition, discard the later ones and kill the current running ones.



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to