Book a Demo

Author Topic: StateMachine - Effect execution different for interpreted vs executable  (Read 3038 times)

OldProgrammer

  • EA Novice
  • *
  • Posts: 10
  • Karma: +0/-0
    • View Profile
Effects for interpreted vs executable when using a choice execute at different times.

Interpreted: [state1] -> (skipped Effect1) -> <choice> -> [state2](Execute Effect1)
Executable : [state1] -> (Execute Effect1) -> <choice> -> [state2]