Thanks for reply..
Found the solution:
I had to declare the subProcess definition in the ProcessState for the same:
Like
| ProcessDefinition processDefinitionSubProcess = ProcessDefinition.
| parseXmlString("sub-process definition xml content");
| ProcessState processState = (ProcessState) processDefinition.getNode
| ("Sub_Process_Name");
| processState.setSubProcessDefinition(processDefinitionSubProcess);
|
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4146662#4146662
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4146662
_______________________________________________
jboss-user mailing list
[email protected]
https://lists.jboss.org/mailman/listinfo/jboss-user