UiPath Documentation
add-ins
latest
false
  • Getting started
    • Introduction
  • UiPath Add-in for Mulesoft
  • UiPath Add-in for Microsoft Power Automate
  • UiPath Add-in for Salesforce
  • UiPath Add-in for ServiceNow
  • UiPath Add-in for Workato
  • UiPath Add-in for Workday
UiPath logo, featuring letters U and I in white

Add-ins user guide

Last updated Mar 30, 2026

Start job(s)

The Start Job(s) action starts a specific job or jobs for a specific process in your UiPath Orchestrator tenant.

How it works

The following steps are an example of how to configure the action and describes the input and output properties.

  1. Complete the Setup steps.
  2. On your recipe, place the Start Job(s) action.
  3. Enter values for the input properties.

Properties

The values for the following properties are specified below.

Note:

The properties that appear on the Start Jobs action are dependent on the type of folder you selected in the Connection step.

If you choose a Modern folder, the following properties are available:

PropertyDescription
ProcessSelect the name of your process from dropdown list.
Job CountHow many times the process will be executed.
Job TypeChoose the type of job, the license type will be used accordingly.
Job ParametersIf your process has input arguments they will be listed here.
User/Robot (Optional)Select a specific User/Robot. If not selected the Orchestrator will choose one.
Machine (Optional)Select a pre-configured machine listed in your Orchestrator. If not selected the Orchestrator will choose one.

If you choose a Classic folder, the following properties are available:

PropertyDescription
EnvironmentSelect the Environment.
ProcessSelect the name of your process from dropdown list.
StrategyIf the Strategy you choose is Specific, then you will also see Robots. If the Strategy you choose is JobsCount, then you will also see JobsCount.
Job ParametersIf your process has input arguments they will be listed here.

Input

Environment

Select the environment to use.

AttributesDetails
TypeString
RequiredYes, if the connection is to a classic folder.
Default valueEmpty
Allowed valuesSelect from a list or enter a String value.
NotesOnly available when the connection is to a classic folder
Jobs count

Enter the number of jobs to start.

AttributesDetails
TypeString
RequiredYes, when folder is modern folder or Strategy is JobsCount for classic folder.
Default valueNormal
Allowed valuesEnter a String
NotesOnly available when folder is modern folder or Strategy is JobsCount for classic folder.
Job parameters

Set the values for the job parameters for the job(s).

AttributesDetails
TypeDictionary<string,object>
RequiredNo
Default valueEmpty
Allowed valuesEnter a Dictionary<string,string> of values
NotesN/A
Job type

Select the runtime type of the machine session to consume for the job(s).

AttributesDetails
TypeString
RequiredNo
Default valueEmpty
Allowed valuesSelect from a list or enter a String value.
NotesIf you select a value from the list, that value is fixed every time the recipe is executed. If you enter a value, it can be a data pill that can be used to set the value during recipe execution.
Machine

Select the machine on which to execute the process.

AttributesDetails
TypeString
RequiredNo
Default valueEmpty
Allowed valuesSelect from a list or enter a String value.
NotesIf you select a value from the list, that value is fixed every time the recipe is executed. If you enter a value, it can be a data pill that can be used to set the value during recipe execution. This is only available when the folder is a modern folder.
Process

Select the process to execute.

AttributesDetails
TypeString
RequiredYes
Default valueEmpty
Allowed valuesSelect from a list or enter a String value.
NotesIf you select a value from the list, that value is fixed every time the recipe is executed. If you enter a value, it can be a data pill that can be used to set the value during recipe execution.
Robots

Select the robots on which to execute the process.

AttributesDetails
TypeString
RequiredNo
Default valueEmpty
Allowed valuesSelect from a list or enter a String value.
NotesIf you select a value from the list, that value is fixed every time the recipe is executed. If you enter a value, it can be a data pill that can be used to set the value during recipe execution. Only available when folder is classic folder. You can select more than one robot.
Strategy

Select the strategy to use.

AttributesDetails
Typeenum
RequiredYes, if the connection is to a classic folder.
Default valueAll
Allowed values{ All, Specific, JobsCount
NotesOnly available when the connection is to a classic folder
User/Robot

Select the user/robot on which to execute the process.

AttributesDetails
TypeString
RequiredYes, when the folder is modern folder.
Default valueEmpty
Allowed valuesSelect from a list or enter a String value.
NotesIf you select a value from the list, that value is fixed every time the recipe is executed. If you enter a value, it can be a data pill that can be used to set the value during recipe execution. You can only select one robot.

Output

Job ID(s)

The IDs of the newly created job(s)

AttributesDetails
TypeString
RequiredNo
Default valueEmpty
Allowed valuesEnter a String variable
NotesN/A
  • How it works
  • Properties
  • Input
  • Output

Was this page helpful?

Connect

Need help? Support

Want to learn? UiPath Academy

Have questions? UiPath Forum

Stay updated