Navigate Operations Manager
Operations Manager (Ops Manager) provides a single, unified view into all automations inside Itential Platform. The automations feature in Ops Manager allows you to control when, how, and with what data a workflow should run.
Operations Manager UI
The main icons and features of the Operations Manager home page are described in the table below.

Icon bar
The following table describes the features accessible through the Operations Manager icon bar.
Automations collection view
The Automations Collection view is where you can view all of your automations, perform bulk actions, and run automations that have manual triggers. To access this view, click the search icon (magnifying glass) in the top-left toolbar of the Operations Manager UI.

Action icons in Automations Collection
The action icons available in the Automations Collection view are described in the table below.
Automation card menu options
The actions available within the menu button (⋮) of the automation card are described in the table below.

Automation Details in Ops Manager
The Automation Details view in Operations Manager is the hub for managing your automation and its associated triggers. To access this view, select any available automation listed in the Automations menu on the left.

Action icons for Automation Details
The action icons within the Automation Details menu button perform operations on the current automation.
Automation properties
The Automation Properties panel provides an interface to view and edit detailed information about the automation and update its permission groups.

Clone an automation with API triggers
An important limitation applies when cloning an automation with one or more API triggers: the routeName property of an API trigger must be unique among enabled triggers. For this reason, Operations Manager disables all API triggers when cloning an automation. You must manually choose new route names for the cloned API triggers in the new automation before they can be re-enabled.
Automation error handling
Your automation is continuously evaluated for errors as you work — for example, references to non-existent access groups, misconfigured triggers, or missing documents such as forms, JSON Schema Transformations (JSTs), and workflows. When no errors are detected, the Passed Validation icon is displayed near the top-right corner of your automation.

If your automation does not pass validation, the View Errors icon is displayed instead. Clicking it opens the Errors Panel, a full list of the problems affecting your automation. When appropriate, items in this list contain a hyperlink to the affected component, creating a centralized hub for error remediation.

Automation components in an error state are also marked on the UI via the Error icon.
Enable optional features in Ops Manager
Optional features can be enabled or disabled for Operations Manager by setting the appropriate properties via its service configuration. This section demonstrates how to use Admin Essentials to set those properties and provides a reference list of configurable properties.
Configure properties


Configurable properties
The following properties can be enabled or disabled for Operations Manager.
Service Config editor
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, define it under the properties key as follows:
The maximizeJobTasksOnLoad property displays the workflow within the Job Details view, which is useful for users who prefer to see the workflow canvas while jobs are running. When enabled, users can also enlarge the workflow canvas for better visualization.
