Hi,
I have a question about REFramework States.
I have a very similar 8 states.
Get Transaction goes to State1.
State1 on Success goes to State2 etc and State2 to State3 etc.
All of these on error go to Error Processing state.
Only the conditions for these states vary.
And the processing for the states varies.
I am wondering if there is a way of making this state a variable name, and the condition a variable.
Goal: Not to make the flow look too clutter. Any suggestions would be appreciated.