Member Junction
    Preparing search index...

    Input for TaskGraph.Step.

    interface TaskGraphStepInput {
        parentTaskID: string;
        target?: string;
    }
    Index

    Properties

    parentTaskID: string
    target?: string

    'one' (default) releases the next eligible step, 'wave' the current frontier, a task ID exactly that step.