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.
    • Constructor Detail

      • ResumeFlowElement

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