[jboss-user] [JBoss jBPM] - Re: JBPM-BPEL process monitoring - engine API

alex.guizar@jboss.com do-not-reply at jboss.com
Wed Oct 10 19:41:59 EDT 2007


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#4093790

Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4093790



More information about the jboss-user mailing list