All Implemented Interfaces:
Serializable, Cloneable, Iterable<HistoryElement>, Collection<HistoryElement>, List<HistoryElement>, RandomAccess

public class History extends Stack<HistoryElement>
Log of the execution flow history for a SimpleWorkflow
See Also:
  • Constructor Details

    • History

      public History()