You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@dolphinscheduler.apache.org by GitBox <gi...@apache.org> on 2022/09/23 06:26:04 UTC

[GitHub] [dolphinscheduler] caishunfeng commented on a diff in pull request #12121: [Doc][Improvement] Add instructions for process execution type and data complement

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: commits-unsubscribe@dolphinscheduler.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org