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