Member Junction
    Preparing search index...

    What the host learns when someone clicks a step.

    type TaskGraphRunNodeSelectedEvent = {
        Task: MJTaskEntity | null;
        TaskID: string;
    }
    Index

    Properties

    Properties

    Task: MJTaskEntity | null
    TaskID: string

    The MJ: Tasks row id.