2 or more final states

Good Day.

What are the possible disadvantages if there are 2 or more final states?

Best regards,
Robert Monsalud

Hello @RobertRussell_Monsalud

As per my understanding there should not be any such disadvantages and its totally depends on the logic that you are creating. Also the only mandate is a state must be connected to a final state.

Thanks

1 Like

@RobertRussell_Monsalud

One disadvantage is repetition of the closing code if any… you would be doing it in both the final states.

Unless you have completely different tasks in both the end states we can always use an if condition in the final state to do different closing steps

Cheers

1 Like

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.