I`m experiencing wierd thing.
I have simple scenario using BPM
[ async iFlow1 ] -> [ BPM ] -> [ async iFlow2 ]
All SI are asynchronous, including one which I call from BPM through Automated Activity. But if I look in the message log of that outgoing message (from BPM to iFlow2), I see there this log entry
Application attempting to send an XI message synchronously using connection JPR
How can message be send synchronously through async SI/operation.
I doublechecked, that everything is set to async - even in automated activity in BPM process - when I try to set outbound mapping - it tells me, that it cannot be done.
I have a real problem with it, because I want to split that outgoing message and send it to two receivers. This cannot be done with sync messages, of course.
Do you experience same problem?