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

    Type Alias DurableTask<TInput, TOutput>

    A durable task that can be run using a durable executor. See the usage and task examples sections for more details on creating and enqueuing tasks.

    type DurableTask<TInput, TOutput> = {
        id: string;
    }

    Type Parameters

    • TInput
    • TOutput
    Index

    Properties

    Properties

    id: string