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
6 subscribers
Views
2376 views
Users
0 members are here
Share
More
Cancel
Related Discussions
Home
»
Discussions
»
Process
I am starting a Sub Process (Async) from the main process. I would like to know
aayusha
Certified Senior Developer
over 11 years ago
I am starting a Sub Process (Async) from the main process. I would like to know that is there a limit of process that can be started at one moment?
I understand that all the process (Main and Async Sub Process) will be running on same engine. So would there any case of failure due to excessive loading? I am assuming that my Sub process will be having at least 2000 instances in one go.
Thanks...
OriginalPostID-89028
OriginalPostID-89028
Discussion posts and replies are publicly visible
Parents
0
Sanjay
over 11 years ago
As you rightly think, sub-process instances start on the same execution engine as the parent. In case of large number of instances, it is better to split them into smaller batches and use Appian messaging architecture to spread them across engines. Say for 2000 instances, initiate three message-listening processes and have each of them start 700 sub-processes.
Relevant Appian documentation:
forum.appian.com/.../Messaging_Best_Practices
Cancel
Vote Up
0
Vote Down
Sign in to reply
Verify Answer
Cancel
Reply
0
Sanjay
over 11 years ago
As you rightly think, sub-process instances start on the same execution engine as the parent. In case of large number of instances, it is better to split them into smaller batches and use Appian messaging architecture to spread them across engines. Say for 2000 instances, initiate three message-listening processes and have each of them start 700 sub-processes.
Relevant Appian documentation:
forum.appian.com/.../Messaging_Best_Practices
Cancel
Vote Up
0
Vote Down
Sign in to reply
Verify Answer
Cancel
Children
No Data