In a State Machine, is everything above the horizontal line part of the current \state\"?"

  • 16 September 2016
  • 2 replies
  • 1 view

Badge +1

To elaborate, within a State I have a flexi-task with each path causing a different Change State...but I want to capture the comments regardless of the outcome.  Can I update my comments after the 3 paths rejoin but before the horizontal line of the State Machine?

192107_pastedImage_2.png

Thanks in advance!


2 replies

Userlevel 5
Badge +14

yes, that should work.

state of state machine is changed once all the actions down the way within a given state branch are executed resp. when it reaches 'horizontal line' like you described it.

Badge +1

Thanks Marian...so far all of my testing has proved this out also.

Reply