Set start time and end time when using Time trigger in Orchestrator

I want to run a process every 15 minutes using an orchestrator Time trigger.

However, there are conditions.
I want to run it every 15 minutes only from 7:00 AM to 8:00 PM.

Is there a way?

Hi,

The following cron expression will trigger process every 15 min from 7am to 7:45pm

0 0/15 7-19 * * ?

And create another trigger which start at 8pm.

Regards,

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