create_agentic_workflow
Create structured agentic workflows for ServiceNow AI agents by defining ordered steps, actions, inputs, and optional trigger conditions. Link workflows to a parent agent using its system ID.
Instructions
Create an agentic workflow linked to an AI agent (requires NOW_ASSIST_ENABLED + WRITE_ENABLED)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | Workflow name | |
| steps | Yes | Ordered list of workflow steps | |
| description | Yes | Workflow description | |
| agent_sys_id | Yes | System ID of the parent AI agent | |
| trigger_conditions | No | Optional trigger condition expression |