Of course:

  | 
  | jbpmConfiguration = JbpmConfiguration.getInstance("WEB-INF/jbpm.cfg.xml");
  |             jbpmContext = jbpmConfiguration.createJbpmContext();
  |             graphSession = jbpmContext.getGraphSession();
  |            
  |             processDefinition = 
graphSession.findLatestProcessDefinition("trip");
  |             processInstance = new ProcessInstance(processDefinition);
  | 
  |             // other tests
  |             ContextInstance ci = processInstance.getContextInstance();
  |             Map vars = ci.getVariables();
  |             Token token = processInstance.getRootToken();
  |             Map maps = 
processInstance.getTaskMgmtInstance().getSwimlaneInstances();
  | 

View the original post : 
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4180268#4180268

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4180268
_______________________________________________
jboss-user mailing list
[email protected]
https://lists.jboss.org/mailman/listinfo/jboss-user

Reply via email to