Process Model Issue

Hi Everyone,

 

In process model,i'm using one script task, a sub process in between the start node and end node. The looping is running from script task to sub process, vice-versa and the loop is performing infinite times and i get to notice that because of this activity the environment has slow down.How can i overcome this issue?

  Discussion posts and replies are publicly visible

Parents
  • +1
    Certified Lead Developer
    Hi I believe, it's obvious when you perform infinite loop, this will effect the server performance.

    Instead of this, you can trigger this process for once in each 4 hours, and you can collect the entire data on which you want to act upon, by this way you can avoid infinite loop situation.

    I believe there should be some approach to deal with in your scenario.

    Is it really needed to trigger this process in each couple of seconds?
Reply
  • +1
    Certified Lead Developer
    Hi I believe, it's obvious when you perform infinite loop, this will effect the server performance.

    Instead of this, you can trigger this process for once in each 4 hours, and you can collect the entire data on which you want to act upon, by this way you can avoid infinite loop situation.

    I believe there should be some approach to deal with in your scenario.

    Is it really needed to trigger this process in each couple of seconds?
Children