Class ProcessSequence

All Implemented Interfaces:
HasHandlers

public class ProcessSequence extends ProcessElement
An Array of ProcessElements involved in a Process. A ProcessSequence is used to reduce the number of explicit ProcessElement.IDs that need to be assigned, by creating an implicit next element - the next in the sequence.

A sequence cannot be executed outside of a Process and has no state.