File tree Expand file tree Collapse file tree 1 file changed +1
-3
lines changed Expand file tree Collapse file tree 1 file changed +1
-3
lines changed Original file line number Diff line number Diff line change @@ -94,7 +94,7 @@ const interactiveMachine = createMachine({
94
94
});
95
95
```
96
96
97
- And ` invoke ` can be an array, to invoke multiple actors:
97
+ And ` invoke ` can be an array, to invoke [ multiple actors] ( #multiple-actors ) :
98
98
99
99
``` ts
100
100
const vitalsWorkflow = createMachine ({
@@ -113,8 +113,6 @@ const vitalsWorkflow = createMachine({
113
113
})
114
114
```
115
115
116
- See [ Multiple Actors] ( #multiple-actors ) for more.
117
-
118
116
For further examples, see:
119
117
- [ Reusing function and event definitions workflow] ( https://github.com/statelyai/xstate/tree/next/examples/workflow-reusing-functions/main.ts )
120
118
- [ Check inbox periodically (cron-based workflow)] ( https://github.com/statelyai/xstate/tree/next/examples/workflow-check-inbox/main.ts )
You can’t perform that action at this time.
0 commit comments