Member Junction
    Preparing search index...

    What the host learns when someone clicks a path.

    type TaskGraphRunConnectionSelectedEvent = {
        Condition?: string;
        EdgeID: string | null;
        FromTaskID: string;
        ToTaskID: string;
    }
    Index

    Properties

    Condition?: string
    EdgeID: string | null

    The MJ: Task Dependencies row id, when the projection carried one.

    FromTaskID: string
    ToTaskID: string