Member Junction
    Preparing search index...
    TaskGraphRenderType:
        | TaskGraphNodeType
        | "PromptTask"
        | "ForEachTask"
        | "WhileTask"
        | "ExternalTask"

    The shapes this canvas can SHOW — a superset of what it can draw.

    Display-only kinds exist because a task graph is rendered in two places: the editor, where a person builds one, and a run view, where one that already ran is shown. The second must be able to depict every kind the dispatcher can execute, whether or not the palette offers it.