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

      • RaiseFlowElement

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