Robot Pipeline

Hi there,

i want to create a robot-pipeline (jenkins-like). E.g. Start Robot 2 after Robot 1 finished successfully. Is there any idea how to do this?

Of course i can implement start Robot2 at the end of Robot1 but is there a nicer way to do this? Did anybody do this already?

Best regards
Markus

hello @markus
welcome back

@Lahiru.Fernando this guy help you sure

https://go.uipath.com/component/central-controller-template-for-sequencial-jobs

Thanks

2 Likes

Hi @sandeep13,
this component is not doing what is needed. Is only starts one or more processes at once. If you are running them on the same machine they will be executed one after each other BUT:
It does not care about if a process finished successfully, if we are using multiple machines, …

Are there any ideas how to achieve this?