The PVM (Process Virtual Machine)is the next big thing in jBPM-country ;-) It is a virtual machine on which you can define process languages. Such a language is JPDL for example. Check jbpm.org for more info.
So, using this PVM you could define your own language that incorporates exactly what you need. But about your problem: How far can you go using the data in the jBPM log? All the transitions, parallel execution paths, ... are logged to the database. You can query this data and visualize it as needed. So, the stuff you need is not offered out-of-the-box by jBPM. But then again, using jBPM you can build most of the this with plain Java (with some work off course). View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4138829#4138829 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4138829 _______________________________________________ jboss-user mailing list [email protected] https://lists.jboss.org/mailman/listinfo/jboss-user
