i played a little bit with the "async", here is what I got: 1. create a "task-node" without "task". Using "task-node" because it does not need a human signal as "node". It's automatic.
2. add the Customized ActionHandler under a outbout transition. 3. jbpm-web will block for long time when you click "run process" button. 4. change the [EMAIL PROTECTED] to be "true". Now jbpm-web returns html page immediately upon clicking "run process". And you can check the running-instances page. NOTE: I also tried put long-term Action in after-signal event, it's not called. I guess there is no signal-event; signal-event is always triggerd by a explicitly signal() call. I also tried put long-term Action in after-enter event, it doesn't work as async; but works as a normal sync mode. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3936419#3936419 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3936419 ------------------------------------------------------- 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
