We have got an activity chain through different tasks and processes which fails

We have got an activity chain through different tasks and processes which fails at the last chain for some reason. I understand there are several factors that can break a chain. Is there a way to trace why a chain gets broken on a specific link?

OriginalPostID-180870

OriginalPostID-180870

  Discussion posts and replies are publicly visible

Parents
  • In addition, sometimes if you chain correctly, and everything runs correctly, and it still breaks, it may be because the nodes are taking too long. If that's the case, it may be in your interest to go back and reduce any redundancy, change some subproceases to run asynchronously to allow the main process the proceed quickly, or find ways to reduce the number of nodes within the chained process
Reply
  • In addition, sometimes if you chain correctly, and everything runs correctly, and it still breaks, it may be because the nodes are taking too long. If that's the case, it may be in your interest to go back and reduce any redundancy, change some subproceases to run asynchronously to allow the main process the proceed quickly, or find ways to reduce the number of nodes within the chained process
Children
No Data