create_workflow
Create a new workflow draft by providing its fields as a JSON object. Returns the created workflow with its unique ID and version.
Instructions
Create a new workflow draft. Pass the entity's fields (camelCase) in fields; the backend validates them. Returns the created workflow with its id and version.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| fields | Yes | The workflow's fields as a JSON object (camelCase keys), e.g. { "name": "…", "description": "…" }. |