[jbpm-users] [JBoss jBPM] - Re: jBPM4: Manually created task can't block the execution
shekharv
do-not-reply at jboss.com
Tue Jul 7 12:36:58 EDT 2009
At first look, I would think that this is expected.
>From what I can remember there is a lot more happening around taskCreation that just the simple:
| Task task = taskService.newTask();
| task.setAssignee("stu");
| task.setName("submit your homework");
| taskService.saveTask(task);
|
The execution is not being set, the signalling property is not being set etc.
I will look a little deeper and let you know if I find more details,
View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4242257#4242257
Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4242257
More information about the jbpm-users
mailing list