durable-execution - v0.32.0
    Preparing search index...

    Type Alias FinishedChildTaskExecution<TOutput>

    FinishedChildTaskExecution:
        | CompletedChildTaskExecution<TOutput>
        | ErroredChildTaskExecution

    A finished child task execution.

    This type represents both successful and failed child task executions, similar to the result of Promise.allSettled(). The finalize function receives all children regardless of their completion status, allowing for custom error handling logic.

    Type Parameters

    • TOutput = unknown