[jboss-user] [JBoss jBPM] - Re: Storage of process variables outside jbpm?

meeru777 do-not-reply at jboss.com
Thu Sep 14 23:04:33 EDT 2006


i got it to work,

is this the right approach to do it?


  | String q = "select pi from org.jbpm.graph.exe.ProcessInstance as pi, org.jbpm.context.exe.VariableInstance as vi" +  " where pi.id = vi.processInstance and pi.rootToken.node.name = '" + wfStatus + "' and vi.value='"+ variableValue + "' and vi.name='" + variableName + "'";
  | 



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

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



More information about the jboss-user mailing list