Skip to content

Commit 05207b3

Browse files
authored
add hyperlinks to examples (#390)
1 parent 933e571 commit 05207b3

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
@@ -2364,7 +2364,7 @@ the state should transition to the next state or can end the workflow execution
23642364
| Parameter | Description | Type | Required |
23652365
| --- | --- | --- | --- |
23662366
| eventRefs | References one or more unique event names in the defined workflow [events](#Event-Definition) | array | yes |
2367-
| actionMode | Specifies how actions are to be performed (in sequence of parallel). Default is "sequential" | string | no |
2367+
| actionMode | Specifies how actions are to be performed (in sequence or in parallel). Default is "sequential" | string | no |
23682368
| [actions](#Action-Definition) | Actions to be performed | array | no |
23692369
| [eventDataFilter](#Event-data-filters) | Event data filter definition | object | no |
23702370

0 commit comments

Comments
 (0)