Hello, I'm building a state machine to explain our CI. It's a good opportunity to introduce xstate to the team. I've started to model the state machine, but I haven't worked much with parallel states.
My questions:
- There is an initial state on the parallel state, but both children states start, does this initial state have some meaning?
- I'm connecting the nested states directly to other external states and it causes a lot of "wiring" and makes it a bit noisy. Is this a normal thing to do or are there more readable alternatives?
- I was starting to implement a guard, but I can't find the place to edit it. Did it change? I could swear I did it on the editor before.
This is the ongoing state machine: https://stately.ai/registry/editor/ae678c2f-a611-44ae-8a89-1b32cb1c92d7?mode=Design&machineId=7e6eb546-da01-42b1-84d6-ea086c4305b3
Thank you,
Artur