Is there a way to avoid activity chaining?

Certified Associate Developer

Hello,

I created an application where the number of nodes existing between 2 user interface form has more than 50 activity chaining associated, Due to which its getting break and the user is not able to see the second form instead from their Task tab. I know it should not exceed more than 50 but i don't have any control over it as it include couple of subprocesse as well. Is there a way to get rid of this problem? Thanks in advance

  Discussion posts and replies are publicly visible

Parents
  • Hi Vivek,

    1- try to decrease the script task node in the process model. For this you can merger many task script node work into one script task node. Here use input and output of Data in script task node for merging multiple script task node into one script task node.

    2- if possible try some of rule or logics to get data within your form instead of getting this in process model, it will also help you to reduce the number of nodes in process model.

    3- try to optimize the rules which are taking long time to execute by implementing best practices etc.

    4- if still your problem persist, then put one interface after some node with Next button only.

    Kindly let me know weather it help you to achieve your goal.

    Regards
    Abhay
Reply
  • Hi Vivek,

    1- try to decrease the script task node in the process model. For this you can merger many task script node work into one script task node. Here use input and output of Data in script task node for merging multiple script task node into one script task node.

    2- if possible try some of rule or logics to get data within your form instead of getting this in process model, it will also help you to reduce the number of nodes in process model.

    3- try to optimize the rules which are taking long time to execute by implementing best practices etc.

    4- if still your problem persist, then put one interface after some node with Next button only.

    Kindly let me know weather it help you to achieve your goal.

    Regards
    Abhay
Children
No Data