Sequential Job Schedule

Hello Uipath family,

I know there are numerous ways to trigger a job right after another one is completed. However, it’s better to have sequential job creation to address different business scenarios. Sometimes how we arrange sequence of different jobs affects how the whole automation meets the business needs. Simple idea is like below;

Job start date and time: xxx
Jobs to trigger after process X(respectively):
1- process a
2- process b
3- process c

As of now

Also you can schedule A at 12:00 and B at 12:01 on the same robot. And B will start after A finishes. But this works only in classic paradigm. In modern folders you can not anymore schedule on fixed machines.