Working with WSO2 BPS 3.6.0 - we have a service which notifies a running BPEL process about an event.
Util the process is running, it is working great (using the correlation). But when the process is already completed, the request doesn't get any response. I'm ok if an exception could be raised, but getting no response whatsoever is annoying. Is there a way to fail quickly if there's no (active) instance with the specific correlation?
Edit: effectively the receive, pick and onEvent activities behave the same way
Thank you in advance