Skip to content

Commit 494e7a6

Browse files
authored
fix(spec): update operation state actionMode defaults to sequential (#704)
Signed-off-by: lsytj0413 <[email protected]> Signed-off-by: lsytj0413 <[email protected]>
1 parent b3d3d51 commit 494e7a6

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
@@ -2278,7 +2278,7 @@ Note that `transition` and `end` properties are mutually exclusive, meaning that
22782278
| --- | --- | --- | --- |
22792279
| name | Unique State name | string | yes |
22802280
| type | State type | string | yes |
2281-
| actionMode | Should actions be performed sequentially or in parallel | enum | no |
2281+
| actionMode | Should actions be performed sequentially or in parallel. Default is `sequential` | enum | no |
22822282
| [actions](#Action-Definition) | Actions to be performed | array | yes |
22832283
| [timeouts](#Workflow-Timeouts) | State specific timeout settings | object | no |
22842284
| [stateDataFilter](#State-data-filters) | State data filter | object | no |

0 commit comments

Comments
 (0)