JBoss Community

Re: How to retrieve parameters after Process finish

created by Demian Calcaprina in jBPM - View the full discussion

You can use a JPAWorkingMemoryDbLogger to save information in audit tables while executing, and then use JPAProcessInstanceDbLog which receives the environment, to use findVariableInstances(processInstanceId), that will give you all the variables of this processInstance.

 

Demian

Reply to this message by going to Community

Start a new discussion in jBPM at Community