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
_______________________________________________
jboss-user mailing list
[email protected]
https://lists.jboss.org/mailman/listinfo/jboss-user

Reply via email to