Scheduling Jobs

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

1 Like

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 :slight_smile:

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.

  1. In the Name field, add a name for the schedule, so that you can easily identify it.
  2. 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

1 Like

Thanks! @Palaniyappan

Cheers @harsh_mengar

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