Request Parameters
A list of DLQ IDs corresponding to the failed workflow runs you want to restart.
Optional. Restart workflow runs that failed on or after this unix millisecond timestamp.
Optional. Restart workflow runs that failed on or before this unix millisecond timestamp.
Optional. Restart workflow runs where the workflow URL matches this value.
Optional. Restart workflow runs matching this specific Run ID or ID prefix.
Optional. Restart workflow runs created at the specified unix millisecond timestamp.
Optional. Override the flow control key for the restarted workflows. If not provided, the original key is reused.
Optional. Override the flow control value for the restarted workflows. If not provided, the original value is reused.
Optional. Override the retry configuration for the steps in the restarted workflows.
Response
A cursor to paginate through additional matching DLQ entries. If not present, there are no more entries to process.
A list of resumed workflow runs, each containing a new run ID and creation timestamp.