AI Agents (Cognigy) for Process Automation (Task Assist)
AI Agents (Cognigy) for Process Automation (Task Assist) lets agents run predefined, guided business workflows directly inside Copilot for Agents — without switching between systems or screens. Workflows are built and managed in AI Agents (Cognigy) and made available to agents through Copilot.
A workflow can be triggered manually by an agent, recommended by the system based on the conversation, or run automatically through rules configured by an administrator. When a workflow runs, agents are guided through the task step by step — entering information, confirming details, calling connected systems such as CRMs or databases, and completing multi-step processes in one place. When the workflow finishes, it returns a completion status to Copilot indicating whether the process succeeded or failed. Common uses include:
-
Routing tickets to the right team
-
Scheduling appointments
-
Updating customer information
-
Handling escalations
-
Creating and submitting service requests
What Agents Experience
When a workflow runs, the agent sees a series of on-screen forms (cards) that walk them through the task. The workflow can collect information, validate it, take actions in connected systems, and guide the agent from start to finish. Workflows can be:
-
Single-step or multi-step — from a quick action to a full guided process.
-
Multi-form — collecting different information at each stage.
-
Logic-driven — adjusting what happens next based on what's entered.
How a workflow starts
A workflow can be triggered in three ways:
-
Manually by the agent.
-
By natural language — the agent types / followed by a short query.
-
By a rule — automatically recommended or run based on conditions you define, for details see Enable AI Agents (Cognigy) for Process Automation (Task Assist).
Good to know (current release)
-
AI Agents (Cognigy) is the workflow engine. Workflows are designed and managed in AI Agents (Cognigy), then made available through Copilot.
-
No Virtual Agent Hub required. AI Agents (Cognigy) workflows attach directly to a Copilot Profile.
-
Multi-step, multi-form workflows are fully supported.
How it fits together (Prerequisites)
Setting up AI Agents (Cognigy) for Process Automation (Task Assist) involves two halves that work together:
|
where |
What it does |
|---|---|
| AI Agents (Cognigy) | Where you build the workflow — the forms the agent sees and the logic that runs between them. |
| Copilot for Agents Profile ( AI Studio) | Where you publish and control the workflow — making it available to agents, setting how it's triggered, and managing form data and timeouts. |
The order matters, build the workflow in AI Agents (Cognigy) first, then attach and configure it in the Copilot Profile. The profile can only add a workflow that already exists in AI Agents (Cognigy).
Before you begin make sure you have:
-
Access to the AI Agents (Cognigy) platform.
-
Access to NiCE CXone Admin (AI Studio).
-
AI Agents (Cognigy) for Process Automation (Task Assist) enabled for your tenant. If it isn't, contact your NiCE CXone administrator or support to enable it.
How to Setup Workflow in AI Agents (Cognigy)
This section creates the workflow itself. You'll create a project, build the flow, connect it, and test it.
Create a project
-
Log in to the AI Agents (Cognigy)dashboard.
-
Under Your Projects, select + to create a new project and enter a Project Name and Project Type (Intent-driven AI or Empty Project).
-
For channels, select NiCE CXone.
-
(Optional) Add Skills if your use case needs them. This step is not required.
Build the flow
-
Go to Build > Flows > New Flow.
-
Design the workflow for your business process — the forms the agent will see and the steps between them.
Two kinds of forms. A workflow can show forms in two places:
-
In-flow forms — the forms agents fill in during the workflow, built directly in your AI Agents (Cognigy) flow (on the flow's message nodes). These drive the step-by-step experience and can carry information from one step to the next.
-
A starter form (optional) — a single form defined in the Copilot Profile that opens when the workflow launches. Use it to capture key details up front, and to pre-fill known information automatically . For details see, Enable AI Agents (Cognigy) for Process Automation (Task Assist).
As you build, keep two requirements in mind:
-
Carry information forward. When a workflow collects information that a later step needs, store it so it's available throughout the workflow. Use the Add to Context node for this.
-
End every path with a status. Every branch of the workflow that returns control to Copilot must finish with a Send Status to Copilot node, set to either Success (the process completed) or Failure (it could not be completed). This is required for the back-and-forth interaction between Copilot and AI Agents (Cognigy); a branch that doesn't end with a status leaves the workflow waiting.
Connect the endpoint
-
In AI Agents (Cognigy), go to Deploy > Endpoints.
-
Select New Endpoint and give it a name.
-
From the Flow dropdown, select the flow you built.
-
Set the endpoint type to NiCE CXone. and select Save.
A single AI Agents (Cognigy) flow can be connected to more than one endpoint if needed.
Test the flow
-
Open Test Chat in AI Agents (Cognigy).
-
Select your flow and enter sample inputs.
-
Confirm the workflow responds as expected.
At this stage the workflow runs independently of NiCE CXone. Once it works here, move on to the Copilot Profile to publish it.