You can let me worry about the "inconsistency":-) The main thing for me is that the "program" sending the signals should not care whether it is sending the signal to the main process or the sub-process. That, incidentally, happens to be the problem I have with using process-state. In your "testWithSubProcess" method in org.jbpm.graph.exe.SubProcessPlusConcurrencyDbTest, the "program" sending the signals needs to be aware that there is a sub process so that it can retrieve the sub process instance and send signals to it.
Are you saying I should write my own custom version of a process-state? I wouldn't mind, but I would want such a thing to be available to GPD, and I would still like to not have to care about having to send the signals directly to the sub-process. If that is possible (it didn't seem likely after my first glance at the code), I'm up for it. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3936798#3936798 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3936798 ------------------------------------------------------- This SF.Net email is sponsored by xPML, a groundbreaking scripting language that extends applications into web and mobile media. Attend the live webcast and join the prime developer group breaking into this new coding territory! http://sel.as-us.falkag.net/sel?cmd=lnk&kid=110944&bid=241720&dat=121642 _______________________________________________ JBoss-user mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/jboss-user
