We are trying to use jbpm to manage file processing. 
1.- the flow detect that there is a new file.
2.- create a process to manage the file, in an action read the file and create 
a child process for each row in the file.
3.- the father process goes to a waiting state and the child to a sub-process 
to be processed.
4.- when all the childs come back from the sub-process, the father process goes 
to end.

This implementation works well with small number of child processes(10, 100, 
1000).
I think the problem is when jbpm create the sub-process.

View the original post : 
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4225165#4225165

Reply to the post : 
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4225165
_______________________________________________
jboss-user mailing list
[email protected]
https://lists.jboss.org/mailman/listinfo/jboss-user

Reply via email to