Deployment of Two bot's of different user

Hey Team,

I have two workflows on different machine;

Requirement:
from one workflow it should send the file through queue to other workflow and another workflow read that file and do the work accordingly;

Issue
which I am facing is how to connect these two workflows which are under two different machine and I have added one machine user as admin to another machine but still can’t access the workflows of other user.

Please help!!

If its going through the queue there is no need for the machines to see both workflows just both users need access to the queue.

One workflow pushes the workitem with the file into the queue and the other pops the workitem and gets the file.

1 Like

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.