Platform Investigate problems agentic workflow
Summarize
Summary of Platform Investigate problems agentic workflow
The Platform Investigate problems agentic workflow leverages AI agents to help ServiceNow users perform root cause and risk assessments on IT problems. This workflow assists agents and subject matter experts by analyzing problem records and their related incidents to provide insights, suggest plans, and recommend possible solutions. It streamlines the investigation process by consolidating relevant information and enabling actionable resolution planning.
Show less
Prerequisites and Setup
- Requires Now Assist for Platform installed (included with other Now Assist applications such as Now Assist for ITSM).
- Problem and Incident records must exist in the instance for analysis.
- Users must have the snuxcgenai.platformaiprobleminvestigator role to run the workflow.
- Role masking and security controls must be configured to ensure the workflow and AI agents have access to Problem, Incident, and related tables (e.g., adding the itil role for incident access).
Accessing and Using the Workflow
- Available via AI Agent Studio under "Create and manage" with the name "Investigate problems".
- The guided setup lists all included AI agents and their tools; users can customize and activate the workflow.
- Workflow is accessible within the Core UI and workspaces through the AI Activity panel for monitoring progress and reviewing outputs.
- UI actions can be configured to trigger the workflow within the ServiceNow interface.
Testing and Troubleshooting
- Manual tests can be performed in AI Agent Studio by authorized users using sample utterances like "investigate the problem PRB001".
- Automated evaluation can assess workflow performance over multiple execution logs.
- Be aware of token limits in processing large problem records with many related incidents; exceeding 128,000 tokens results in errors with no current workaround.
AI Agents Involved
The primary AI agent in this workflow is the Problem investigation AI agent, which identifies root causes, assesses impact, and plans resolutions. Ensure each AI agent is activated by enabling its Status toggle during setup to function correctly.
Additional Information
For further agentic workflows related to the Platform, users can refer to the Platform agentic workflows documentation.
Use the Platform Investigate problems AI agents agentic workflow to perform root cause and risk assessments so that you can create an actionable resolution plan for a problem.
Investigate problems overview
The Investigate problems agentic workflow can help to assist agents and subject matter experts (SMEs) in investigating problems in their IT landscape. A problem can be associated with many incidents, and any investigator must be aware of a large number of details when looking at a problem. The agentic workflow can help provide insights from the incident and problem details and suggest plans or possible solutions.
The agents, tools, and triggers that are associated with the investigate problems agentic workflow are provided by Now Assist applications. You can activate the agentic workflow template by making triggers active and setting the display settings to include the Now Assist panel. If you want to change this agentic workflow's instructions, you must duplicate it, adjust the settings to suit your specific needs, and activate the duplicated version of the agentic workflow instead.
Prerequisites and setup
To access this workflow, you must have Now Assist for Platform installed on your instance, which you can get if you install any other Now Assist application, such as Now Assist for IT Service Management (ITSM).
Because this agentic workflow analyzes problems and incidents related to those problems, you must have records on the Problem and Incident table.
Role masking
Required role: sn_uxc_gen_ai.platform_ai_problem_investigator.
Role masking enables users to limit the roles and privileges of agentic workflows during tool execution. Agentic workflows and their AI agents that get installed with Now Assist applications are assigned pre-defined roles. If you select Users with specific roles for user access, you must configure the security controls to include these roles. Data access settings must also include these roles. For the instructions to change the security controls, see Define security controls for an agentic workflow.
In the data access settings, you must also add the necessary roles to enable reading of the tables for Problems and related records. For example, you can add the itil role to the agentic workflow's list of approved roles so that it can access Incident records.
Accessing the Investigate problems agentic workflow
- Navigate to .
- Select Investigate problems.
The first step of the guided setup includes a complete list of included AI agents. Selecting the name of an AI agent opens it in a new browser tab, where you can see the full description, role, list of steps, and tools. Tools are displayed in the second step of the AI agent guided setup, Add tools and information.
In-product agentic AI and UI actions
Agentic workflows can be accessed in the Core UI and in workspaces in the AI Activity panel. From there, you can track their progress, provide or review input, and see the results of the work performed. For more information, see In-product agentic AI for more details about the AI Activity panel.
To enable users to access agentic workflows with UI actions, you can open the agentic workflow in AI Agent Studio and navigate to the Select channels and access step. You can select a UI action as a possible way to access the workflow
If you don't see your UI actions after configuring it in AI Agent Studio, ensure that the property com.glide.agentic_processes_view.enabled is set to true. See Enable the in-product experience for agentic workflows.
Testing the Investigate problems agentic workflow
You can manually test an agentic workflow execution or access on the Testing page of AI Agent Studio if you have the sn.aia_admin role and all other roles configured in the security controls. Start a manual test, select a test type and the name of the workflow, and use utterances in the Task field like the following samples. See Test an agentic workflow execution.
If you want to evaluate the agentic workflow over many different execution logs, run an automated evaluation.
Sample utterance
After the workflow has been activated in AI Agent Studio, enter investigate the problem PRB001 or similar phrases in the Now Assist panel to trigger the workflow. You can also run this workflow on the Testing page of AI Agent Studio with the same utterance in the Task field if you have the sn.aia_admin role.
Troubleshooting
If a Problem has a large number of related incidents, you may run into an error that states "This model's maximum context length is 128000 tokens. However, your messages resulted in [X] tokens. Please reduce the length of the messages." This maximum token count is in place for all Now Assist skills, so there is currently no way to work around this error. You can try the agentic workflow again using a different Problem.
AI agents used in the Investigate problems agentic workflow
| AI agent name | AI agent description |
|---|---|
| Problem investigation AI agent | Identifies the root causes, performs an impact assessment, and plans resolutions. |
Other Platform agentic workflows
For more information on other agentic workflows associated with the Platform workflow, see Platform agentic workflows.