State Machine Does Not Change States

  • 26 March 2021
  • 0 replies
  • 252 views

Userlevel 5
Badge +19
ISSUE
When using a state machine action in a workflow, the workflow processes actions after the change state action, instead of changing states.
ERROR CODE
RESOLUTION
Reorganize the workflow so that change state actions occur as the last actions in the state machine.
ADDITIONAL INFORMATION
This is expected behavior for a state machine. The state machine will continue to the end of its logical loop prior to trying to change states. At the end of the loop it evaluates to which state it should change. If there are multiple places with change states it will change to whatever state it was last set.
RELATED LINKS

0 replies

Be the first to reply!

Reply