Skip to main content
POST
Resume Workflow from DLQ

Authorizations

Authorization
string
header
required

QStash authentication token

Headers

Upstash-Retries
integer

Override the number of retries for the remaining workflow steps.

Upstash-Delay
string

Override the delay before executing the next workflow step. Format is <value><unit> (e.g., "10s", "5m").

Upstash-Retry-Delay
string

Override the retry delay expression for the remaining workflow steps.

Upstash-Flow-Control-Key
string

Override the flow control key for the remaining workflow steps.

Upstash-Flow-Control-Value
string

Override the flow control configuration in the format parallelism=<value>, rate=<value>, period=<value>.

Upstash-Label
string

Override the label(s) for the remaining workflow steps.

You can assign multiple labels by providing a comma-separated list.

Example: label_1,label_2

Upstash-Failure-Callback
string

Override the failure callback URL for the remaining workflow steps.

Path Parameters

dlqId
string
required

The DLQ ID of the workflow run to resume.

Response

Workflow resumed successfully

workflowRunId
string

The ID of the resumed workflow run (a new ID is generated for the resumed run).

workflowCreatedAt
integer<int64>

The timestamp when the resumed workflow run was created (Unix timestamp in milliseconds).