Orchestrator scheduling every 3 minutes

hi all.
i want to run my process every 3 minutes, like this 10:03, 10:06,10:09, 10:12~…
i know there are ways using cron expression.
how could I use cron expression? i don’t know how to use it

@momoninimo -Orchestrator → Trigger → Time Based ->Add New → Provide all trigger Name, process…etc… Timezone and Choose Advanced
use below crone expression… it will start at 10 am till 16:57

0 0/3 10-16 1/1 * ? *

you can change time based on your requirement - above ex: 10 is a start time and 16 is the end time…

4 Likes