[jboss-user] [JBoss jBPM] - Re: Process started by the application
mwohlf
do-not-reply at jboss.com
Mon Feb 18 14:48:55 EST 2008
the following code works for me:
| ProcessInstance processInstance = new ProcessInstance(processDefinition);
| TaskMgmtInstance taskManagement = processInstance.getTaskMgmtInstance();
| TaskInstance taskInstance = taskManagement.createStartTaskInstance();
|
but maybe there is a better way to do this :-/
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4130213#4130213
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4130213
More information about the jboss-user
mailing list