Hello,
I have error in finally block. (step app_logout)
If error in step app_logout I want to step kill process (next step)

Please guide me for solve it.
Thank you
Thank you
Hello,
I have error in finally block. (step app_logout)
If error in step app_logout I want to step kill process (next step)

Please guide me for solve it.
Thank you
Thank you
Hi @Stef_99 app_logout is a workflow so you can add an error handling there as well
If you want to continue on next activity irrespective to what happens in that invoke workflow, Check the Continue on error checkbox of Invoke workflow activity.
Thanks,
Ashok:)
Create a separate workflow specifically for error handling…

Hope this is work
Don’t put that into the Finally block. Put it after the Try, and put it in its own Try.