tealfabric_create_process_step
Add a new step to an existing process flow by providing process ID and step name, returning the new step's ID for further configuration.
Instructions
Create a new process step in a process flow. Returns the new step_id.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | No | Alias for step_name | |
| sequence | No | ||
| step_name | Yes | Step name | |
| step_type | No | action | |
| position_x | No | ||
| position_y | No | ||
| process_id | Yes | Process ID to add the step to | |
| description | No | ||
| step_status | No | ||
| code_snippet | No | ||
| input_schema | No | ||
| configuration | No | ||
| output_schema | No | ||
| assigned_user_id | No | ||
| estimated_duration | No |