[jboss-user] [JBoss jBPM] - Re: Creating new tasks in a task-node during process runtime
memius
do-not-reply at jboss.com
Thu Jul 31 08:50:46 EDT 2008
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
More information about the jboss-user
mailing list