Member Junction
    Preparing search index...

    Input for TaskGraph.RetryTask.

    interface TaskGraphRetryInput {
        inputPayload?: string | Record<string, unknown>;
        taskID: string;
    }
    Index

    Properties

    inputPayload?: string | Record<string, unknown>

    Optional edited input for the re-run — the operator saw why it failed and corrected the brief. Applies to this run only.

    taskID: string

    The failed task to return to Pending.