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
4 replies
Subscribers
6 subscribers
Views
2263 views
Users
0 members are here
Share
More
Cancel
Related Discussions
Home
»
Discussions
»
Process
I am working on process model which contains total 44 nodes (32- Update constant
vineeta6579
over 9 years ago
I am working on process model which contains total 44 nodes (32- Update constant smart service, 3 script task, 1 UI). The chained execution node limit is configured to 50 for my Appian machine.
Any idea why I am getting "[Activity Chaining] Could not chain to attended activity. Limit of 50 unattended nodes executed was reached." error even though my flow does not contain 50 nodes
OriginalPostID-150863
OriginalPostID-150863
Discussion posts and replies are publicly visible
Parents
0
abhinavg
over 9 years ago
Nodes being executed multiple times using MNI and any sync sub process node chain also adds to node execution chain counts.
Workaround :
1. Introduce an intermediate task and ask user to continue( as it will start the node execution chain count from beginning)
2. Using Asynchronous sub-processes calling as they do not allow activity-chaining count
forum.appian.com/.../Activity-Chaining_into_a_Sub-Process_Activity.html
3. Try combining script task, if they don't have any inter-dependencies.
Cancel
Vote Up
0
Vote Down
Sign in to reply
Verify Answer
Cancel
Reply
0
abhinavg
over 9 years ago
Nodes being executed multiple times using MNI and any sync sub process node chain also adds to node execution chain counts.
Workaround :
1. Introduce an intermediate task and ask user to continue( as it will start the node execution chain count from beginning)
2. Using Asynchronous sub-processes calling as they do not allow activity-chaining count
forum.appian.com/.../Activity-Chaining_into_a_Sub-Process_Activity.html
3. Try combining script task, if they don't have any inter-dependencies.
Cancel
Vote Up
0
Vote Down
Sign in to reply
Verify Answer
Cancel
Children
No Data