WorkflowStepRedirect
Maps one participant step to the URL its signer is redirected to right after they finish that step. See CreateWorkflowReq.options.stepRedirects.
- redirectType: string
Url max length:2048Format: urirequiredAbsolute
http(s)URL the participant is sent to after completing the step. Must include the protocol (https://...). SignStack appendsworkflowId,stepKey, andeventType=step.completedquery params on redirect; existing query params are preserved. - stepType: string
Key requiredKey of the participant step to attach the redirect to, in snake_case. Must reference a participant step that exists in the blueprint's orchestration — group steps are rejected. May be configured at most once across
stepRedirects.
