Member Junction
    Preparing search index...

    Interface TaskGraphTaskInterventionInput

    Input for the step-scoped intervention verbs.

    interface TaskGraphTaskInterventionInput {
        payload?: string | Record<string, unknown>;
        taskID: string;
    }
    Index

    Properties

    Properties

    payload?: string | Record<string, unknown>

    ForceCompleteTask: the output downstream paths evaluate against. UpdateTaskInput: the new input.

    taskID: string