0 Replies Latest reply on May 16, 2006 3:56 AM by jbpmuser

    Retrieving Variable Instance Data

      Hi,
      I need to retrieve variable instance data for the given process instance id . i have written the hibernate query .
      select ti from
      org.jbpm.context.exe.VariableInstance ti
      where ti.processInstance=:processInstance

      It gives only the variable name and the Value is null
      can any one help me?