WorkflowStepRedirect

Maps one participant step to the URL its signer is redirected to right after they finish that step. See CreateWorkflowReq.options.stepRedirects.

  • redirectUrl
    Type: string
    max length:  
    2048
    Format: uri
    required

    Absolute http(s) URL the participant is sent to after completing the step. Must include the protocol (https://...). SignStack appends workflowId, stepKey, and eventType=step.completed query params on redirect, plus timestamp and signature when the namespace has a webhook endpoint (the redirect is HMAC-SHA256 signed with your webhook signing secret so you can verify it server-side). Existing query params are preserved.

  • stepKey
    Type: string
    required

    Key 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.