Class RaiseFlowElement

All Implemented Interfaces:
Serializable

public class RaiseFlowElement extends AbstractFlowElement
The RaiseFlow element denotes that a certain flow was raised, i.e. put on top of the active flows stack. It contains information about the raised flow.
See Also:
  • Constructor Details

    • RaiseFlowElement

      public RaiseFlowElement(ActiveFlow _currentFlow, ScriptEnvironmentI _scriptEnv, Map<String,Object> _mChangedSessionVariables, Map<String,Object> _mChangedFlowVariables)
  • Method Details