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

    Type Alias DefaultParentTaskOutput<TRunOutput>

    The default output type for a parent task when no finalize task is provided.

    type DefaultParentTaskOutput<TRunOutput = unknown> = {
        output: TRunOutput;
        children: ReadonlyArray<FinishedChildTaskExecution>;
    }

    Type Parameters

    • TRunOutput = unknown
    Index

    Properties

    Properties

    output: TRunOutput
    children: ReadonlyArray<FinishedChildTaskExecution>