I want to end process in sub catch block
I use terminate workflow in sub catch flow but it not end it go to catch main
Please guide me for stop it.
Thank you
I want to end process in sub catch block
I use terminate workflow in sub catch flow but it not end it go to catch main
Please guide me for stop it.
Thank you
Any idea for solve it?
Thank you.
Hi! Can you provide some more details on what you want to acomplish?
Terminate Workflow will only terminate the workflow it resides in, not the process. If you call Terminate Workflow in a sub workflow, only that workflow will be terminated. If you want to end the process, you need to call Terminate Workflow in the main workflow also (in the catch section).
In sub workflow:
In main workflow:
This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.