[jboss-user] [jBPM Users] - Re: What is the difference between a Task and an Execution?

2009-12-08 Thread ajaygautam
Thanks again Santanu. Makes sense. Especially the "entry from db is removed" part. Now I understand why hibernate would complain about multiple entries being found, if I moved from one task to the next. (i.e. I should mark the first task as completed!) Ajay View the original post : http://www

[jboss-user] [jBPM Users] - Re: What is the difference between a Task and an Execution?

2009-12-08 Thread saraswati.santanu
Task is a wait state where it requires manual action. Task typically represents runtime state of the manual task. So once the task is done the "Task" entry from db is removed. Execution is the common representation of runtime path of execution. So every process instance is an Execution, every s