Running UiPath and Power Automate on the same machine

Is there a way to prevent the automations from interrupting each other when they run? When they don’t share the same jobqueue I’m guessing they will just interrupt each others sessions.

@Frederik_Krogh,

You will have to implement a checkpoint logic in both the bot’s which will check if the another one is already running or not.

In UiPath use Get Processes activity to get the Power Automate runtime exe by which you can confirm if it’s running or not. I’m not sure about what the exact name of the process will be but run the exe and check task manager to identify it.

2 Likes

I suppose I would have to do that in all automations that would have to run in the setup then. UiPath automations would check for Power Automate exe and vice versa. For example a do while that keeps checking the joblist and holds back the automation until it’s free to go?

@Frederik_Krogh,

That’s right. You can keep checking it in the same run or you can just postpone the run if can be configured the same.

1 Like

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