Schedule 8AM until 8PM Orchestrator

Hello guys, I need run my process every 1 in 1 hour, but I would like that my process run only (8AM until 8PM) How I can define this time to my process in schedule of Orchestrator.

Thx

@Diego_Pin
have a look here:

http://www.cronmaker.com/

3 Likes

Hello @Diego_Pin

Create a Schedule, select Advance option

Place the below expression

0 0 8-20 ? * * *

This will work every hour, 8AM to 8 PM

hope this helps

Thanks

1 Like

Hello @Srini84, thx for help… If need run one process every in 1 hour and 10 minutes, I’ll need put what expression?

thx

@Diego_Pin

Try the below expression

0 0/10 0 ? * * *

Mark as solution if this helps you

Thanks

1 Like

@ppr OMG man, Amazing!!! thx!

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