| CreateJobsAction | []CreateJobsAction | | [optional] |
| EngineID | string | | [optional] |
| ErrorCount | int32 | How many errors since last error update | [optional] |
| ErrorDetails | string | JSON string containing an array of JSON Object to describe individual errors e.g. [{"id":"xxx", "msg":"xxx"},..] | [optional] |
| FailureReason | FailureReasonEnum | | [optional] |
| Inputs | []TaskIoStatus | | [optional] |
| InternalJobID | string | Internal Job ID | [optional] |
| InternalTaskID | string | Internal Task ID | [optional] |
| Outputs | []TaskIoStatus | | [optional] |
| PriorTimestamp | int64 | UTC Timestamp of last status update or start of new task | [optional] |
| ProcessedStats | TaskProcessedStats | | [optional] |
| RetryCount | int32 | How many retries since last status update | [optional] |
| TaskAction | TaskActionEnum | | [optional] |
| TaskOutput | map[string]interface{} | available at the end of a batch, when getting the next batch to work, or last heartbeat before exiting. May not present in heartbeat update | [optional] |
| TaskRouteID | string | the task route associated with this work item | [optional] |
| TaskStatus | JobStatusEnum | | [optional] |
| Timestamp | int64 | UTC Timestamp of NOW() | [optional] |
| WorkRequestID | string | | [optional] |