Number of Active routines — the header badge.
True when the current user may read routines (permission gate).
The user asked to open a routine's dedicated conversation (the hidden, Application-scoped thread its runs append to). Emits the conversation ID; the host selects it in chat — this component closes the slide-in first.
A run history row's linked execution record (Agent Run / Prompt Run / Action Log) was clicked. Same shape as the chat area's openEntityRecord — the host (Explorer wrapper or workspace) routes it to navigation; this package never navigates itself.
If specified, this provider will be used for communication and for all metadata purposes. By default, if not provided, the Metadata and RunView classes are used for this and the default GraphQLDataProvider is used which is connected to the same back-end MJAPI instance as the Metadata and RunView classes. If you want to have this component connect to a different MJAPI back-end, create an instance of a ProviderBase sub-class like GraphQLDataProvider/etc, and configure it as appropriate to connect to the MJAPI back-end you want to use, and then pass it in here.
Whether the slide-in opens straight on the New Routine editor.
Routine to open the slide-in on (history view).
Slide-in open state.
Total routines of any status (for the header tooltip).
StaticɵdirStaticɵfacHeader tooltip: active/total breakdown.
Section renders only when the opt-out AND permission gates both pass.
Returns either the default Metadata provider or the one specified in the Provider property, if it was specified
Returns either the default RunQuery provider or the one specified in the Provider property, if it was specified
Returns either the default RunReport provider or the one specified in the Provider property, if it was specified
Returns either the default RunView provider or the one specified in the Provider property, if it was specified
Host opt-out (bubbled from the top-level conversations component). Default true.
Opens the slide-in straight on the New Routine editor ("+" affordance).
A callback method that performs custom clean-up, invoked immediately before a directive, pipe, or service instance is destroyed.
A callback method that is invoked immediately after the default change detector has checked the directive's data-bound properties for the first time, and before any of the view or content children have been checked. It is invoked only once when the directive is instantiated.
Opens the routine's conversation in the host chat surface (closing the slide-in).
Bridges the slide-in's HistoryRecordOpened to the standard openEntityRecord chain.
Opens the slide-in on the routines list (header / details click).
Compact "Routines" entry pinned at the very bottom of the conversations left sidebar: a single header row — mark, "Routines", the ACTIVE routine count, a "+" (straight into the New Routine editor) and a details chevron. No routine rows — the full command-center slide-in is one click away and owns all detail.
Visibility gates (both must pass):
ShowRoutines— host opt-out input bubbled from the top-level conversations workspace (default true).