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
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 completed successfully.