_jobStatusRead
This data may be referenced in many pages. By changing the name of this page or its content, you will be affecting many pages throughout the wiki.
For a running job:
{ "id": 49, "jobStatus": "RUNNING" }
For a job waiting on another job:
{ "id": 57, "jobStatus": "WAITING_FOR_OTHER_JOB" }
For a completed job:
{ "id": 30, "jobStatus": "COMPLETED" }
For a job completed with warnings:
{ "id": 32, "jobStatus": "COMPLETED_WITH_Warnings" }
For a job completed with errors:
{ "id": 36, "jobStatus": "ERROR" }
For a cancelled job:
{ "id": 39, "jobStatus": "CANCELED" }
For a job that has not been triggered:
{}