Why the flow control goes to Error Catcher inspite of ignore error strategy configured for Data Transformer Step?

I have an integration in which the Data Tranformer step is used to parse a csv content into a JSON array.
I have configured this step with Ignore Strategy Type which as per official documentation is - “Ignores the failure of the task. The integration continues to run the next tasks assuming the failed task has Succeeded.”

I see if this steps throws an error, the flow control goes to the next task in the main integration flow and the next task is then marked as Failed. Why so?

Hi @mofarhan, I noticed your question hasn’t been answered yet. Don’t worry—we’ll keep an eye on it and try to get some input from other members soon.

Hello @mofarhan

I hope all is well!

I cannot reproduce the behavior noted (my process, given the above, succeeds to expectation) - are there any other settings for that pertinent Data Transformer Shape (Execution Strategy/Policy Settings) that can cause an issue?

Additionally (just to verify) does the mapping shape work to expectation without the data transformer?

Best
Matt

I tried uploading the integrations here but unable to do so being a new user. You may try them from here. There are 2 integrations, one invoking the other.

Thank you.

Hey @mofarhan,

Unfortunately my organizational policies won’t allow me to download files from external sources. With that said (given the process is relatively small) can you provide the following:

  • Sample payload for testing
  • What is in each respective script (JavaScript & Data Transformer)
  • Is the mapping strictly source → target static string mapping?

Best
Matt