Member Junction
    Preparing search index...
    Index

    Constructors

    Properties

    AvailableActionNames: readonly string[] = []

    Action names offered in the assignment dropdown. Same ownership rule as AvailableAgentNames.

    AvailableAgentNames: readonly string[] = []

    Agent names offered in the assignment dropdown. Supplied by the host, which owns data access.

    DependencyConditionChangeRequested: EventEmitter<
        DependencyConditionChangeRequestedEventArgs,
    > = ...
    Draft: TaskGraphSpecNode | null = null
    ReadOnly: boolean = false
    Spec: TaskGraphSpec | null = null

    The whole graph, for resolving the selected task's incoming edges.

    TaskPropertyChangeRequested: EventEmitter<TaskPropertyChangeRequestedEventArgs> = ...

    Accessors

    Methods

    • Switches the step between an agent, an action and a person.

      Replacing kind and configuration together is the whole operation now. Under the old flat shape this had to clear two sibling fields on every branch, and forgetting one produced an AssignmentConflict from a gesture that looked like a simple choice — a bug the union made unrepresentable rather than merely guarded.

      The previous name is carried over where it still applies, so toggling Agent → Person → Agent does not silently forget what the author had chosen.

      Parameters

      Returns void