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

    Type Alias DurableTaskChildExecutionStorageObject

    A storage object for a child task of a durable task execution.

    type DurableTaskChildExecutionStorageObject = {
        taskId: string;
        executionId: string;
    }
    Index

    Properties

    Properties

    taskId: string
    executionId: string