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
2242 views
Users
0 members are here
Share
More
Cancel
Related Discussions
Home
»
Discussions
»
Process
I understand that there are many ways to design a solution. When we should use a
mohamedb
over 9 years ago
I understand that there are many ways to design a solution. When we should use an asynchronous vs synchronous process architecture from a best practices point of view?
OriginalPostID-177093
OriginalPostID-177093
Discussion posts and replies are publicly visible
Parents
0
GouthamKrishna
over 9 years ago
Another aspect to watch out for is when launching many sub-processes at a time from with in a parent process. As the Sub-Process instances start on the same execution engine as the parent, you might want to reduce the load on same engine by launching these sub-processes via sending messages instead of using sub-process node. Below documentation section contains some information on how to do it. One highlight from this section is "Avoid using sub-process activities to start processes based on query rules when each new item in a data store starts a new process. Use process-to-process messaging instead."
forum.appian.com/.../Messaging_Best_Practices.html
Cancel
Vote Up
0
Vote Down
Sign in to reply
Verify Answer
Cancel
Reply
0
GouthamKrishna
over 9 years ago
Another aspect to watch out for is when launching many sub-processes at a time from with in a parent process. As the Sub-Process instances start on the same execution engine as the parent, you might want to reduce the load on same engine by launching these sub-processes via sending messages instead of using sub-process node. Below documentation section contains some information on how to do it. One highlight from this section is "Avoid using sub-process activities to start processes based on query rules when each new item in a data store starts a new process. Use process-to-process messaging instead."
forum.appian.com/.../Messaging_Best_Practices.html
Cancel
Vote Up
0
Vote Down
Sign in to reply
Verify Answer
Cancel
Children
No Data