workflows_update_step
Update a workflow step's configuration, including inputs, outputs, name, and image, using the step edit ID from a view submission.
Instructions
Update the configuration for a workflow step.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| inputs | No | Key-value map of inputs from the user's step configuration; each value has a ``value`` property. | |
| outputs | No | A list of output objects (each with ``name``, ``type``, and ``label``) used during step execution. | |
| step_name | No | Optional override for the name shown to users in the Workflow Builder for this step. | |
| step_image_url | No | Optional override for the image shown to users in the Workflow Builder for this step. | |
| workflow_step_edit_id | Yes | A context identifier from the ``view_submission`` payload, mapping to editing a step. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||