I think you can do something like: Adding a task definition directly under the process definition (and not in the task node) and play with this:
* Then you can create a task instance of the mandatory task in the task node: + By using an event if you want to use the task definition under the process definition + By putting another task definition in the task node and setting "create-task" true * You can create the other task instances using event handlers for example. If you look at the test cases under org.jbpm.jpdl.patterns you can find some examples. Hope this helps, Olivier. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3977278#3977278 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3977278 _______________________________________________ jboss-user mailing list [email protected] https://lists.jboss.org/mailman/listinfo/jboss-user
