RESTful Job Control: Semantic Descriptor
| id | type | title |
|---|---|---|
| taskID | semantic | unique identifier for this task. |
| taskURL | semantic | URL of the task resrouce |
| taskDescription | semantic | Human-readable text that describes this task. |
| taskStatus | semantic | Indicates resource status (pending, working, completed, failed) |
| taskStartDateTime | semantic | Indicates the date/time (UTC) processing started. |
| taskStopDateTime | semantic | Indicates the date/time (UTC) processing stopped). |
| taskMaxTTL | semantic | Indicates the maximum amount of time (in seconds) this task is considered valid. |
| taskMessage | semantic | Human-readable text that contains any messages related to the task. |
| taskStartURL | semantic | Starting URL of the task |
| taskCancelURL | semantic | URL to cancel task |
| taskRollbackURL | semantic | Rollback URL of the task |
| taskRerunURL | semantic | Forced Rerun URL of the task |