The jBPM BPEL runtime inherits the engine API provided by jBPM jPDL. The class JbpmContext
is the (pojo) facade to the publicly available process operations. The so-called
"named" sessions, available from the jbpmContext object, encapsulate different
categories of database access. The GraphSession provides methods to retrieve the deployed
process definitions and the running process instances. A sample includes:
findAllProcessDefinitions()
findLatestProcessDefinitions()
findProcessInstances(processDefinitionId)
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4093790#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...