How to send the communication between two bots inuipath

Hi Guys,

How to send the communication over two bots.For eg,…the first bot output is the input to the second bot.

Thanks and Regards,

Hello,

You can use the queues from Orchestrator to store the data you need to exchange between robots.

In the robot that generates the input for the second robot you can add a queue item containing the information needed by second robot (which will get the data or the data location from the queue).

If you cannot use Orchestrator, another option would be for the first robot to write in a file stored on a shared location and for the second robot to read from the same file (and update a status, for example).

1 Like

and you can use Shouldstop activity to trigger for each transactions if previous run is not completed

1 Like

hey @AlexandraVeizu ,@Divyashreem

Thanks for letting me know.Really appreciate.

Thanks Again,