[jboss-dev-forums] [Design of JBoss jBPM] - execution transitions, data flow and other associations
tom.baeyens@jboss.com
do-not-reply at jboss.com
Tue Oct 31 05:05:29 EST 2006
currently, our model only has transition as the directed connection between nodes.
the BPDM (http://www.bpmn.org/BPDM_Documents.htm) defines multiple types of connections:
* sequence flow (for execution transitions)
* message flow (expressing how data flows in the process)
* association (just any association that a business user can draw between two graphical elements)
would it make sense to add multiple types of connections to the jbpm core library over time ?
how could these be used in jPDL ? what would a data connection mean exactly ? what are its possible sources and destinations ?
could data connections also influence the execution ? e.g. if execution arrives in a node that also is the destination of a data connection and that data is not available yet, should be process execution be halted till the data becomes avialable ?
more questions then answers. please add your opinions so that we can get closer to the answers :-)
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3981995#3981995
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3981995
More information about the jboss-dev-forums
mailing list