How to run more than one process one after another in uipath?

I have three processes and i want to run the processes one after another ,how can i achieve this can anyone help me?

1 Like

Hello @Rajib_Behera ,

You can schedule all three processes 5 minutes apart. Like process 1 at 10, process 2 at 10.5 and process 3 at 10.10. Even if one process took more time, the other process will start as soon as first process finishes. Give priority as normal for all processes.

Thanks!
Athira

1 Like

Hey @Rajib_Behera

Use triggers or Start Job activity in the process end.

Thanks
#nK

1 Like

Thank u,will revert back after doing the same

Thank u @Nithinkrishna

1 Like

@Rajib_Behera

1 Like