- 28 Jun 2024
-
DarkLight
-
PDF
Enabling Optional Features
- Updated on 28 Jun 2024
-
DarkLight
-
PDF
Optional features can be enabled (or disabled) for Operations Manager ("Ops Manager") by setting the appropriate properties via its service configuration. This page:
- Demonstrates how to use Admin Essentials to set those properties.
- Provides a reference list of configurable properties.
Configuration Properties
To enable or disable optional features in Ops Manager:
- Launch Admin Essentials from the Itential Automation Platform (IAP) dashboard.
- Select Operations Manager from the Applications list displayed on the side navigation menu. The Configuration tab displays, showing a checklist of configurable properties (Figure 1).
- Enable or disable a property (feature) by clicking its checkbox.
- If a blank screen displays, toggle the “Advanced View” switch on the right to open the Service Config editor to add the property.
- Save your changes by clicking the Save ( ) button located above the Properties list.
Figure 1: Operations Manager Service Configuration
Property Features
The following property features can be enabled or disabled for Operations Manager.
Property | Description |
---|---|
maximizeJobTasksOnLoad |
Maximizes the Job Details panel by default when opening job visualizations (the Job Details view). |
actionableTasksInJobsTable |
Adds an Actionable Tasks column to the Jobs table which lists all of the actionable tasks present in each displayed job. Users may also claim actionable tasks from this column. For performance reasons, enabling this feature limits the maximum number of rows displayed on the Jobs table to 50. |
Service Config Editor
Using the toogle switch in the upper-right, properties can also be enabled or disabled via the Advanced editing view, which displays the current service configuration in JSON format. For example, to enable the maximizeJobTasksOnLoad
property, you can define it under the properties
key as follows:
"properties" : {
"maximizeJobTasksOnLoad": true
}
The maximizeJobTasksOnLoad
property is a feature flag to help users who are accustomed to seeing all running jobs and automations, including the workflow canvas, as it is being worked. When this feature is enabled, it displays the workflow within the Job Details view. Users can also enlarge the workflow canvas for better visualization.
Figure 2: Job Details View