workflows update Step

GET {{baseUrl}}/workflows.updateStep?workflow_step_edit_id=<string>&inputs=<string>&outputs=<string>&step_name=<string>&step_image_url=<string>

Update the configuration for a workflow extension step.

Request Params

KeyDatatypeRequiredDescription
workflow_step_edit_idstring(Required) A context identifier provided with view_submission payloads used to call back to workflows.updateStep.
inputsstringA JSON key-value map of inputs required from a user during configuration. This is the data your app expects to receive when the workflow step starts. Please note: the embedded variable format is set and replaced by the workflow system. You cannot create custom variables that will be replaced at runtime. Read more about variables in workflow steps here.
outputsstringAn JSON array of output objects used during step execution. This is the data your app agrees to provide when your workflow step was executed.
step_namestringAn optional field that can be used to override the step name that is shown in the Workflow Builder.
step_image_urlstringAn optional field that can be used to override app image that is shown in the Workflow Builder.

HEADERS

KeyDatatypeRequiredDescription
tokenstring(Required) Authentication token. Requires scope: workflow.steps:execute

RESPONSES

status: OK

{&quot;ok&quot;:&quot;\u003cboolean\u003e&quot;}