Process Model Activity Chaining with AND Gate

Hi, 

In my process model, I have a user input task (assigned to group A) then some script tasks and then I have an AND gate with two workflows coming off of it. Both workflows after the AND gate have user input tasks assigned to different groups, one being group A and one group B. 

After the first user input task is completed by group A, then I would like a group A to be directly transitioned to the user task after the AND gate. I have the work flow path from the AND gate to the user input task assigned to group A activity chained but this doesn't do the direct transition.

The other user input task, assigned to group B, after the AND gate doesn't need to directly transition.

Any help is welcomed - thanks in advance!

  Discussion posts and replies are publicly visible

Parents Reply
  • 0
    Certified Lead Developer
    in reply to jesses4121

    Yes - Appian's chaining limit is 50 by default.  It counts every flow line (and some you aren't expecting), so if you think there are 45 nodes, you're probably exceeding the 50 by quite a bit.

    It's really an extremely bad idea to have a situation where you need to exceed (or even, really, get close to) that number - there are alternate design approaches you should consider in this case, like off-shifting some of the subprocess functionality into asynchronous subprocess calls, etc.

Children
No Data