File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -213,7 +213,7 @@ unchanged throughout its execution.
213
213
214
214
Workflow instances can be started providing some data input. This is described in detail in the
215
215
[ workflow data input] ( #Workflow-Data-Input ) section.
216
- Workflow instances can also wait for examples to start their execution, which is the case
216
+ Workflow instances can also wait for events to start their execution, which is the case
217
217
where a workflow definition contains a [ EventState] ( #Event-State ) starting workflow state.
218
218
219
219
The workflow definition also explicitly defines when a workflow instance should be completed.
@@ -1640,7 +1640,7 @@ Let's say we have the following workflow definition:
1640
1640
"name": "simpleadd",
1641
1641
"functions": [
1642
1642
{
1643
- "name": "Iicrement -count-function",
1643
+ "name": "increment -count-function",
1644
1644
"type": "expression",
1645
1645
"operation": ".count += 1 | .count"
1646
1646
}
You can’t perform that action at this time.
0 commit comments