Hi! Why do you call jbpmContext.save(newProcess);? I think that when you close the context Hibernate wil take care of putting the right stuff in the database. Are you sure your code goes through the assignment handler? Another approach is telling the node not to create task as setting its attribute create-tasks='false' and use node-enter event of the task node to create you task. Although I think this is not what you want try this and see what happens,
Saviola View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3978081#3978081 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3978081 _______________________________________________ jboss-user mailing list [email protected] https://lists.jboss.org/mailman/listinfo/jboss-user
