Commit error handler
The Commit error handler stops the Action Flow run and commits changes in your database apps. If your Action Flow is not using apps that support transactions, like MySQL or Data store, the Commit error handler just stops the Action Flow.
With the Commit error handler, you can stop the Action Flow when an error happens. Celonis platform saves changes in the database apps in your Action Flow and doesn't process the rest of the bundles in the Action Flow flow.
For example, the following Action Flow outputs an error in the Data Store app module:

To stop the Action Flow and save changes, follow the steps:
Right-click the module that is causing the error. In the menu, select Add error handler.
Select the Commit error handler.
Save your Action Flow.
You added the Commit error handler to your Action Flow. When an error occurs in the Data store module, the Action Flow stops and Celonis platform saves changes in modules that support transactions.







