Retry mutliple incomplete executions
Required scopes:
dlqs:write
Triggers a retry of the specified incomplete executions. You can either use the all
parameter to retry all incomplete executions of the scenario, or specify a list of incomplete execution IDs in the ids
property.
You can use the exceptIds
parameter to exclude incomplete executions from retrying.
The incomplete executions run with the blueprint from when the error happened. If you need to update the blueprint first, use the endpoint PATCH /dlqs/{dlqId}
.
Make puts the incomplete executions in a queue. If you are retrying a large number of incomplete executions, there might be a delay between receiving the response and Make retrying the incomplete execution.
Last updated