How to manage error in finally block

Hello,

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

image

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

@Stef_99,

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…
image

Hope this is work

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