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.
213213
214214Workflow instances can be started providing some data input. This is described in detail in the
215215[ 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
217217where a workflow definition contains a [ EventState] ( #Event-State ) starting workflow state.
218218
219219The 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:
16401640 "name": "simpleadd",
16411641 "functions": [
16421642 {
1643- "name": "Iicrement -count-function",
1643+ "name": "increment -count-function",
16441644 "type": "expression",
16451645 "operation": ".count += 1 | .count"
16461646 }
You can’t perform that action at this time.
0 commit comments