Manage incomplete executions
When dealing with incomplete executions, you should first decide if you want to finish the run and process the rest of the data in the . If you want to finish the run, you should check the error that created the incomplete execution:
Go to the Incomplete executions tab.
Find the incomplete execution and click Details. The editor opens.
Click the warning sign on the module that caused the error. You can also check the module settings or the scenario execution history.

If the error is a temporary error, like the ConnectionError or the RateLimitError, you can retry the incomplete executions. Retrying an incomplete execution is like another attempt to run a . The incomplete execution runs with the same module settings as when the error happened.
You can retry multiple incomplete executions at once.
If the error requires changes in the module settings or in the general scenario blueprint, you need to resolve the incomplete execution manually.
If you find out that you don't need to run the rest of the scenario, you can delete the incomplete execution.
To open the incomplete executions tab, select the in the list of and switch from the Diagram tab to the Incomplete executions tab.

In the 's Incomplete executions tab, you can find the following information for each incomplete execution:
- Selection check box: You can select incomplete executions to either retry or delete. You can select multiple incomplete executions, or you can use the check box in the table header to select or de-select all incomplete executions of a .
- Created: The date and time when created the incomplete execution.
- Size: The size of the incomplete execution blueprint and the data that the module was processing when it failed.
- Status: Possible incomplete execution statuses are:
- Unresolved: The incomplete execution is not set to retry and hasn't been resolved. To fix this, you can retry or manually resolve the incomplete execution.
- Pending: The incomplete execution is set to retry. Check the Scheduled in column to see approximately when will retry the incomplete execution.
- In progress: is currently retrying the incomplete execution.
- Resolved: The incomplete execution has been resolved successfully. will delete the resolved incomplete execution automatically after 30 days.
- Scheduled in: The approximate time until will retry the incomplete execution.
- Attempts: The number of attempts already made to resolve the incomplete execution.
- Detail: The Detail of the incomplete execution opens the editor with the incomplete execution. In the incomplete execution detail, you can check the cause of the incomplete execution and resolve the incomplete execution.
Retrying incomplete executions runs the incomplete execution again, starting with the module that caused the error. Retried incomplete executions run with the same configuration as when the error happened, so a retry works best for temporary errors, like the RateLimitError or the ConnectionError.
To retry incomplete executions:
Make sure that the is active. You can retry incomplete executions only when the is active.
To activate a , go back to the Diagram tab or the editor and click the switch next to scheduling on the toolbar:


Go to the Incomplete executions tab.
Select incomplete executions you want to retry. You can use the checkbox at the top of the incomplete executions table to either select or de-select all incomplete executions of the .
Click the Retry selected button to retry the incomplete executions.

The status of the selected incomplete executions turns into Scheduled in, and to In Progress when starts retrying them.
If you are retrying a lot of incomplete executions, it might happen that some of them get scheduled for later processing instead. The Scheduled in column contains the information of when approximately retries the incomplete execution.
If the incomplete execution is resolved successfully, the status of the incomplete execution turns into Resolved. Otherwise, the status stays Unresolved.

Some errors create incomplete executions that require manual changes before the incomplete execution can be resolved. For example, the RuntimeError and DataError most of the time have to be resolved manually instead of retrying. You can resolve an incomplete execution manually either from the run history, or from the incomplete executions tab:
You might want to check the execution log first to investigate why the error happened:
Go to the History tab.
Locate the failed execution log and click Details.

Click the module that has a warning status.

Click Resolve. Make redirects you to the incomplete execution.

Check the module that caused the error and fix it.
Save the updated module settings with the Save button.
Click Run once.
The incomplete execution runs again, starting with the module that caused the incomplete execution with the original input. If the run succeeds, the incomplete execution is resolved.
Otherwise, if resolving fails on the same module, the incomplete execution is not resolved. You need to fix all errors on the module to resolve the incomplete execution.
If the incomplete execution fails on a different module, creates a new incomplete execution, starting with the module that caused the new error.
If you want to go directly to the incomplete execution:
Go to the Incomplete executions tab.
Find the incomplete execution and click Details.
Check the module that caused the error and fix it.
Save the updated module settings with the Save button.
Click Run once.
The incomplete execution runs again, starting with the module that caused the incomplete execution with the original input. If the run succeeds, the incomplete execution is resolved.
Otherwise, if resolving fails on the same module, the incomplete execution is not resolved. You need to fix all errors on the module to resolve the incomplete execution.
If the incomplete execution fails on a different module, creates a new incomplete execution, starting with the module that caused the new error.
When you don't need to finish the workflow, or you don't need the data from the incomplete execution anymore, you can delete the incomplete exectution. To delete incomplete executions:
Go to the Incomplete executions tab.
Select incomplete executions you want to delete. You can use the checkbox at the top of the incomplete executions table to either select or de-select all incomplete executions of the .
Click the button Delete selected to delete the incomplete executions.

The deleted incomplete executions are no longer in the list of incomplete executions.
Once you delete an incomplete execution, it cannot be put back.