2 Replies Latest reply on Jul 14, 2015 10:48 AM by pschaefer

    How to get the value of a VariableInstanceLog as Object?

    pschaefer

      Hello all, is it possible to retrieve the values of Objects that were used as process variables within a process instance that was completed? I found the org.kie.api.runtime.manager.audit.AuditService and its method findVariableInstances which gives me a List of VariableInstanceLogs. But the values there are represented as Strings, so how can I get the used custom Objects of a process instance? I am using the current jBPM 6.3 Snapshort. Thank you!