Hello All,
I am working on scenario with BPM to create and send multiple messages. Scenario looks like:
recive -> tranform(split) -> [Block(forEach) transform(map2IDOC) -> send ]
The problem is that I want to setup an Exception to transform step inside block. So I do it this way:
- define exception name in block
- put this name in system error of exceptions in Transform step
- create exception branch for exception
And when I save and activate this change exception name disappears from transformation step. What am I missing here to make it work?
br
Dawid