Appian Community
Site
Search
Sign In/Register
Site
Search
User
DISCUSS
LEARN
SUCCESS
SUPPORT
Documentation
AppMarket
More
Cancel
I'm looking for ...
State
Suggested Answer
Replies
9 replies
Answers
4 answers
Subscribers
9 subscribers
Views
20549 views
Users
0 members are here
Share
More
Cancel
Related Discussions
Home
»
Discussions
»
Process
What is the difference between And Or Xor Gateways?
tirumalar0001
over 6 years ago
Anybody Can Explain?
Discussion posts and replies are publicly visible
Top Replies
Shanmukha
over 6 years ago
+3
suggested
A Score Level 1
XOR: This gateway is used to bifercate the flow. It is actually if else condition where we need to write the conditions inside that. For instance if you want to run flow something like, In the insurance…
Parents
0
ravalik
A Score Level 1
over 6 years ago
Hi tirumalar,
OR Gateway: An OR Gateway directs incoming flows to one of many possible output paths, based on the condition(s) you set.
If all conditions evaluate as False, you can also specify a path to follow. If any condition has an output that can't be
evaluated as either True or False, the node does not open any output paths.
XOR Gateway: The exclusive (XOR) gateway connects one incoming path with a single outgoing path. The outgoing path is chosen from
a number of possible paths and determined by one or more conditions that you set.
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.
Thanks,
ravalik
Cancel
Vote Up
0
Vote Down
Sign in to reply
Verify Answer
Cancel
Reply
0
ravalik
A Score Level 1
over 6 years ago
Hi tirumalar,
OR Gateway: An OR Gateway directs incoming flows to one of many possible output paths, based on the condition(s) you set.
If all conditions evaluate as False, you can also specify a path to follow. If any condition has an output that can't be
evaluated as either True or False, the node does not open any output paths.
XOR Gateway: The exclusive (XOR) gateway connects one incoming path with a single outgoing path. The outgoing path is chosen from
a number of possible paths and determined by one or more conditions that you set.
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.
Thanks,
ravalik
Cancel
Vote Up
0
Vote Down
Sign in to reply
Verify Answer
Cancel
Children
No Data