messaging

Works/doesn't Work - SendMessage to process - not firing receiver

hi there,

Bonita Studio 6.3.3/7, Java 1.7.0.67, Windows 8.1

I have a Process Diagram with three pools

PoolA has one SendMSG task to PoolB on TargetElementA with one ContentItemA value ABC

PoolB has one StartMSG called TargetElementA which receives the msg from PoolA and passes it to a HumanTask that displays the data from ContentItemA

All very easy and it works...took a while but it does work as expected. PoolA fires PoolB and shows the data.

Notifications