Skip to content

Commit 3ccea45

Browse files
authored
Merge pull request #693 from lsytj0413/fix-parallel-desp
fix(*): parallel numCompleted is required if completionType is `atLeast`
2 parents 3dd6669 + 33405e4 commit 3ccea45

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

specification.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2504,7 +2504,7 @@ Note that `transition` and `end` properties are mutually exclusive, meaning that
25042504
| type | State type | string | yes |
25052505
| [branches](#Parallel-State-Branch) | List of branches for this parallel state| array | yes |
25062506
| completionType | Option types on how to complete branch execution. Default is "allOf" | enum | no |
2507-
| numCompleted | Used when branchCompletionType is set to `atLeast` to specify the least number of branches that must complete in order for the state to transition/end. | string or number | no |
2507+
| numCompleted | Used when branchCompletionType is set to `atLeast` to specify the least number of branches that must complete in order for the state to transition/end. | string or number | yes (if completionType is `atLeast`) |
25082508
| [timeouts](#Workflow-Timeouts) | State specific timeout settings | object | no |
25092509
| [stateDataFilter](#State-data-filters) | State data filter | object | no |
25102510
| [onErrors](#Error-Definition) | States error handling and retries definitions | array | no |

0 commit comments

Comments
 (0)