[jboss-dev-forums] [Design of JBoss jBPM] - Re: execution transitions, data flow and other associations
tom.baeyens@jboss.com
do-not-reply at jboss.com
Thu Nov 2 04:20:17 EST 2006
anonymous wrote : Synchronization without merge
We had this once (i think it was called a milestone in jbpm 2). But probably it didn't make it to jbpm 3. I'll make sure this will re-enter in jbpm 4.
This is the same as the links in BPEL, right ?
anonymous wrote : Multi-Parented processes
Actually, what you need for this is variable colletion support :-) This requirement can be handled with 1 process variables e.g. called 'purposes' which is a collection of ProcessInstance's. jBPM is able to persist references to 'hibernatable' objects in the process variables. But jBPM doesn't yet handle collections. Meaning that if you put a collection of hibernatable objects as a process variable, this will be recognized as a serializable and the serialized value (a large one in case of a collection of process instances), will be stored in binary format in the db.
I'll try to add collection support in jbpm 4. Or do you think there is another (better) way of handling this requirement.?
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3982604#3982604
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3982604
More information about the jboss-dev-forums
mailing list