On the Monitoring page, the job statuses are color-coded to provide clarity about a job's overall status, step status, and a child job status. Use the following tables to understand how a job's overall status is determined.
Step Status Indicators
The status of each step during a job run is indicated as follows:
Step Status | Reason for Status | Color Indicator |
---|---|---|
Completed | No issues with data transfer | Green |
Completed with Warnings | Data-related errors or warnings | Yellow |
Failed | A non-data related issue For example, Connection issues, timeouts, nullpointer exceptions, or missing parameters. | Red |
Review | Synchronization job was run with review | Blue |
In Progress | Job is currently running | No color |
Never Run |
| No color |
Single Job Status Indicators
For a single job, depending on the combination of the step statuses, the overall job status is determined as follows:
Step Statuses | Reason for Status | Overall Job Status |
---|---|---|
In Progress (blue) | Any step in progress | No color |
In Review (blue) | Regardless of any other step status, Review data step - Review | Review (blue) |
Failed (red) | Fails in any step | Failed (red) |
Completed (green) | No issues with data transfer. All steps completed successfully. | Completed (green) |
Includes Completed (green) and Completed with Warnings (yellow) | A few steps were completed successfully and a few completed with warnings | Completed (green) |
Includes Completed (green) and Failed (red) | A few steps were completed successfully and a few steps failed | Failed (red) |
Includes Completed (green), Completed with Warnings (yellow), and Failed (red) | A few steps were completed successfully, completed with warnings, and a few failed | Failed (red) |
Never Run | Any step that was never run (job was canceled) regardless of any other status | No color |
Parent and Child Job Status Indicators
For a parent-child job, each child job is also assigned a job status in addition to the overall parent job's status. The parent job's status is then determined as follows:
Job Type | Child Job Status | Overall Parent Job Status |
---|---|---|
Parent job | Includes any child job In Progress (blue) | In Progress (blue) |
Parent job | Includes any child job in Review (blue) | Review (blue) |
Parent job | All child jobs were completed (green) | Completed (green) |
Parent job | Contains at least one child job that failed. | Failed (red) |
Parent job | Contains at least one child job that was canceled | Completed (green) |
Parent job | All child jobs were canceled | Completed (green) |