Trigger use case

Hi I need to create a trigger in such a way that it should start at 6:30 ,8:30,10:30 ,12:30 and 2:30 .

How can we achieve this?

Hey @vishal_nachankar ,
While adding the trigger in the Orchestrator, Please select “advanced” option

Put this cron Expresion in cron expression
0 30 6,8,10,12,14 ? * * *

It will trigger at 6.30AM,8.30AM,10.30AM,12.30AM,2.30PM Everyday

Regards,

3 Likes

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.