Skip to main content

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:

An Action Flow displaying a sequence of modules where the second Data store module shows a red error icon indicating a failure. The preceding Parse JSON, Iterator, and first Data store modules, as well as the subsequent Slack module, display green checkma

To stop the Action Flow and save changes, follow the steps:

  1. Right-click the module that is causing the error. In the menu, select Add error handler.

  2. Select the Commit error handler.

  3. 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.

An Action Flow displaying a successfully executed sequence of modules, starting with a Parse JSON trigger and an Iterator. The process updates records in two Data store modules before branching to create a Slack message and complete a Commit module.

Related topics