Class ScriptNodeElement

  • All Implemented Interfaces:
    Serializable

    public class ScriptNodeElement
    extends AbstractVertexElement
    The script element denotes that a certain script node has been executed.
    • Constructor Detail

      • ScriptNodeElement

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