Hi all,
I need to understand how to create parallel states in the Editor, specifically these two permutations:
- N parallel states, ALL of which need to complete before moving on, with an onDone and onError next step
- N parallel states, only a specific one that needs to complete before moving on, the others should not block the machine from progressing to the next state
I think I can sort it out with code, but I need to understand how to do it with the editor (and see if it's easy enough for biz people to follow) before committing to xState as the lib to use 🙂