Member Junction
    Preparing search index...
    Index

    Constructors

    Properties

    AllowSaveAsWorkflow: boolean = true

    Whether to offer Save as Workflow.

    Off while work is still running: offering to save a plan whose shape may yet change — a retry, a failure routing down a recovery branch — invites saving something that never actually happened.

    Expanded: boolean = false

    Starts collapsed. A plan card sits inline in a conversation and must not dominate it.

    ExpandedChange: EventEmitter<boolean> = ...
    ParentTaskID: string | null = null

    Handle for status/cancel, when the graph was dispatched rather than folded.

    RuntimeStatus: TaskGraphRuntimeStatus | null = null

    Live per-step state. Absent means the card shows the plan without a progress line.

    SaveAsWorkflowRequested: EventEmitter<SaveAsWorkflowRequestedEventArgs> = ...
    SaveName: string = ''

    The name to save under, seeded from the plan and editable in place.

    Held rather than read off the DOM so the empty-name guard is testable without a browser.

    Spec: TaskGraphSpec | null = null

    The plan. Null renders nothing — a card with no graph has nothing to say.

    Accessors

    Methods