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
2184 views
Users
0 members are here
Share
More
Cancel
Related Discussions
Home
»
Discussions
»
Process
Re-running sub processes
Bala K
over 8 years ago
Hi,
Currently when I monitor and start instance of any node in sub-process, it continues to execute the parent process as well. Is there any way to stop once sub-process finishes execution?
OriginalPostID-261549
Discussion posts and replies are publicly visible
0
Poorna Guduri
A Score Level 1
over 8 years ago
While editing the instance keep a Rule Event and give a condition which will always return false and then save & debug the instance. You can add the rule event just before the end/terminate event of the sub-process and so it won't get finished which actually prevents the re-execution of Parent process instance.
Cancel
Vote Up
0
Vote Down
Sign in to reply
Verify Answer
Cancel
0
chandolum
A Score Level 1
over 8 years ago
@balasubramanik in the sub process before the end event you can place a rule event and write a condition inside rule event which will not return true for ever example 1=2 so it will always wait at rule event
Cancel
Vote Up
0
Vote Down
Sign in to reply
Verify Answer
Cancel
0
sikhivahans
over 8 years ago
@balasubramanik If you requirement is bulk updates, one among the various possible ways is - Create a process model and read the data from the target sub-process using Query Analytics/Get PV. Modify the data that is read and update the target subprocess's data with modified data by using IFM or Get PV. It really depends on the updates you are trying to perform. I would prefer bulk updates to the one suggested above if the instances are in the hundreds and more and human efforts are a concern.
Cancel
Vote Up
0
Vote Down
Sign in to reply
Verify Answer
Cancel
0
Bala K
over 8 years ago
@all thanks
Cancel
Vote Up
0
Vote Down
Sign in to reply
Verify Answer
Cancel