Subscribe

UiPath Orchestrator

The UiPath Orchestrator Guide

Job States

Jobs can have the following states:

  • pending Pending - A job is in this state if it is queued for the same Robot or it is trying to establish a connection with the Robot (only different jobs on the same Robot can be queued).
  • running Running - A job is in this state if it has established a connection to the Robot and it started executing the assigned process.
  • successful Successful - A job is in this state if it has been executed correctly by the Robot and it has finished running, or has been stopped using the Stop button.
  • faulted Faulted - A job is in this state if it failed to start or the process threw an unhandled error during execution.
  • stopping Stopping - An intermediary state that is triggered if you clicked the Stop button in Orchestrator.
  • terminating Terminating - An intermediary state that is triggered if you clicked the Kill button in Orchestrator.
  • suspended Suspended - An intermediary state that is triggered with the purpose of allowing user intervention or completion of an intermediary process. It is triggered by the corresponding activities in Studio. Details here.
  • Resumed - An intermediary state that is triggered if the conditions (user intervention, intermediary process completion) of a fragmented workflow have been met. It is triggered by the corresponding activities in Studio. Details here.
  • stopped Stopped - A job is in this state if it stopped (by using the Kill button, or by canceling it from the system tray) before it finished executing without throwing any errors.

To view more information about all job executions, click the corresponding Details button. The Job Details window is displayed and enables you to view why a job faulted. Additionally, for unattended faulted jobs, if your process had the Enable Recording option switched on, you can also download the corresponding execution media and check the last moments of the execution before failure.

602

Updated 2 years ago


Job States


Suggested Edits are limited on API Reference Pages

You can only suggest edits to Markdown body content, but not to the API spec.