create_agentic_workflow
Create an agentic workflow for an AI agent by defining ordered steps, actions, and optional trigger conditions. Link it to an agent system ID to automate multi-step processes.
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 |