State machine running sequence

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:

  1. Activities in the Entry section are performed
  2. Trigger Conditions are evaluated
  3. Activities in the Trigger Action are performed
  4. Activities in the Exit section are performed

Happy Automation

@Aleem_Khan

  1. Entry → Trigger condition → Trigger action → Exit
  2. Entry → Transition action → Destination → Exit

cheers