[jboss-user] [jBPM] - Re: workflow(API) to retrieve data from table of jBPM internal database(H2)
Arun V G
do-not-reply at jboss.com
Fri Feb 17 05:07:02 EST 2012
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]
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.jboss.org/pipermail/jboss-user/attachments/20120217/20240095/attachment-0001.html
More information about the jboss-user
mailing list