Hello Elmo, anonymous wrote : When you say stand-alone, are you referring to swing applications? No. I mean a command line java application. No GUI yet. Actually, these is what we are trying to do. We need to run a set of programs in a given order. The order in which the programs are executed depends on various well defined conditions. The conditions may change, however, we do not want to modify any code (decision handler or action handler). JBPM's beanshell expressions and conditions are sufficient for us. However, here is the catch. Some of the programs takes hours to run. In an event of failure, we want to be able to pickup from where we left off. Thus, according to my understanding, after each node (or state or ...) is visited, the process instance state needs to be saved. Also, we intent to use the execution context to pass information between processes (nodes).
I hope I have made myself clear. If you need more info let me know. Thanks, Raj View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3919927#3919927 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3919927 ------------------------------------------------------- This SF.net email is sponsored by: Splunk Inc. Do you grep through log files for problems? Stop! Download the new AJAX search engine that makes searching your log files as easy as surfing the web. DOWNLOAD SPLUNK! http://sel.as-us.falkag.net/sel?cmd=lnk&kid=103432&bid=230486&dat=121642 _______________________________________________ JBoss-user mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/jboss-user
