Executing multiple .exe files

OpenRPA (and NodeRED) can only run workflows and start processes ( using “Start Process” or “Invoke Code” activity ) on the server/client it’s installed.
The process you start can have it’s binaries placed on a network drive ( but then you will run into a ton of security issues. And that is also beyond what i want to support over this forum, just google Activity Directory policy for network access in intra domain’s and .net remote domain execution policies )

OpenRPA can invoke local workflows using “Invoke OpenRPA”
PowerShell can invoke local workflowsusing “Invoke-OpenRPA” ( explained here )

OpenRPA can execute workflows on OTHER robots using “Invoke Remote OpenRPA”
NodeRED can execute workflows on any robots using “RPA” node
PowerShell can execute workflows on OTHER robots using “Invoke-RemoteOpenRPA”

Using PowerShell or psexec ( and many many other tools ) you can also start a process remotly but that is not something i can or will support over this forum. Just google it, if this is what you want.

1 Like