Is it possible to schedule a job that will run every specified mins between certain time? E.g: Run every 10 mins between Noon-2:00pm
Have you tried CRON expressions in scheduling @harsh_mengar?
While scheduling, select advanced in the schedule time period and enter the cron expression. I haven’t tried yet
No worries
We can use this cron expression
0 0/10 12-2 ? * * *
In orchestrator go to Schedule tab
— 1. Click the Add button. The Add Schedule window is displayed.
- In the Name field, add a name for the schedule, so that you can easily identify it.
- From the Process list, select the process that you want to execute at a specific interval.
We in trigger option we will be having an option called CRON Expression there we can keep the above expression and schedule so that it would run accordingly to our time mentioned
To know more about the cron expression suggested kindly visit this website and mention the cron expression and we can come to know the description
Hope this would help you
Cheers @harsh_mengar
Thanks! @Palaniyappan
Cheers @harsh_mengar
This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.