Hi, I have 2 unattended automations A1, and B1. I have a dependency that, B1 should run only after A1 automation is finished, how I can achieve this dependency?
You could place a “Start job” activity at the end of A1.
Thanks for your reply @efelantti ,
I have one more question related to this. Initially I have B1 as version 1.0.1 now let us consider I change some code and republish it to Orchestrator with version 1.0.2 then: Do I need to change anything inside A1, or by default A1 automation will call the latest version of B1?
In this case, you would only need to update the Process version in Orchestrator, no code changes are required in A1. The Start Job activity is used to start a job with the defined Process so it will use the updated version.
1 Like
Great Help, Thanks! I tried this and it worked ![]()
This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.