| Parameter | Type | Description | Example |
|---|---|---|---|
| object | The task's running status. | ||
| statusGeneration | long | The version number of the state. | 123 |
| phase | string | The current execution stage. | Success |
| executionDetails | array | The execution details. | |
| string | The execution information. | step1: start task. | |
| invocations | array | The execution history. | |
| TaskInvocation | The details of task invocation. | ||
| latestExecError | TaskExecError | The last execution error. |