[jboss-user] [JBoss jBPM] - Re: Task Nodes - conditionally create tasks?
Olivier_Debels
do-not-reply at jboss.com
Tue Oct 10 11:40:25 EDT 2006
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
More information about the jboss-user
mailing list