I am looking for a cleaner way to exit from an invoked workflow. I Noticed a lot of suggestions about ‘Terminate workflow’ and Try/Catch block in the invoking code and suppress the exceptions etc.
But is there any cleaner way like in .NET C# - we can use a return statement from anywhere in the function/method and the control will be returned to the calling code.
Thanks