[jboss-user] [JBoss jBPM] - Re: variable resolver

sravyts do-not-reply at jboss.com
Thu Aug 20 02:30:01 EDT 2009


We want to create condition expressions on data that is not stored in task variables but in our own datastore. So we need to influence the way variables are resolved (this was perfectly ok how it worked in jbpm3: 
extending JbpmVariableResolver and retrieving the variables from our datarepository)

Another option would be to create a java class which can handle some kind of expression language to generate a transition name, but I have a feeling this is duplicating code (juel is fine for us) and this also eliminates the possibility to use decision nodes (we have to change them to java nodes), which influences the process drawing in a way that it is not really correct.

Or is there some other solution you can think of? I liked the solution we did for jbpm3, that is way I was wondering if something similar will be created in jbpm4, but maybe there is another solution in jbpm4?




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

Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4250535



More information about the jboss-user mailing list