How does Appian determine which Task to show after an AND Node?

I have a process with a task for a user that leads to an AND node.  Each flow off the AND node has another task.  All tasks are assigned to the same user and every flow line is chained.

How does Appian determine which task after the AND node to show to the user?

  Discussion posts and replies are publicly visible

Parents
  • Usually the AND gateway forks the flow. All flows creates a task and assigns the task to respective assignee. In this case all tasks are assigned to the same user. There is no determination logic. You can use the timer to delay the flow before reaching the task assignment. Or Since you are assigning the task to same user, try to implement using looping methodology to achieve sequential process.
Reply
  • Usually the AND gateway forks the flow. All flows creates a task and assigns the task to respective assignee. In this case all tasks are assigned to the same user. There is no determination logic. You can use the timer to delay the flow before reaching the task assignment. Or Since you are assigning the task to same user, try to implement using looping methodology to achieve sequential process.
Children
No Data