[jboss-user] [JBoss jBPM] - Re: Task Not Being Created?
Saviola
do-not-reply at jboss.com
Fri Oct 13 02:25:00 EDT 2006
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
More information about the jboss-user
mailing list