I want to publish processes in Orchestrator with particular starting time and particular interval. How can
I achieve that.? For example, I want to start a batch of processes with every processes have different starting time one after another with a time interval. And again, I want to start the same batch after the 1st batch is completed and so on.
Thanks Arun. But there is no provision to schedule the jobs in what manner I have described. Is there any way we can achieve that?
Yah as @ArunVelaayudhanG suggested this is possible with schedule option itself
May i know the difficulty that we face on using that option in your scenario
Cheers @mahanth
For example, if I want to trigger a process P1 at 10:00 AM and the process should run for 30 minutes. Then, if I want to trigger P2 at 10:31 AM with 20 minutes interval. Then again if I want to execute P1 at 10:52 for 30 minutes and P2 and so on… Can i do this?
yah thats possible
in ORCHESTRATOR under TRIGGER option we can add new schedule by pressing + button
and in the we got an option to do CRON expression in ADVANCED option with expression
0 0 10 ? * * *
here along with that we got an option to stop after particular timing
if STOP AFTER option is enabled
similarly for another schedule as well
Cheers @mahanth