Hello Experts,
I'd like to ask you if you have an idea how to configure synchronous send step from ccBPM. So scenario is quite simple:
1. async start of process
2. sync send to system A
3. continue of process
What I already did is:
I define abstract sync interface everything including names is the same as target sync service interface. Then I define async abstract SI with a name of Request Message type and async abstract SI with a name of Response Message. I of course use Receiver From property set to Send Context...
In monitoring it looks like this: I successfully call sync interface, but the way back???... First of all process does not wait for response but continue with other steps and response doesn't not have service interface, namespace and receivers properties set(service, interface, namespace)...
Does anyone already face this problem or do you know how to send sync message from ccBPM in PI 7.1?
Many Thanks,
Milan