Class XORGateway

All Implemented Interfaces:
HasHandlers

public class XORGateway extends DecisionTask
Chooses one or another next process element based on AdvancedCriteria applied to Process.state.

If the AdvancedCriteria evaluate to true, the nextElement is chosen, otherwise the failureElement.

Note that "XOR" in XORGateway means "exclusive or" - only one next element is chosen.