/
_jobStatusRead
_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:
{}
, multiple selections available,
Related content
_jobDetailsRead
_jobDetailsRead
More like this
_jobHistoryRead
_jobHistoryRead
More like this
_jobPayload
_jobPayload
More like this
_jobDataDelete
_jobDataDelete
More like this
_listActiveJobs
_listActiveJobs
More like this
_workbookStart
_workbookStart
More like this