This is an automated email from the ASF dual-hosted git repository.
SbloodyS pushed a commit to branch dev
in repository https://gitbox.apache.org/repos/asf/dolphinscheduler.git
The following commit(s) were added to refs/heads/dev by this push:
new ef30636269 [Fix-18199][Doc] Fix incorrect description of Serial
Discard execution strategy (#18204)
ef30636269 is described below
commit ef306362698d892186670e563e3c2d800ff33c7d
Author: Wenjun Ruan <[email protected]>
AuthorDate: Fri May 1 11:49:02 2026 +0800
[Fix-18199][Doc] Fix incorrect description of Serial Discard execution
strategy (#18204)
---
docs/docs/en/guide/project/workflow-definition.md | 2 +-
docs/docs/zh/guide/project/workflow-definition.md | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/docs/docs/en/guide/project/workflow-definition.md
b/docs/docs/en/guide/project/workflow-definition.md
index d46f06eb2d..4f1991cd9f 100644
--- a/docs/docs/en/guide/project/workflow-definition.md
+++ b/docs/docs/en/guide/project/workflow-definition.md
@@ -56,7 +56,7 @@ Click the `Save` button and configure `process execution
type` in the pop-up win
- `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 and kill the current running ones.
+- `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.
- `Serial Priority`: If there are multiple instances of the same workflow
definition, execute the instances according to the priority in serial.

diff --git a/docs/docs/zh/guide/project/workflow-definition.md
b/docs/docs/zh/guide/project/workflow-definition.md
index b7505bafc8..99d0be4412 100644
--- a/docs/docs/zh/guide/project/workflow-definition.md
+++ b/docs/docs/zh/guide/project/workflow-definition.md
@@ -40,7 +40,7 @@
- **执行策略**
- `并行`:如果对于同一个工作流定义,同时有多个工作流实例,则并行执行工作流实例。
- `串行等待`:如果对于同一个工作流定义,同时有多个工作流实例,则串行执行工作流实例。
-- `串行抛弃`:如果对于同一个工作流定义,同时有多个工作流实例,则抛弃后生成的工作流实例并杀掉正在跑的实例。
+- `串行抛弃`:如果对于同一个工作流定义,已有正在运行的工作流实例,则抛弃后续生成的工作流实例,正在运行的实例不受影响。
- `串行优先`:如果对于同一个工作流定义,同时有多个工作流实例,则按照优先级串行执行工作流实例。
