Create a new IncompleteExecutions instance.
Function for making API requests
Get the data bundle for an incomplete execution. Contains the context data at the time of failure.
The incomplete execution ID
Promise with the bundle data
Get details of a specific incomplete execution.
The incomplete execution ID to get
Promise with the incomplete execution details
List all incomplete executions.
Promise with the list of incomplete executions
Retry a specific incomplete execution.
The incomplete execution ID to retry
Retry multiple incomplete executions for a scenario.
The scenario ID whose incomplete executions should be retried
Configuration specifying which incomplete executions to retry
Update an incomplete execution's blueprint or failer module.
The incomplete execution ID to update
The updates to apply to the incomplete execution
Promise with the updated incomplete execution data
Class providing methods for working with Make incomplete executions. Incomplete executions (also known as DLQ items) are scenario runs that didn't complete successfully and are stored for later resolution.