Skip to content

Commit ef30636

Browse files
authored
[Fix-18199][Doc] Fix incorrect description of Serial Discard execution strategy (#18204)
1 parent 16dbda9 commit ef30636

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

docs/docs/en/guide/project/workflow-definition.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ Click the `Save` button and configure `process execution type` in the pop-up win
5656

5757
- `Parallel`: If there are multiple instances of the same workflow definition, execute the instances in parallel.
5858
- `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.
6060
- `Serial Priority`: If there are multiple instances of the same workflow definition, execute the instances according to the priority in serial.
6161

6262
![workflow-execution-type](../../../../img/new_ui/dev/project/workflow-execution-type.png)

docs/docs/zh/guide/project/workflow-definition.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@
4040
- **执行策略**
4141
- `并行`:如果对于同一个工作流定义,同时有多个工作流实例,则并行执行工作流实例。
4242
- `串行等待`:如果对于同一个工作流定义,同时有多个工作流实例,则串行执行工作流实例。
43-
- `串行抛弃`:如果对于同一个工作流定义,同时有多个工作流实例,则抛弃后生成的工作流实例并杀掉正在跑的实例
43+
- `串行抛弃`:如果对于同一个工作流定义,已有正在运行的工作流实例,则抛弃后续生成的工作流实例,正在运行的实例不受影响
4444
- `串行优先`:如果对于同一个工作流定义,同时有多个工作流实例,则按照优先级串行执行工作流实例。
4545

4646
![workflow-execution-type](../../../../img/new_ui/dev/project/workflow-execution-type.png)

0 commit comments

Comments
 (0)