Describe the bug
An error during a transformer results in invalid data in the "transformed" message.
To Reproduce
Add channel mapping XML to JSON. Set source outbound message template to {}. Add throw Error('Always'); as transformer.
Expected behavior
Transformed message should be {}
Actual behavior
Transformed message is the original xml.
Describe the bug
An error during a transformer results in invalid data in the "transformed" message.
To Reproduce
Add channel mapping XML to JSON. Set source outbound message template to
{}. Addthrow Error('Always');as transformer.Expected behavior
Transformed message should be
{}Actual behavior
Transformed message is the original xml.