I am using a return data from a custom workflow, and have two return scenarios, which are conditional.
However as both are conditional I am getting an error saying there must be an unconditional return at the end.
Can I just check. If the condition is met in any script step, I must assume that that terminates the workflow at that point and returns the data to the main script??
I used return data, too, like 2 scenarios both having unique only when, so any one of them get true it return data. thus braking the custom WF, and continue the main WF.
why does it saying to you, Must be an unconditional return at the end.