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
3 replies
Subscribers
6 subscribers
Views
2390 views
Users
0 members are here
Share
More
Cancel
Related Discussions
Home
»
Discussions
»
Process
Attached Process flow. My process is getting stuck in Xor Gate.
vineeta6579
over 11 years ago
Attached Process flow.
My process is getting stuck in Xor Gate.
My process is getting stuck in gate second time when after evaluating gate first time it goes back to Task and comes back to gate.
...
OriginalPostID-94489
OriginalPostID-94489
Discussion posts and replies are publicly visible
0
Eduardo Fuentes
Appian Employee
over 11 years ago
For this and similar questions the best place to look for information is the Appian Documentation
forum.appian.com/.../XOR_Node
In this section it is stated that "When multiple incoming flows are connected to the XOR gateway, it allows the first flow token through to an exclusive outgoing flow. Subsequent flow tokens wait for all incoming flows to arrive before executing the output flow decision. "
Cancel
Vote Up
0
Vote Down
Sign in to reply
Verify Answer
Cancel
0
Tim
Certified Lead Developer
over 11 years ago
One common design practice is to have an empty script task before the or gate. When your logic dictates a loop back through send it to the script task. This way the or gate only has one input flow so is free to execute many times without the constraint detailed above.
Cancel
Vote Up
0
Vote Down
Sign in to reply
Verify Answer
Cancel
0
Terri McCormick
Appian Employee
over 11 years ago
For more information on this issue, please see:
forum.appian.com/.../Prevent_and_Recover_from_Common_Process_Problems
Cancel
Vote Up
0
Vote Down
Sign in to reply
Verify Answer
Cancel