| taskId |
string |
Unique task instance ID |
| taskType |
string |
The type of the task |
| status |
string |
Current status of the task |
| referenceTaskName |
string |
Reference name of the task in the workflow |
| workflowInstanceId |
string |
ID of the workflow instance this task belongs to |
| workflowType |
string |
Type/name of the workflow |
| correlationId |
string |
Correlation ID |
| scheduledTime |
integer |
Scheduled time |
| startTime |
integer |
Start time |
| endTime |
integer |
End time |
| updateTime |
integer |
Last update time |
| retryCount |
integer |
Current retry count |
| pollCount |
integer |
Number of times this task was polled |
| callbackAfterSeconds |
integer |
Callback delay in seconds |
| workerId |
string |
ID of the worker that polled this task |
| inputData |
object |
Task input data |
| outputData |
object |
Task output data |
| reasonForIncompletion |
string |
Reason for failure |
| logs |
array |
Task execution logs |
| domain |
string |
Task domain |
| seq |
integer |
Sequence number |
| taskDefName |
string |
Task definition name |
| responseTimeoutSeconds |
integer |
Response timeout |
| queueWaitTime |
integer |
Time spent waiting in queue |