Orchestrator : How to schedule if we have 2 jobs running same time

Dear Developer,
I have the question how to schedule if we have 2 jobs running the same time.
sample
Job A run every 30 minute /start at 00:05 AM and next schedule will be run at 00:35 AM
Job B run every 30 minute /start at 00:06 AM and next schedule will be run at 00:36 AM

Thank you so much.

1 Like

Seem found the solution. Thank you.

Hi
in orchestrator we got an option called ADVANCED while creating schedule where
image

for job A create a schedule with input in orchestrator like this
0 5/30 0 ? * * *

and for job B like this
0 6/30 0 ? * * *

Cheers @pjaiphak

1 Like

Yes sure. i got it.
Thank you so much.

1 Like

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