Member Junction
    Preparing search index...

    Type Alias DurableEntityActionSubmission

    What came of a durable submission.

    type DurableEntityActionSubmission = {
        ErrorMessage?: string;
        ParentTaskID?: string;
        Success: boolean;
    }
    Index

    Properties

    ErrorMessage?: string
    ParentTaskID?: string

    The parent task row representing the graph, when one was created.

    Success: boolean