Restart Workflow from DLQ
Restart a failed workflow run from the DLQ. The workflow will start from the beginning.
Unlike resume, which continues from where the workflow failed, restart executes the entire workflow
from the first step. A new workflow run ID is generated and all steps will be executed again.
1 min read
post/v2/workflows/dlq/restart/{dlqId}
Request example
Response
post/v2/workflows/dlq/restart/{dlqId}
Authorization
1 alternative authorization method available — see the spec for details.
Path parameters
The DLQ ID of the workflow run to restart.
Headers
Override the number of retries for the workflow steps.
Override the delay before executing the workflow. Format is
<value><unit> (e.g., "10s", "5m").Override the retry delay expression for the workflow steps.
Override the flow control key for the workflow.
Override the flow control configuration in the format
parallelism=<value>, rate=<value>, period=<value>.Override the label(s) for the workflow.
You can assign multiple labels by providing a comma-separated list.
Example: label_1,label_2
Override the failure callback URL for the workflow.
Responses
application/json
Workflow restarted successfully
Error message
Error message
Error message
Error message