Appian Community
Site
Search
Sign In/Register
Site
Search
User
DISCUSS
LEARN
SUCCESS
SUPPORT
Documentation
AppMarket
More
Cancel
I'm looking for ...
State
Not Answered
Replies
8 replies
Subscribers
9 subscribers
Views
2471 views
Users
0 members are here
Share
More
Cancel
Related Discussions
Home
»
Discussions
»
General
We're on the cloud version and running into a problem with activity chaining
nickh413445
Certified Senior Developer
over 9 years ago
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
0
narasimhaadityac
A Score Level 2
over 9 years ago
I believe there is a time limit on the activity chaining, once the process model takes more than 8 seconds, it will break the activity chaining, can you please check under process nodes how much time its taking? for downloading the documents, as they will be in the Appian system, I believe we can use the a!documentDownloadLink(),
Cancel
Vote Up
0
Vote Down
Sign in to reply
Verify Answer
Cancel
Reply
0
narasimhaadityac
A Score Level 2
over 9 years ago
I believe there is a time limit on the activity chaining, once the process model takes more than 8 seconds, it will break the activity chaining, can you please check under process nodes how much time its taking? for downloading the documents, as they will be in the Appian system, I believe we can use the a!documentDownloadLink(),
Cancel
Vote Up
0
Vote Down
Sign in to reply
Verify Answer
Cancel
Children
No Data