create_agentic_workflow
Create an agentic workflow for an AI agent by defining ordered steps and optional triggers. Integrates with ServiceNow automation.
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 |