Class ForEachNode

All Implemented Interfaces:
Serializable, Mappable, Contextable, ContextContainer, ContextResolver, Node, EventNodeInterface, NodeContainer, org.kie.api.definition.process.Node, org.kie.api.definition.process.NodeContainer, org.kie.api.definition.process.WorkflowElement, KogitoNode

public class ForEachNode extends CompositeContextNode
A for each node. This node activates the contained subflow for each element of a collection. The node continues if all activated the subflow has been completed for each of the elements in the collection.
See Also: