JobStatus
From
(Difference between revisions)
m |
|||
Line 1: | Line 1: | ||
== Description == | == Description == | ||
These are the various states a job may be in, as it moves through its life cycle in response to events occuring. The job states are closely related to the [[JobStatusEvent]] that immediately proceed them. | These are the various states a job may be in, as it moves through its life cycle in response to events occuring. The job states are closely related to the [[JobStatusEvent]] that immediately proceed them. | ||
+ | |||
+ | A job moves through the states in this order : | ||
+ | UNASSIGNED > ASSIGNED > DISPATCHED > RECEIVED > ACCEPTED > ENROUTE > STARTED > PRE_SIGNOFF > COMPLETED | ||
+ | |||
+ | At the STARTED stage, it may be placed into ON_HOLD state for a break or other reason, and resumes back to the same STARTED state. | ||
== Fields == | == Fields == |
Revision as of 03:57, 29 April 2005
Description
These are the various states a job may be in, as it moves through its life cycle in response to events occuring. The job states are closely related to the JobStatusEvent that immediately proceed them.
A job moves through the states in this order : UNASSIGNED > ASSIGNED > DISPATCHED > RECEIVED > ACCEPTED > ENROUTE > STARTED > PRE_SIGNOFF > COMPLETED
At the STARTED stage, it may be placed into ON_HOLD state for a break or other reason, and resumes back to the same STARTED state.
Fields
The data fields of this object.
Name | Type | Description |
---|---|---|
ACCEPTED | String | The job has been accepted by the field worker. |
ASSIGNED | String | The job has been assigned to a particular field device, but has not yet been dispatched. |
COMPLETED | String | The job has been completed by a field worker. |
DISPATCHED | String | The job has been dispatched out to a field device/worker. |
ENROUTE | String | The field worker is enroute to the job. |
ON_HOLD | String | The job has been placed on hold. |
PRE_SIGNOFF | String | The job has been progressed to the point where the job has been finished, but has not yet been signed off. |
RECEIVED | String | The job has been received by the field device of the field worker. |
STARTED | String | The job has been started by the field worker. |
UNASSIGNED | String | The job has been created on EService, but has not been assigned to a field worker yet. |