How does end job execution work on Orchestrator?
I understand that the job would be kill or stop after the job run by the time that we set. Is it right? because I test by set it to stop after the job runs 5 mins but it doesn’t work.
How does end job execution work on Orchestrator?
I understand that the job would be kill or stop after the job run by the time that we set. Is it right? because I test by set it to stop after the job runs 5 mins but it doesn’t work.
Hi @RMN
Stop function only works if in your project you have Shoud Stop activity
In ReFramwork the activity is under Get Data state.
Even you set up to stop after 5 minutes, may the current process item takes more than that to finished, so the stop execution only stop after your process gets to Get Data State.
In other hand Kill function just kill the process wherever which step process is running
Cheers