Skip to main content

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!

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.


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


Reply