Sai Mandava
ServiceNow Employee

Workflow Automation CoE > Playbooks > Hybrid Agentic Activity Use Cases

 

Foreword

This article assumes basic familiarity with ServiceNow Playbooks and the concept of activity definitions. If you're new to Playbooks, the Playbooks documentation is a good starting point. Hybrid Agentic Activities were introduced in the September 2025 release.

 

Introduction

Here's a problem that shows up in almost every high-volume intake process: someone submits a case, request, or report with just enough detail to be unhelpful. The ticket gets assigned to a team. That team decides it's not theirs. It bounces to another team. Each hand-off comes with a question. Resolution time stretches — not because the problem is hard, but because the initial submission was thin.

Anyone who has watched a ticket bounce between teams knows exactly what this looks like — it's the intake quality gap. A production team working on quality issue management quantified it with a striking metric: nearly 1/3 of total quality issue resolution time is lost purely due to poorly articulated problem statements at the initial logging stage. Not at the fix stage. Before any work has even begun.

This article walks through how that team addressed this using Hybrid Agentic Activities in ServiceNow Playbooks — and specifically how they used the 5W2H framework as the AI's evaluation criteria for automatically filling activity form fields.

 

What is a Hybrid Agentic Activity?

A Hybrid Agentic Activity is a Playbook activity type that combines a structured form with an embedded AI agent. The two work together:

  • The form defines the output structure — the fields that need to be populated for the downstream process to work.
  • The AI agent converses with the operator to help populate those fields.

Setting it up is straightforward: in Workflow Studio, playbook author selects which activity should be enabled with AI agents and provides instructions that tell the agent how to fill the activity's form fields. The agent follows those instructions at runtime, analyzing the operator's inputs and automatically populating the form fields accordingly.

The operator is always in the loop. By default, the AI will only submit the form after the operator confirms. Though designers can configure auto-submit in Workflow Studio if the use case warrants it.

 

The Use Case: Quality Issue Reporting in Manufacturing

In heavy industries — automotive, industrial equipment, energy — quality issues are often reported by field technicians who know something is wrong but struggle to describe it in a way that is clear and actionable for a resolver. The result is the intake quality gap described above.

The team's solution: use a Hybrid Agentic Activity to guide submitters through the 5W2H framework, a structured problem articulation methodology covering:

  • What happened
  • Who was involved
  • Where it occurred
  • When it was observed
  • Why it matters
  • How it happened
  • How much impact it has caused

Rather than asking submitters to fill in seven structured fields (most won't know how), the activity accepts a plain-language description and uses the AI agent to evaluate it against the 5W2H dimensions, identify gaps, and guide the submitter to fill them in conversationally.

 

How It Works: Step by Step

Step 1 — Operator describes the issue in plain language

The Playbook activity opens with a single text field: "Describe the quality issue you observed." No structured fields, no required format. The submitter writes what they know.

Step 2 — AI agent analyzes inputs and fills the form

The agent takes both the operator's plain-language description and any supporting attachments — photos, documents — as inputs. It processes them together, evaluating the combined content against all seven 5W2H dimensions, and automatically populates the activity's form fields: issue_type, tone, criticality, priority, and the full 5W2H-structured problem_statement. The form fields are filled but not submitted; the operator must confirm before anything is committed.

Step 3 — Operator reviews and confirms

The operator sees the full form — AI-populated fields marked with an AI badge. They review, adjust if needed, and confirm. The structured output flows to downstream activities: routing, assignment, and triage.

"You don't have to manually type each answer. You tell us the problem you observed, and we refine it for you."

 

Results

The design partner, a global industrial manufacturer, is scaling this solution to 20,000 cases per year. As we expect:

  • Significant reduction in back-and-forth between submitters and resolvers
  • Field technicians can submit complete, actionable reports without needing to know the right terminology
  • Issues arrive at the resolver with a fully populated 5W2H problem statement, predicted routing fields, and any supporting attachments already processed

The team's framing on competitive positioning: dedicated Quality Management systems from major ERP vendors cannot offer this level of AI-guided, platform-integrated intake experience. The depth of integration — Playbook orchestration, CMDB linkage, downstream activity chaining — is the differentiator.

 

Bonus Tip: Use a Framework as the AI's Evaluation Criteria

The 5W2H framework is what gives the AI agent a clear, auditable definition of "complete." Before building a similar activity for your domain, pick the right framework first:

  • Quality issue intake → 5W2H
  • IT incident triage → ITIL incident classification dimensions
  • Customer case intake → custom CX intake criteria
  • Change request documentation → standard CR plan sections (justification, implementation plan, backout plan, test plan, risk analysis)

The framework becomes the agent's rubric. Without it, the AI is guessing what good looks like. With it, the gaps are specific and the guidance is actionable.

 

Bonus Tip 2: Start Narrow on Your AI Instructions

It's tempting to write broad instructions and let the AI populate everything. Resist this. Start with two or three specific, well-scoped instructions — category, priority, tone — and expand only after you've validated the AI's accuracy in production. Users trust AI suggestions that are consistently right on the small things before they'll trust them on the important ones.

 

Get Started

Hybrid Agentic Activities are available as of the September 2025 release.

To build a similar activity:

  1. Configure a custom AI agent with your domain-specific instructions, the 5W2H evaluation prompt in this case. This is required only if you want to use custom agent.
  2. In Workflow Studio, create a Playbook activity and enable it with your AI agent
  3. Provide instructions that tell the agent how to fill the activity's form fields
  4. Connect the activity output variables to downstream routing and assignment activities

 

Further Reading

 

Center of Excellence Navigation

  1. Workflow Automation - Center of Excellence
  2. Workflow Automation Migration Considerations
  3. What's new for Workflow Automation?
  4. Resource Hubs
    1. Flows
    2. Decision Tables
    3. Playbooks
  5. FAQ
  6. Checklist
  7. Training
  8. Workflow Academy
Version history
Last update:
56m ago
Updated by: