Platform Investigate problems agentic workflow
Summarize
Summary of Platform Investigate problems agentic workflow
The Platform Investigate problems agentic workflow enables ServiceNow customers to perform root cause analysis and risk assessments for IT problems. It assists agents and subject matter experts (SMEs) in analyzing problems linked to multiple incidents, providing insights and suggesting resolution plans. This workflow is part of the Now Assist applications and leverages AI agents for enhanced problem investigation.
Show less
Prerequisites and Setup
- Requires Now Assist for Platform installed on the ServiceNow instance, which can be included via other Now Assist applications like Now Assist for IT Service Management (ITSM).
- Must have existing Problem and Incident records to analyze.
- Access is controlled by the role snuxcgenai.platformaiprobleminvestigator and role masking is used to secure access.
- Security controls must be configured to grant the necessary roles for reading Problem and Incident tables, for example, adding the itil role to approved roles for incident access.
Accessing and Using the Workflow
- Access via AI Agent Studio under "Create and manage" by selecting "Investigate problems".
- The workflow includes AI agents with detailed steps and tools accessible during setup.
- Available in the Core UI and workspaces through the AI Activity panel for tracking progress and reviewing outputs.
- Can be triggered using UI actions configured in AI Agent Studio; ensure the property com.glide.agenticprocessesview.enabled is set to true to enable these actions.
Testing and Troubleshooting
- Manual and automated testing of the workflow is available in AI Agent Studio for users with the sn.aiaadmin role.
- Sample utterances like "investigate the problem PRB001" can trigger the workflow in the Now Assist panel or test interface.
- Be aware of token limits: if a problem has too many related incidents, a "maximum context length" error may occur due to token limits in Now Assist AI models. In such cases, try a different problem record.
AI Agents Involved
The key AI agent used is the Problem investigation AI agent, which identifies root causes, assesses impact, and plans resolutions as part of the workflow. Each AI agent must be activated in AI Agent Studio during setup.
Additional Information
For customers interested in other related workflows, additional Platform agentic workflows are available to extend investigation and automation capabilities.
Use the Platform Investigate problems 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.
Agentic workflows and their AI agents use role masking to determine which users can access them. Ones installed with Now Assist applications have specific roles that come included with the application. If you select Users with specific roles for user access, you must configure the security controls to 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.