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#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...