Process job states in RPA Hub
Summarize
Summary of Process Job States in RPA Hub
A process job in RPA Hub signifies the execution of a bot process on a robot. Understanding the various states of process jobs helps manage bot executions effectively and ensures optimal robot utilization.
Show less
Key Features
- Running: Indicates an active execution of a bot process.
- Canceled: Status updates when a bot process is manually halted. If a new process starts with force start enabled, the ongoing process is canceled.
- Success: Reflects successful completion of a bot process.
- Failed: Indicates that a bot process did not complete successfully.
- Skipped: Occurs under specific conditions, such as when multiple processes are triggered for the same robot and one is already running or has lower priority.
- Abandoned: Assigned when a previously executing process job is not marked as completed, and a new job is initiated.
Key Outcomes
By understanding these states, ServiceNow customers can effectively monitor and manage bot processes. This ensures that resources are used efficiently, and any issues with process execution can be quickly identified and resolved, leading to improved operational reliability.
A process job represents the execution of a bot process on a robot.
| State | Scenario |
|---|---|
| Running | When a bot process is being executed by a robot, the status of the process job is updated to Running. |
| Canceled | When a bot process execution is canceled manually, the process job status is updated to Canceled. If Bot process 1 is already executing, and Bot process 2 with force start enabled is triggered, then the process job status of Bot process 1 is updated to Canceled, and the process job status of Bot process 2 is updated to Running. |
| Success | After a bot process is executed successfully by a robot, the process job status is updated to Success. |
| Failed | When a bot process execution fails to complete, the process job status is updated to Failed. |
| Skipped | Consider the following scenarios when more than one bot processes are triggered for the same unattended robot:
|
| Abandoned |
|