Order Steps
In the canvas, each card represents a capacity. The arrows show the chain.
- Maintain a map;
- Move it horizontally;
- release it to the desired position;
- check the arrows;
- Record.
The order from left to right becomes the order of execution. A map can be moved vertically to make the diagram more legible, but it is its horizontal position that determines the sorting.
Example: Avoid incorrect booking
In an appointment workflow, placeVérifier la disponibilitéleft ofProposer un créneauthenCréer le rendez-vousRight. The first step reads the calendar, the second transforms the result into understandable choice and the third writes only after confirmation.
Moving a map vertically only improves the legibility of the schema; Move it horizontally to change execution. After recording, reread the arrows in the same order as the expected route.