Process job states in RPA Hub
Summarize
Summary of Process Job States in RPA Hub
A process job in RPA Hub represents the execution of a bot process on a robot. Understanding the various states of a process job helps in managing and troubleshooting RPA workflows effectively.
Show less
Key Features
- Running: Indicates that a bot process is currently being executed by a robot.
- Canceled: Reflects that a bot process execution was manually canceled. If a new bot process with force start is triggered, the current one is marked as Canceled.
- Success: Signifies that the bot process completed successfully.
- Failed: Indicates that the bot process execution has failed to complete.
- Skipped: Occurs when a bot process cannot execute due to conflicts with existing processes, such as priority settings or robot unresponsiveness.
- Abandoned: Marks a process job that was executing but not completed when a new process job was initiated.
Key Outcomes
By monitoring process job states, ServiceNow customers can efficiently manage bot workflows, understand execution outcomes, and troubleshoot issues related to process execution and robot responsiveness.
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 |
|