Class UnpackedFlowchartSnapshot

  • All Implemented Interfaces:
    Serializable

    public final class UnpackedFlowchartSnapshot
    extends Object
    implements Serializable
    POJO for an extracted flowchart snapshot.
    Since:
    7.0.0
    Author:
    XIMA MEDIA GmbH
    See Also:
    Serialized Form
    • Method Detail

      • getMergedStates

        public List<WorkflowStateModel> getMergedStates()
        Returns:
        The states from the snapshot, merged with the persistent states.
      • getParamsMap

        public Map<ElementKey,​com.alibaba.fastjson.JSONObject> getParamsMap()
        Returns:
        The params map from the snapshot.
      • getProcessModel

        public ProcessModel getProcessModel()
        Returns:
        The process model from the snapshot.