jBPM is "just" a Java API. You can use it in a J2SE Java application, in a J2EE Web application or inside of an EJB Container.
I'm not sure to understand your question, but if you just want to try some application code in Eclipse, you don't need a server. You the JBoss IDE and create jBPM project. taskInstance.setActorId directly assign the task to an actor. AssignmentHandler may call setActorId, but the class first need to find an actorId. An example of AssignementHandler can be a Task Dispatcher which assign dynamically the tasks according to the workload of an actor set. I don't get you for your last question. Thibault Cuvillier View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3929310#3929310 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3929310 ------------------------------------------------------- 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
