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

    Type Alias TaskExecutionSummary

    A summary of a task execution.

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

    Properties

    Properties

    taskId: string
    executionId: string