Member Junction
    Preparing search index...
    Index

    Constructors

    Properties

    expandToggle: EventEmitter<Event> = ...
    isSelected: boolean = false
    item: TimelineItem
    itemClick: EventEmitter<TimelineItem> = ...
    navigateToEntity: EventEmitter<{ entityName: string; recordId: string }> = ...

    Accessors

    Methods

    • The glyph beside a row's status word.

      Covers BOTH status vocabularies' worth of meaning, because this list used to know only what an AIAgentRunStep can be — Running / Completed / Failed / Cancelled / Paused. A workflow step is Pending, Skipped or Blocked (and says Complete, not Completed), so every row belonging to a task graph fell through to the unknown glyph and rendered a question mark. The projection now normalizes the two vocabularies into one; these are the values it can produce.

      Parameters

      • status: string

      Returns string