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#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...