Chained forms do not immediately display if process takes longer than usual

# activity chaining
I have a related action process model with one user interface followed by some script tasks, gateways and write to data store nodes. The process is connecting back to the user interface node and everything is activity chained.
The issue is that if my process takes longer to execute then the activity chaining is not working and the UI at the end of the process is not showing up. Is there a way to increase the time limit so that the process is activity chained and user don't loose the screen.

OriginalPostID-175453

OriginalPostID-175453

  Discussion posts and replies are publicly visible

Parents
  • @sagarm, there are constraints on no. of nodes that should be there for activity chaining to work like.. It is 50 nodes. You have to make sure that there are no nodes more than this limit existing between the user tasks and also.. If there are any DB calls returning huge data, the activity chain breaks.. Please check if you can optimize the hits to DB by creating views etc..
Reply
  • @sagarm, there are constraints on no. of nodes that should be there for activity chaining to work like.. It is 50 nodes. You have to make sure that there are no nodes more than this limit existing between the user tasks and also.. If there are any DB calls returning huge data, the activity chain breaks.. Please check if you can optimize the hits to DB by creating views etc..
Children
No Data