Run a UiPath process

Run a UiPath process using UiPath Orchestrator

by @pixiebrix

What is UiPath?

UiPath is the leading Robotic Process Automation (RPA) platform. Their platform lets developers build, deploy, and manage software bots that emulate humans actions to automate repetitive, routine work.

Using the Run a UiPath process brick

By integrating PixieBrix with UiPath Cloud Orchestrator, you can trigger unattended automations directly from the web browser. You can even pass information automatically from the page as input arguments to the RPA process.

For how the integration works, refer to our documentation: Running unattended bots via UiPath Cloud Orchestrator

Additional information and resources

PixieBrix can integrate with UiPath in three ways:

  • UiPath Orchestrator API: run UiPath bots with context from the page and deliver the results to the user
  • UiPath Robot.js: same as above, but running a bot locally via UiPath Assistant
  • UiPath Apps: embed a UiPath App on any webpage as a panel, passing context to the App from the page

Refer to our full documentation for how each UiPath integration works: UiPath Integrations Docs

Troubleshooting

Feel free to contact us at [email protected]


Inputs

Name Required Type Description
uipath multiple
robotIds array
strategy string How the process should be run
jobsCount number When using strategy JobsCount, the process will run x times where x is the value of the JobsCount field.
releaseKey string
awaitResult boolean Wait for the process to complete and output the results.
maxWaitMillis number Maximum time (in milliseconds) to wait for the process to complete when awaiting result.
inputArguments object

Outputs

Name Required Type Description
No outputs for this brick defined.

Related Tags