How can we call one bot from another bot

I have 3 bot (naming Bot A , bot B , Bot C) . I need to call Bot B and Bot C from Bot A along with some input (from Bot A to bot B and bot C). Can you please assist me with any logic in calling .

points To note: Bot A , B, C are places in separate folders not in same folder.

Hi @aditi.bhatt

->Get the Process Key:
In Orchestrator, find the process you want to invoke and note down its Process Key.
->Bot A Workflow:
In your main UiPath workflow (Bot A), use the Start Job activity.
Configure the Start Job activity with the Orchestrator URL, Folder Name, Process Name (or Key), and any other necessary parameters.

Regards

Hi @aditi.bhatt

Check the below activity use that for calling the other process.

Regards