[jboss-user] [JBoss jBPM] - Re: Swimlane, groups and their fields
provaJbpm
do-not-reply at jboss.com
Fri Oct 3 08:11:58 EDT 2008
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
More information about the jboss-user
mailing list