Can you please give the correct answer of State machine running sequence there are multiple questions which has fame in different way which make me doubt.
Hi @Aleem_Khan
correct execution sequence is:
- Activities in the Entry section are performed
- Trigger Conditions are evaluated
- Activities in the Trigger Action are performed
- Activities in the Exit section are performed
Happy Automation
- Entry → Trigger condition → Trigger action → Exit
- Entry → Transition action → Destination → Exit
cheers