UiPath
Connection Type | Alteryx Tool (available from the Alteryx Analytics Gallery) |
Release Notes
Version | Description |
v1.0.0 |
|
The following steps will show you how to integrate UiPath processes to your Designer workflows:
- Drag and drop the UiPath tool to your canvas.
- To create a new connection, provide URL, Tenant, your User Name and Password. Optionally you can set Connection Name to store the credentials in DCM. You can log in...
- As a local user using the username and password.
- As a domain user (with your Windows Account) - provided login data (in the format domain \ username) will be used only when starting the workflow.
Note
Make sure to use correct credentials signing in with your Windows account (domain). There will be no error message if the credentials are not correct, but you will not be able to see your data, or the workflow processing will fail.
- On the Options - Process tab select how to pass the parameters:
- Manually: Select the process from your folders.
- From a Field: You need an input tool connected to the workflow. The data entry tool must contain at leat one of these: Process ID and process Release Key.
- On the Options - Parameters tab, you can assign a robot to execute a process and select how to pass the input parameters:
- Get parameters from a field: You can select the field from the incoming data. Incoming field should contain valid JSON to provide the parameter value.
- Manually: If the user input is needed for the process to execute. You can enter a fixed value or select the field for the incoming data. You can also provide Custom Parameters in key value format.
Note
For manually set parameters to be populated you need to have manually selected process on the Options - Process tab.
- Choose whether to wait for the result or not on the Options - Output tab. You can wait until the process finishes with the output in JSON, which can take a long time. Or you can execute without waiting for the output. You will get an information that the process is put into the queue successfully and assigned a job ID. The default option means the workflow will not wait for the process to get executed.