Class DecisionGateway

All Implemented Interfaces:
HasHandlers

public class DecisionGateway extends MultiDecisionTask
Chooses a next element in a Process by evaluating a series of criteria against the Process.state and choosing the element associated with the criteria that matched, or a defaultElement if none of the criteria match.