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
6 replies
Subscribers
6 subscribers
Views
2902 views
Users
0 members are here
Share
More
Cancel
Related Discussions
Home
»
Discussions
»
Process
I am calling a subprocess multiple times parallely from main process using MNI f
subodhs
over 12 years ago
I am calling a subprocess multiple times parallely from main process using MNI for approval
I have configured an exception flow in this subprocess node.
I want to cancel all the pending subprocess instances when any one of the subprocess instance completes with a process variable value as "Reject"
Any help regarding this would be greatly appreciated......
OriginalPostID-57910
OriginalPostID-57910
Discussion posts and replies are publicly visible
Parents
0
Vicky
over 12 years ago
When configuring the subprocess node in Main process, pass the pv holding "Reject" value(in main process) as byreference to subprocess. i.e., pv!InSubProcess=byreference(pv!InMainProcess)
Cancel
Vote Up
0
Vote Down
Sign in to reply
Verify Answer
Cancel
Reply
0
Vicky
over 12 years ago
When configuring the subprocess node in Main process, pass the pv holding "Reject" value(in main process) as byreference to subprocess. i.e., pv!InSubProcess=byreference(pv!InMainProcess)
Cancel
Vote Up
0
Vote Down
Sign in to reply
Verify Answer
Cancel
Children
No Data