Hi Team,
I have tried using the Multi-instance subprocess by referring the sample example
https://github.com/kietutorials/jbpm-examples/tree/master/subprocessBut,I'm getting NullPointerException when I implement the Multi-instance subprocess
StackTrace:
Caused by: java.lang.NullPointerException
at org.jbpm.compiler.canonical.ForEachNodeVisitor.visitNode(ForEachNodeVisitor.java:70)
at org.jbpm.compiler.canonical.ForEachNodeVisitor.visitNode(ForEachNodeVisitor.java:40)
at org.jbpm.compiler.canonical.AbstractNodeVisitor.visitNode(AbstractNodeVisitor.java:65)
at org.jbpm.compiler.canonical.ProcessVisitor.visitNodes(ProcessVisitor.java:246)
at org.jbpm.compiler.canonical.ProcessVisitor.visitProcess(ProcessVisitor.java:170)
Please let me know the attached BPMN file for further reference.
Could you please help me out it get rid of this issue?
Regards,
Lakshmi R