JBoss Community

Re: workflow(API) to retrieve data from table of jBPM internal database(H2)

created by Arun V G in jBPM - View the full discussion

If you want to get the data of

 

  • ProcessInstances , Session details  -  Use the methods in the object of knowledgeSession you have created (org.drools.runtime.StatefulKnowledgeSession)
  • Tasks - Use the methods in the task client object connected to the task server (org.jbpm.task.service.TaskClient)
  • ProcessInstanceLog,NodeInstanceLog,VariableInstanceLog - Use the methods in JPAProcessInstanceDbLog object create after enabling the JPAWorkingMemoryDbLogger (org.jbpm.process.audit.JPAProcessInstanceDbLog)

Reply to this message by going to Community

Start a new discussion in jBPM at Community