Arun V G [https://community.jboss.org/people/arunvg] created the discussion
"Re: workflow(API) to retrieve data from table of jBPM internal database(H2)" To view the discussion, visit: https://community.jboss.org/message/717405#717405 -------------------------------------------------------------- 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) h5. -------------------------------------------------------------- Reply to this message by going to Community [https://community.jboss.org/message/717405#717405] Start a new discussion in jBPM at Community [https://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
