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
2176 views
Users
0 members are here
Share
More
Cancel
Related Discussions
Home
»
Discussions
»
Process
Hi, We have a scenario where we spawn multiple instances of a sub-pro
senthilar
over 11 years ago
Hi,
We have a scenario where we spawn multiple instances of a sub-process based on a CDT list. Now, we also need a Quick Task from where user can edit/cancel the request. In that case, we would have to terminate all the spawned instances of the sub-process. We are thinking of sending message to the instances to terminate them. Would that be fine? Is there any Best Practice surrounding such a scenario?...
OriginalPostID-103350
OriginalPostID-103350
Discussion posts and replies are publicly visible
0
Eduardo Fuentes
Appian Employee
over 11 years ago
Terminating the process via messaging is indeed a good approach.
Cancel
Vote Up
0
Vote Down
Sign in to reply
Verify Answer
Cancel
0
david.matthew
Appian Employee
over 11 years ago
There is a messaging best practices page in the documentation you might also want to check out:
forum.appian.com/.../Messaging_Best_Practices
Cancel
Vote Up
0
Vote Down
Sign in to reply
Verify Answer
Cancel
0
Stefan Helzle
A Score Level 3
over 11 years ago
Another idea is to use a boolean pv (e.g. abortProcess) as parameter by reference that the sub process reacts on if set in the parent process.
Cancel
Vote Up
0
Vote Down
Sign in to reply
Verify Answer
Cancel
0
senthilar
over 11 years ago
Thank you all!
Cancel
Vote Up
0
Vote Down
Sign in to reply
Verify Answer
Cancel