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

    Type Alias ErroredChildTaskExecution

    An errored child task execution.

    type ErroredChildTaskExecution = {
        taskId: string;
        executionId: string;
        status: ErroredTaskExecutionStatus;
        error: DurableExecutionErrorStorageValue;
    }
    Index

    Properties

    taskId: string
    executionId: string