1 Reply Latest reply on Mar 8, 2006 2:29 AM by im_ytk

    Getting started with sub workflows...

    timrobertson100

      Hi,

      Can someone please point me in the direction of some instructions / turorial / example that uses subflows?

      I am trying to refactor some Chain of Responsibilty work to use jBPM so that I can make better reuse of small workflows to build up bigger complex ones, make use of persistence etc for restarting, make use of the eclipse plugin for visual wiring etc.

      I'm still unable to get a subflow to fire and the parent one to wait until the sub is finished, and then proceed. All I can find in the documentation is <sub-process name="interview" />. How do I actually fire that though?

      Thanks, and I realise this is complete newbe question - I am one ;o)
      Am I missing some basic documentation somewhere?

        • 1. Re: Getting started with sub workflows...
          im_ytk

          Hello Tim,

          I am a newbie stuggling with subprocesses too. Please have a look on the test code SubProcessPlusConcurrencyDbTest.java at

          jbpm-starters-kit-3.1\jbpm\src\java.jbpm.test\org\jbpm\graph\exe

          Not sure if it helps. That's what I am looking at to understand how it works.


          Philip