Hi. I want to add a trigger on orchestrator like that
Start 13.00
Start 15.00
Start 17.00
How can I do that ?
Hi. I want to add a trigger on orchestrator like that
Start 13.00
Start 15.00
Start 17.00
How can I do that ?
Hi
While setting schedule under trigger
we got an option called ADVANCED
where we can mention the cron expression like this three different
or together
At second :00, at minute :00, at 13pm, 15pm and 17pm, of every day
Cheers @sufyant
if I want to add all the time in a single trigger, is it enough to write it?
0 0 13,15,17 ? * * *
yah that would trigger like
At second :00, at minute :00, at 13pm, 15pm and 17pm, of every day
Cheers @sufyant
so 13.00,15.00,17.00 right ?
yah it should be mentioned like this
where first 0 is for seconds, second zero is for minutes and 13,15,17 mentions the hours in 24 hr format and ? is day of month
Cheerss @sufyant
Thank you buddy
This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.