Class ResumeFlowElement

All Implemented Interfaces:
Serializable

public class ResumeFlowElement extends AbstractFlowElement
The ResumeFlow element denotes that a certain flow was resumed, i.e. put on top of the active flows stack after a call to a subflow returned. It contains information about the resumed flow.
See Also:
  • Constructor Details

    • ResumeFlowElement

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