XOR node -- iteration --- second execution not happening

Hi Folks,

I have to iterate the loop in my process model. But second iteration not getting happened. Get stuck in xor node.

Please suggestp 

  Discussion posts and replies are publicly visible

Parents Reply
  • 0
    Certified Senior Developer
    in reply to Chandrasekaran Eswaramoorthi

    Hi, As i said you dont have a dummy script task before xor gateway. add one dummy script task before your xor gateway and attach returning flow to this script task. dont directly loop back the flow to xor.

    "A looping flow should not be directed into an XOR gateway itself, but into another upstream activity. For example, place an empty Script Task node between the incoming flows and the XOR node when you are routing multiple flows into the XOR"

Children