If you want to create task instances, you could do it with:

ProcessInstance processInstance = < your process instance>
TaskInstance taskInstance = < your task instance>

processInstance.getTaskMgmtInstance().addTaskInstance(taskInstance);

the taskmgtinstance offers you other possibilities too... 



View the original post : 
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4167901#4167901

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4167901
_______________________________________________
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user

Reply via email to