Interface IChoiceNodeDefinition

All Superinterfaces:
IBranchNodeDefinition, IProcessNodeDefinition
All Known Implementing Classes:
ChoiceNodeDefinition

public interface IChoiceNodeDefinition extends IBranchNodeDefinition
This node is used in a process to choose a single branch, and continue along that path. Contrary to group nodes, the branches of a split node do not end in a single end node, and the split node itself does not have a next node.
Since:
7.1
Author:
O. Kerpershoek