create_agentic_workflow
Create an agentic workflow linked to an AI agent, with ordered steps, actions, and optional conditions to automate 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 |