Hi,
I am using three Bots A, B and C. I want to run the Bot “c” as soon as the Bot “A”&“B” completes it.
Bot “c” should run after “A” and “B”.
How can we manage the bots ? Where we can the Manage? Please clarify.
Thanks in Advance.
Hi,
I am using three Bots A, B and C. I want to run the Bot “c” as soon as the Bot “A”&“B” completes it.
Bot “c” should run after “A” and “B”.
How can we manage the bots ? Where we can the Manage? Please clarify.
Thanks in Advance.
Hi @Harsha_S1
Use orchestrator http requests to get if A and B are completed and then use a start job
Check this for api to get job status
https://docs.uipath.com/orchestrator/reference/api-references
Cheers
Thanks Anil.
Hi @Harsha_S1
Sorry to miss…you even have a get jobs to get the jobs and status… so you need to go with orch api now
If this resolves please mark solution so that others also can get help
Cheers
Do we need to use Orchestrator APIS or Triggers, Schedule to run the bot “c” as soon as the “A” and “B” completes?
Hi @Harsha_S1
No triggers or api…there is a start job activity…what you have to do is…
Use get jobs
Cheers