TaskExecution
Parameters
- id (optional)
- UUID
The unique identifier of the task execution. format: uuid
- type (optional)
- String (Enum)
The type of the task.
One of:
One of:
- publish
- import
- task (optional)
- UUID
The unique identifier of the task in this task execution. format: uuid
- created (optional)
- Date
The creation date in RFC 3339 format based on the UTC time standard. format: date-time
- lastUpdate (optional)
- Date
The date of the last update in RFC 3339 format based on the UTC time standard. format: date-time
- completed (optional)
- Object
The completion date in RFC 3339 format based on the UTC time standard.
- progress (optional)
- Float
The completion progress (min. 0, max. 1). format: float
- status (optional)
- String (Enum)
The status of the task execution:'WaitingForRetry' : Execution is waiting to be retried by the scheduler'Enqueued' : Execution is waiting for scheduler to start execution'Assigned' : Execution is being initialized by scheduler'Running' : Execution is running'Completed' : Execution has been completed'Aborting' : Execution is going to be aborted by the scheduler'Aborted' : Execution has been aborted by the scheduler'Failed' : Execution has failed because of error(s)'Timeout' : Execution reached timeout'Warning' : Execution has partially failed. Some reports are being generated correctly, some have failed'Failing' : Used to track partial failures'CompletedWithWarning' : Execution completed but part of the reports generation failed along the way
One of:
One of:
- WaitingForRetry
- Enqueued
- Assigned
- Running
- Completed
- Aborting
- Aborted
- Failed
- Timeout
- Warning
- Failing
- CompletedWithWarning
- result (optional)
- String
The result of the task execution.
- priority (optional)
- Float
format: float