How to start child bot using master bot using orchestrator API

i have a process 1 that is executed by bot 1 and another process 2 that should be executed by bot 2.
So how we can do that using orchestaror API.

Hi,
You can use orchestrator to deal with two different processes and run the job with bot1 → process1 and bot2 → process2.

Refer this link/documentation for further reference. Managing Jobs

i am expecting a solution through which i can only start bot 1 and by doing some code i can start another bot.
I completed that now and now no need to start another bot, master bot itselt start another bot.
This can be get it done using orchestrator API’s