From GoGrid
A Job is an asynchronous command issued to the system by either a user or system workflow. These asynchronous commands are processed into actions that modify the environment.
Object Name
Attributes
| id
| long
| 1.0
| A unique identifier for this job. This is auto-generated by the system.
|
| command
| option
| 1.0
| The command for this job.
|
| objecttype
| option
| 1.0
| The object type for this job.
|
| createdon
| long
| 1.0
| The timestamp this job was initiated. Timestamp is a UNIX timestamp which reflects the number of milliseconds since the Unix Epoch (January 1, 1970 00:00:00 GMT).
|
| lastupdatedon
| long
| 1.0
| The last timestamp when this job was updated. Timestamp is a UNIX timestamp which reflects the number of milliseconds since the Unix Epoch (January 1, 1970 00:00:00 GMT).
|
| currentstate
| option
| 1.0
| The current state of the job.
|
| attempts
| int
| 1.0
| Attempt count of how many times this job has been initiated.
|
| owner
| string
| 1.0
| The username of the user that created this job.
|
| history
| list ( Job State )
| 1.0
| A list of all the timestamped state changes a job has gone through.
|