chaining tasks fails randomly

Hi all,

We have a process with multiple tasks, all the activities are chained. If the user needs a few seconds to submit the tasks it works ok but if the user clicks quickly between tasks then the chaining does not work. There are no errors in the process. The task is assigned to the right user but chaining does not work. Has anyone experienced the same problem? Should I chain the activities in a different way? We have less than 50 nodes between tasks including subprocesses. We are running in Appian 18.4

Thanks all!

  Discussion posts and replies are publicly visible

Parents
  • 0
    Certified Lead Developer

    Hello,

    I believe you are facing such issue due to max number of activity chaining exceeding. When you navigate between different tasks so you have to still consider recounting the chaining. At some point due to more number of nodes when the max number of activity chaining exceeds, then the process flow will halt on a particular node. 

    You can breakdown the main process into different small process models which will resolve this issue.

    Thank You

Reply
  • 0
    Certified Lead Developer

    Hello,

    I believe you are facing such issue due to max number of activity chaining exceeding. When you navigate between different tasks so you have to still consider recounting the chaining. At some point due to more number of nodes when the max number of activity chaining exceeds, then the process flow will halt on a particular node. 

    You can breakdown the main process into different small process models which will resolve this issue.

    Thank You

Children