Optional
executorId?: stringThe id of the executor. This is only present for tasks which were cancelled while running.
Optional
startedAt?: DateThe time the task execution started. This is only present for tasks which started running.
Optional
expiresAt?: DateThe time the task execution expires. This is only present for tasks which started running.
Optional
waitingForChildrenStartedAt?: DateThe time the task execution waiting for children started. This is only present for tasks which have children tasks and whose run method completed successfully.
Optional
waitingForFinalizeStartedAt?: DateThe time the task execution waiting for finalize started. This is only present for tasks which have a finalize task and whose run method completed successfully and children tasks finished.
Optional
children?: TaskExecutionSummary[]The children task executions that were running when the task was cancelled. This is only present for tasks whose run method completed successfully.
The number of children task executions that are still active. This is only present for tasks whose run method completed successfully.
Optional
finalize?: TaskExecutionSummaryThe finalize task execution. This is only present for tasks which have a finalize task and whose run method completed successfully and children tasks finished.
A task execution that was cancelled. This can happen when a task is cancelled by using the cancel method of the task handle or when the task is cancelled because it's parent task failed.