The Jobs Page
Field | Description |
---|---|
Columns | Enables you to toggle column visibility. By default, all columns are displayed. Clear or select the check boxes corresponding to the columns you want to stay hidden or visible, respectively. Click Reset in the Visible Columns drop-down to return to the default configuration with all columns enabled and visible. |
Search | Looks for jobs that match your input. You can search according to process, Robot, and environment. |
User Filter | Looks for the user associated to the Robot which executed a job. |
State Filter | Enables you to filter the page according to the job state. The following options are available: All Pending Running Stopping Terminating Faulted Successful Stopped Suspended Resumed |
Priority Filter | Enables you to filter the page according to the job priority. The following options are available: All High Normal Low |
Source Filter | Enables you to filter the page according to the source of the job execution. The following options are available: All Manual Time Trigger Agent Queue Trigger |
Interval Filter | Enables you to filter the page according to the time of the job execution. The following options are available: All Last hour Last day Last week Last 30 days |
Reset to defaults | This button is displayed only if you made changes to any of the filters described above, and enables you to return to the default settings. Please note that this button also resets the number of items displayed per page. |
Start | Opens the Start Job window, so that you can define the processes to be executed and their assigned Robots. |
Process | The name of the process that was executed. The process type is illustrated with an icon displayed alongside the process name. The icon represents the type for that specific process version. Requires User Interface Background Process |
Robot | The name of the Robot that executed or is to execute the corresponding process. If the Dynamic Allocation option was used, and the Robot hasn't been assigned yet, Pending Allocation is displayed. Only displayed in classic folders. |
User | The user associated to the Robot that executed the process. |
Machine | The name of the machine on which the process was executed. |
Environment | The name of the environment a given process is associated with. Only displayed in classic folders. |
Type | The type of the job according to the runtime type consumed for its execution. In classic folders it's determined by the robot type. |
State | The state in which a job is. Click here for details about job states page. |
Priority | The priority of the job. |
Started | The amount of time since the job has started executing. Hovering over this field displays the exact time and date. |
Ended | The amount of time since the job has finished executing. Hovering over this displays the exact time and date. |
Source | Indicates the method a job was started. [trigger_name] - The job was started by that trigger. Agent - The job was started from the UiPath Robot tray. Manual - The job was started from Orchestrator. |
More Actions | Displays a menu that has the following options: Details - displays more information about a job. These details can be useful when trying to figure out the reason a job was faulted. View Logs - displays the logs generated by the indicated job, on the Logs page. Download Recording - enables you to download the execution media for your unattended faulted jobs. Each download action is tracked on the Audit page. More details here. Stop - enables you to stop an executing or pending job. For more information, see the Stopping a Job page. Kill - enables you to forcefully stop an executing or pending job. For more information, see the Killing a Job page. Resume - enables you to restart a paused job, if enables. See here for details. Restart - enables you to restart the selected job. See here for details. |
Modern Folder
The Start Job Window
Field | Description |
---|---|
Process | Displays a list of all the available processes and enables you to select the one that you want to be executed. |
Job Priority | Displays three priority levels to help you control which job executions have precedence over others. The following options are available: High Normal Low This value is inherited from the process level, but you can change it on the Jobs page as well. |
Job Type | The runtime type consumed when executing the job. Click here for details. |
The Execution Target Tab
Field | Description |
---|---|
User | Displays all the users associated to unattended robot and enables you to target which ones to execute a job. Only displayed in modern folders. |
Specific Robots | Displays all the unattended robots in the environment associated to the selected process, and enables you to manually select the ones to execute it. Only displayed in classic folders. |
Allocate Dynamically | Displays a field in which you can specify how many times the selected process is to be executed. The job is executed as soon as a robot from becomes available. |
Start | Starts the execution of the selected process by the selected robots. This button is available only if a process and at least one robot are selected. |
Cancel | Closes the Start Job window without saving your settings. |
The Parameters Tab
Field | Description |
---|---|
Parameters | The name and type of an argument that was set at design time, in Studio. |
Value | Enables you to view and edit the value of input parameters. The value of an input parameter can be marked as follows: No value - No value was provided for the parameter, at package or process level. Inherited from package - The value was provided by default in Studio. Inherited from process - The value was provided at process level (in the View Process window). If no In or In/Out arguments have been defined in Studio, the following message is displayed: Input parameters are not defined for this version. |
The Job Details Window
The Job Details Tab
Field | Description |
---|---|
Process | The full name of the package that was executed in this job. |
Environment | The name of the environment associated with the package that was executed in this job. Only populated for job executions in classic folders. |
Robot | The name of the user associated to the UiPath Robot that executed the job. Alongside the name, the type of runtime consumed while executing the job is displayed. In classic folders, the name of the Robot that executed this job is displayed. |
Machine | The name of the machine on which the UiPath Robot which executed the job is installed. |
Info | Details about the job. |
Start Time | The exact time and date at which the job was started. |
End Time | The exact time and date at which the job was finished. |
Input Values | Displays the values of input parameters, if available. Please note that values for parameters are displayed here only if they were provided in Orchestrator. |
Output Values | Displays the values of output parameters, if available. |
Has Recording | Displays whether the recording functionality has been enabled or not. |
The Triggers Tab
Only displayed for long-running, suspended jobs. Contains information on all the triggers needed for job resumption. Each entry can be further expanded to display additional information on each trigger, such as the entity ID, name, priority, and creation time.
Field | Description |
---|---|
Status | The status of the trigger. |
Type | The type of triggered required such that the suspended job gets resumed. The following options are available: Task - A task needs to be completed. Queue Item - A queue item needs to be processed. External Trigger - An external condition needs to be met, such as an additional job. Time Delay - A time delay needs to pass. |
Message | The StatusMessage as defined in the corresponding activity in Studio. |
Updated 2 years ago