Create workflow step
create_stepAdd an immutable executable step to an existing workflow. Supply workflow ID, position, name, executor kind, and spec to define a step's action within the workflow.
Instructions
Create an immutable executable Step inside one Workflow.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | ||
| spec | Yes | ||
| position | Yes | ||
| workflow_id | Yes | ||
| write_scope | No | read_only | |
| executor_kind | Yes | ||
| worktree_path | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |