I have a workflow requirement where I need to keep asking users in a system for approval
till it is approved by all of them.
I decided to loop over two jbpm nodes first being decision node and then a task node.
Here I get a StackOverFlow Exception when i load the taskinstance from db again and try to
end it. I have searched across various forums, only solution ppl seems to suggest for this
is to persist it.
Currently I am persisting the task instance created and then I end the task by fetching it
from database. After this flow is suppose to go to decision node and decide whether to go
to task node or to end. but as soon as it reached decision node I get StackOverflow
exception.
Cud anyone explain where and how i need to persist.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4200315#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...