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

    Type Alias DurableChildTaskExecution

    An execution of a child task of a durable task.

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

    Properties

    Properties

    taskId: string
    executionId: string