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

    Type Alias DurableChildTaskExecutionError

    A child task error of a durable task.

    type DurableChildTaskExecutionError = {
        index: number;
        taskId: string;
        executionId: string;
        error: DurableTaskError;
    }
    Index

    Properties

    index: number
    taskId: string
    executionId: string