create_agentic_workflow
Create an agentic workflow for an AI agent using a name, description, agent system ID, and ordered steps. Define optional trigger conditions to automate execution.
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 |