Can we invoke a process in uipath assistant via orchestrator?

Hi All,

Is there a possibility where uipath orchestrator invokes a process in uipath assistant?
In my case chat bot will invoke Uipath orchestrator and inturn orchestrator has to execute the process in uipath assistant.

Note : Domains of Uipath assistant and Orchestrator are different.

Regards,
Shameer

There are two ways, depending on how your chatbot communicates with Orchestrator.

  1. You can use the job requests to start a new job directly from your chatbot. (Job = process)

  2. You can create a new transaction item via the transaction requests and create a queue which automatically triggers the start of a process.

Personally I’d use the second way as it makes handling of different tasks much easier.

This will only work with unattended bots.