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
12 replies
Subscribers
9 subscribers
Views
4773 views
Users
0 members are here
Share
More
Cancel
Related Discussions
Home
»
Discussions
»
General
I have intermediate rule event path in my process that needs to be remained acti
foussenik
over 11 years ago
I have intermediate rule event path in my process that needs to be remained activated until the process reaches terminate end node, however the rule path gets executed only once .
I would like to know what the best approach to keep the rule active for the duration of my process....
OriginalPostID-81916
OriginalPostID-81916
Discussion posts and replies are publicly visible
Parents
0
Rully
over 11 years ago
What I can suggest is to create a second rule event that has a simple condition like pv!repeat=true(). The second rule then is linked to an AND gateway that branches to two paths. (1) loop back to that second rule. (2) link to the next node after the first rule.
Set pv!repeat default as false initially and set it to true when you think it's ready to repeat the flow after the first rule event. Both rule events can start at the same time but only the first rule event trigger the flow which after that is no longer active and any repeated flows controlled now by the second rule event.
Hope this helps.
Cancel
Vote Up
0
Vote Down
Sign in to reply
Verify Answer
Cancel
Reply
0
Rully
over 11 years ago
What I can suggest is to create a second rule event that has a simple condition like pv!repeat=true(). The second rule then is linked to an AND gateway that branches to two paths. (1) loop back to that second rule. (2) link to the next node after the first rule.
Set pv!repeat default as false initially and set it to true when you think it's ready to repeat the flow after the first rule event. Both rule events can start at the same time but only the first rule event trigger the flow which after that is no longer active and any repeated flows controlled now by the second rule event.
Hope this helps.
Cancel
Vote Up
0
Vote Down
Sign in to reply
Verify Answer
Cancel
Children
No Data