1 Reply Latest reply on May 13, 2009 6:50 AM by swatis

    Linking subprocess with main process?

    tejjbpm

      Hi All

      I have few mail nodes and task nodes which i repeat in every different process i create.

      I know i can create a common subprocess and link it to this. But how should the sub process structured? Should it have a start and end node? How does the linking work? If i create the subprocess and deploy it and then give the subprocess name in the main process..it does not seem to locate it..rather complains that process definition is null..

      anybody have idea how to do that?

        • 1. Re: Linking subprocess with main process?
          swatis

          Assuming you know how to put process state node in main process and you have deployed the subprocess before main process then there is one thing you need to do is make change in
          org.jbpm.graph.node. DbSubProcessResolver class
          method

           JbpmContext jbpmContext = jbpmConfiguration.createJbpmContext();
           // below line is the code present comment this out and put above line in code
           //JbpmContext jbpmContext = JbpmContext.getCurrentJbpmContext();