I'm an IBM BPM developer and I have following issue: On my BPD I have an intermediate event that is triggered by a UCA that is called from an Human Service. Everything is working fine, the only problem is that I always get a warning like this in the System.Out.log:
CWLLG0297W: The intermediate event with ID BpdEvent.51155527-fdce-45de-b2be-5da9fb67ab7a can never receive a message from UCA UCA.5e12e401-0968-49f4-8c63-fb7110fdbfb6 because it is correlated on an invalid output parameter.
I tried correlation on tw.system.process.instanceId and tw.system.currentProcessInstance.id, both works, but both rise the warning. Following my researches that's a common issue for BPM 7.5 and 8, but I'm using 8.5.6 and also in 8.5.5 the behaviour is the same.
Can anyone help me?
Thanks in advance!