How to stop Job from Orchestrator?

Hi Everyone,

I would like to know if there is a way where i can stop the job execution after 4 hrs and restart after 2hrs through orchestrator?

Hi @sneha_arbole Yes from Orchestrator we can stop the job any time whenever we want to stop the execution
You can use the trigger to restart after 2 hours

@sneha_arbole,

You can set it from Trigger options.

To restart after 2 hours, you will have to keep last run time as an Asset and setup a trigger to run every hour or other frequency. Add logic at startup to check the last runtime asset if the difference is more than 2 hours run further else end the process.