|
Description:
|
There is a bug in BaseBPMExchangeHandler.getProcessEvent(Context,Message):Object where the data to be used to signal a jBPM process with can only be retrieved from the Exchange Context. It should be able to fall back to the Message's content, which is why this method takes a Message object as a parameter. However, the logic in the method is faulty. See the forum reference for more details.
|