Optional
runOutput?: unknownThe output of the task. This is only present for tasks whose run method completed successfully.
Optional
childrenTasks?: DurableChildTaskExecution[]The children tasks that were running when the task was cancelled. This is only present for tasks whose run method completed successfully.
Optional
finalizeTask?: DurableChildTaskExecutionThe finalize task execution. This is only present for tasks which have a finalize task and whose run method completed successfully.
A durable 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.