Hi can you plz tell me, with the first stateflow there are two stateflow are connected 1. End of the process 2. GetTransaction Data
If you see we have given the condition with the End of the process is SystemError IsNotNothing . I am assuming If Init Stateworkflow give the True (No error) so the given condition converts into False and the flow project going into the GetTransactionData stateflow Right. If it gave False (Error in the Init statemachine diag) then it convert into True and then the project going into the EndOfProcess Right. Right me If I am wrong.
So what is the second condition checking If condition gave us the result for True/False value. 2nd condition means SystemError Is Nothing so that means again it’s checking for the result???
Even we gave the condition in the Init in Try field
In the Catch Field is
@Lahiru.Fernando @lakshman