We're on the cloud version and running into a problem with activity chaining

We're on the cloud version and running into a problem with activity chaining (I think)

One of our requirements is to dynamically generate about 5 documents when the user starts a process. Two of these documents are using a process model loop to generate a document for each item in an array. Once the process model is complete it's supposed to show a page that lists all the documents for download.

The problem is the process model kicks the user out of the flow even though everything is activity chained, and the input task that has the documents for download can't be reached. We added an input task inbetween saying 'your documents are being generated' but the user can still click a 'continue' button before the documents are done and the same problem exists.

I'm thinking it could be because of the process model loop, or maybe there's more than 50 activity chained nodes taking the loops into account.

Is there some ki...

OriginalPostID-190072

OriginalPostID-190072

  Discussion posts and replies are publicly visible

Parents
  • I don't think that the activity chaining will be broken if 8 seconds timelimit is exceeded. Until and unless I am not wrong, this timelimit is now 10 minutes (correct me if I am wrong). Because I have seen activities which takes more than 8 seconds but the chain won't be broken. Probably the chaining would have been because of the excessive nodes(greater than 50).
Reply
  • I don't think that the activity chaining will be broken if 8 seconds timelimit is exceeded. Until and unless I am not wrong, this timelimit is now 10 minutes (correct me if I am wrong). Because I have seen activities which takes more than 8 seconds but the chain won't be broken. Probably the chaining would have been because of the excessive nodes(greater than 50).
Children
No Data