Create and run jobs inside your UIPath Orchestrator.

Parameters:

Parameters:
See dedicated page for more information.
To use this action, you’ll need to get four parameters from the UIPath Orchestrator Website (i.e. you need the parameters P3, P4, P5 and P6).
Once you have completed the “setup process”, you can use this action to create and add jobs inside your UIPath Orchestrator (and directly run these jobs).
If one of the arguments (arg1, arg2 or arg3) is missing from the input (on pin 0), then ETL displays a warning message and the default value for the missing argument is used.
When running a process (P1 or P2), ETL sends the highest quantity of arguments possible that exist inside the input table for any given process.
For example, if the input table (on pin 0) looks like this:

…Then:
arg1 and arg2 are sent to P1 (since the process P1 accepts both arguments).arg1 (since P2 only accepts the arg1 and arg3 arguments).arg1 and arg2).To execute any job within UI Path, you always need a ROBOT.
This ETL action begins by listing all available ROBOTS in your Orchestrator to run the required jobs (i.e., the jobs provided through input pin 1).
This ROBOT LIST is crucial and is used to assign jobs to each process from input pin 0.
To add a new job in the UI Path Orchestrator, ETL follows this procedure:
Step 1:
Read from pin 0 the name of the next process to execute and all arguments related to this process.
Step 2:
Open/select the next entry in the ROBOT LIST.
Step 3:
Check if the currently selected ROBOT is able to execute the current process (not all robots can execute all processes).
If not, go back to Step 2 and test the next robot.
Step 4:
Create and add a new job in the UI Path Orchestrator using the selected ROBOT to execute the selected process.
Step 5:
If all rows/processes from input pin 0 have been processed, stop. Otherwise, go back to Step 1.
The input table on pin 0 contains your queue of processes to execute, along with their arguments.
ETL creates a new job for each process in the queue and assigns it to an appropriate ROBOT — i.e., the one most likely to be idle.
