show / hide menu

Sub Activity – Job

The Job activity has the following sub activities:

  1. Get Current Job: This activity is used to retrieve the Current Job Details.
  2. Get Current Robot: This activity is used to retrieve the current robot details.
  3. Get Job Details: This activity enables you to retrieve a list of jobs from an indicated Bot Manager queue according to multiple filters.
  4. Start Job: Enables you to start a job in the BOT Manager on a specified Robot.
  5. Stop Job: Enables you to stop a job in the BOT Manager.

Activity NameCommonInputOutput
Get Current JobLabel – A classifying string applied to an activity which can be renamed by the user. It is the display name.

Disable – The user can enable or disable the activity.

ContinueOnError – It specifies the remaining activities to be executed even when one fails. This field supports only Boolean values (True or False). By default, the value is false so execution terminates when an error occurs.

Private – If selected, the log will not be shown in BOT Manager.
 
 JobDetails – Gets the Job details.
Get Current RobotLabel – A classifying string applied to an activity which can be renamed by the user. It is the display name.

Disable – The user can enable or disable the activity.

ContinueOnError – It specifies the remaining activities to be executed even when one fails. This field supports only Boolean values (True or False). By default, the value is false so execution terminates when an error occurs.

Private – If selected, the log will not be shown in BOT Manager.
 
 RobotDetails – Gets the current Robot Details.
Get Job DetailsLabel – A classifying string applied to an activity which can be renamed by the user. It is the display name.

Disable – The user can enable or disable the activity.

ContinueOnError – It specifies the remaining activities to be executed even when one fails. This field supports only Boolean values (True or False). By default, the value is false so execution terminates when an error occurs.

Private – If selected, the log will not be shown in BOT Manager.
 
Filter – Query for filtering job details.JobDetails – The list of items from job that you want to retrieve.
Start JobLabel – A classifying string applied to an activity which can be renamed by the user. It is the display name.

Disable – The user can enable or disable the activity.

ContinueOnError – It specifies the remaining activities to be executed even when one fails. This field supports only Boolean values (True or False). By default, the value is false so execution terminates when an error occurs.

Private – If selected, the log will not be shown in BOT Manager.
 
RobotName – Name of the robot used to execute process specified in ProcessName.

ProcessName – Name of the process that is to be started.

Arguments – A list of parameters that are passed to the invoked workflow at runtime.

 
 
Stop JobLabel – A classifying string applied to an activity which can be renamed by the user. It is the display name.

Disable – The user can enable or disable the activity.

ContinueOnError – It specifies the remaining activities to be executed even when one fails. This field supports only Boolean values (True or False). By default, the value is false so execution terminates when an error occurs.

Private – If selected, the log will not be shown in BOT Manager.
 
Job – Name of the robot used to execute process specified in ProcessName.

Stop Type – Choose the type of stop.