workflow_step_define
Define custom workflow steps by registering Python functions that process values with context, enabling extensible automation in AI applications.
Instructions
[workflow] Register custom step function from Python source. Must define def step(value, ctx): ....
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | ||
| source | Yes |