1 Reply Latest reply on Jan 3, 2006 2:45 AM by ralfoeldi

    JBPM work Flow problem

    graghavendra

      Hi,

      Im having a problem with designing my work flow. Could ony one please help. Here's the problem

      1. I have 3 states A, B, C & W.
      2. From A, B or C, upon transition x, the state should change to W.
      3. From W, upon transition y, the state should go back to orginal state from where it has come to W, either A, B or C

      In simple words, Im not able to draw a multiple transitions with same name from single state to multiple states.

      Could anyone help me in soving this.

      Thanks,
      Raghav

        • 1. Re: JBPM work Flow problem
          ralfoeldi

          Hi Raghav,

          you'll have to implement that yourself.

          Rember where you're coming from (set a variable) and in Node W take one of three explicitly defines transitions (to A, B or C)

          Greetings

          Rainer