[Fix-13287][doc]Fix Chinese workflow-definition.md duplication description in execution-type (#13361)

This commit is contained in:
Donald Yang 2023-01-10 11:33:42 +08:00 committed by GitHub
parent 4f73fe1bd8
commit 8f7b141fe7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -39,7 +39,7 @@
- **执行策略**
- `并行`:如果对于同一个工作流定义,同时有多个工作流实例,则并行执行工作流实例。
- `串行等待`:如果对于同一个工作流定义,同时有多个工作流实例,则行执行工作流实例。
- `串行等待`:如果对于同一个工作流定义,同时有多个工作流实例,则行执行工作流实例。
- `串行抛弃`:如果对于同一个工作流定义,同时有多个工作流实例,则抛弃后生成的工作流实例并杀掉正在跑的实例。
- `串行优先`:如果对于同一个工作流定义,同时有多个工作流实例,则按照优先级串行执行工作流实例。