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
5 replies
Subscribers
7 subscribers
Views
1913 views
Users
0 members are here
Share
More
Cancel
Related Discussions
Home
»
Discussions
»
Administration
I'm curious about the CHAINED_EXECUTION_NODE_LIMIT property in custom.proper
prestonb
over 10 years ago
I'm curious about the CHAINED_EXECUTION_NODE_LIMIT property in custom.properties. The default value is 50. We've had it set to 250 for quite awhile. Even so we still have some cases where execution chaining breaks... How high have you guys set this value on your servers?
OriginalPostID-141702
OriginalPostID-141702
Discussion posts and replies are publicly visible
Parents
0
Jason Ruvinsky
Certified Lead Developer
over 10 years ago
We've bumped up against the 100 limit before as well, but always found ways to reduce the number of nodes on the chain. Determine what causes race conditions, and which nodes might be able to split off into a parallel asynchronous sub-process call. Many script tasks can be combined, if they don't have inter-dependencies. Worst case, you have to add a task partway through the chain with some instructional text that the user clicks past, but hopefully that is avoided. You might also consider whether this should be a wizard, or if they should receive the task on the dashboard/tasks list when it's available, or as a related action.
Cancel
Vote Up
0
Vote Down
Sign in to reply
Verify Answer
Cancel
Reply
0
Jason Ruvinsky
Certified Lead Developer
over 10 years ago
We've bumped up against the 100 limit before as well, but always found ways to reduce the number of nodes on the chain. Determine what causes race conditions, and which nodes might be able to split off into a parallel asynchronous sub-process call. Many script tasks can be combined, if they don't have inter-dependencies. Worst case, you have to add a task partway through the chain with some instructional text that the user clicks past, but hopefully that is avoided. You might also consider whether this should be a wizard, or if they should receive the task on the dashboard/tasks list when it's available, or as a related action.
Cancel
Vote Up
0
Vote Down
Sign in to reply
Verify Answer
Cancel
Children
No Data