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.
StaticɵdirStaticɵfacReturns 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
Setter, not a plain field: a TaskGraph step's row takes its STATUS from the graph (see
graphNodeForStep), and the tree usually arrives after the step rows have already been built.
Republishing rebuilds them, so a dispatched workflow stops reading Completed the moment the
tree says it is still running.
Returns either the default RunView provider or the one specified in the Provider property, if it was specified
Optionalend: Date | nullExpands a task-graph step into the graph's own steps, as ordinary timeline rows.
The graph's steps are steps. They used to appear as an embedded canvas inside the list — a diagram wedged into a vertical column, in a different visual language from everything around it, and the only work in a run that could not be read, selected or navigated the same way as the rest. They are rows now, colour-coded so their provenance is obvious, with the canvas moved to the detail panel where edges have room to be seen.
One query rather than a walk: the whole subtree arrives at once, so there is no "Loading sub-agent steps…" and no per-level round trip.
The graph a TaskGraph step submitted, read from the step's own output.
executeTasksStep records parentTaskID there whether or not submission succeeded, because a
rejected graph is the case where forensics matter most. A step with no id therefore means the
graph never reached the dispatcher — a real state the caller renders differently, which is why
this returns null rather than an empty string.
True while a graph's steps are being fetched, so the row can say so.
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.
A step inside the graph was selected.
An Agent node carries the run it started, so selecting one offers the same navigation a Sub-Agent step already does — that link is the seam between the two views, and without it a dispatched sub-agent run is unreachable from the run that caused it.
Base class for all Angular components in the MemberJunction system.