Hello there,
I’m using try - catch I want to stop the process when it crashes into catch. I use stopjob but I don’t know what to write in the job section?
Hello there,
I’m using try - catch I want to stop the process when it crashes into catch. I use stopjob but I don’t know what to write in the job section?
Hey @d.ulutas
Kindly use re-throw from that point, Stop job is something different to stop a remote job.
Terminate workflow is one other option, but not recommended.
Thanks
#nK
You don’t use Stop Job to stop the currently running Job. You just set up your flow so that it ends. When there are no more activities to process, the Job ends gracefully.