Hi Ronald,
Thanks for your response.
I read through the examples.
Shows create the process instance first, on same process manipulates the nodes traversal.
I'm trying to get the process instance of the process already running.
I'm using the below code
JbpmConfiguration jbpmConfiguration = JbpmConfiguration.getInstance();
jbpmContext = jbpmConfiguration.createJbpmContext();
GraphSession graphSession = jbpmContext.getGraphSession();
ProcessDefinition pd = graphSession.findLatestProcessDefinition(processName);
ProcessInstance processInstance = jbpmContext.getProcessInstance(pd.getId());
System.out.println(" processInstance :"+processInstance);
I'm getting process instance is null.
Kindly help
With Regs
:Ansari S.H
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4178709#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...