The last node of Process Model is not showing and a new form starts.

I have a Process Model in which last node is as same as start node's interface , this last node is just showing some grid on the same interface after getting few details,

But the problem is this , the last node is working if I monitor it but it won't show it's result on site instead it refreshes the page and start a new form to get submit.

  Discussion posts and replies are publicly visible

Parents Reply
  • +1
    Certified Lead Developer
    in reply to harshw0876

    You'll need to double check that every flow line in between the original start form and that task is chained, and that every single flow line inside any interceding subprocess is chained too - check for ones you might be missing due to overlapping with other flow lines, etc.  And also note that the total number of "hops" between two nodes (including any found in subprocesses) can't exceed 50, otherwise chaining breaks automatically.

Children