Error transformer

Table of contents

  • Use case
  • Guide

Use case

When you see an error thrown in the executed transformer, there is a need to stop the process and look into the issue that occurred with the corresponding transformer.

Guide

Here’s a step-by-step guide on how to abort the transformer with the rest of the chain:

Step 1: Create Entity transformer and select “Data, transform data using mappers and conditions”.

Step 2: Select “Error transformer” in the “Data transformer” field.

Step 3: After that, input an exception message that will throw when something goes wrong during the execution of the transformer.

Step 4: Run the transformer. Once the transformer is executed, all related configurations and transformers will be stopped once an error occurs sending the exception message in the Logs tab.

1 Like