Marie MM [http://community.jboss.org/people/mariemm] created the discussion

"Re: How to retrieve parameters after Process finish"

To view the discussion, visit: http://community.jboss.org/message/616058#616058

--------------------------------------------------------------
There is also log for variables org.jbpm.process.audit.VariableInstanceLog.
> JPAProcessInstanceDbLog log = new JPAProcessInstanceDbLog(getEnvironment());
> List<VariableInstanceLog> results = 
> log.findVariableInstances(processInstanceId, "OutcomeResult");
But it keeps only String values.

For our usage I would prefare storing data as complex object, so we can work 
with them as when process is running and they are taken from 
ProcessInstanceInfo table.
If you have any idea or solution, share it.
--------------------------------------------------------------

Reply to this message by going to Community
[http://community.jboss.org/message/616058#616058]

Start a new discussion in jBPM at Community
[http://community.jboss.org/choose-container!input.jspa?contentType=1&containerType=14&container=2034]

_______________________________________________
jboss-user mailing list
[email protected]
https://lists.jboss.org/mailman/listinfo/jboss-user

Reply via email to