Try Catch in overall workflow vs try catch in each state

Hi, I am wondering which type the structure is better.

  1. Overall workflow
  • The state machine is put in the try area

2.Try Catch in each state of state machine

  • Just use the try catch for the state of state machine that is needed.

Thank you.

1 Like

Hi @poppadom

If I were you I would go with the second option because as it replicate the RE frame work because we can build our template as per our process need using state machine with each each transitions!

Regards

1 Like

since no others answer already. Then I will chose pravin_calvin answer as the solution.

Thanks.

1 Like

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