Class ExecutedFlowNodeElement

  • All Implemented Interfaces:
    Serializable

    public class ExecutedFlowNodeElement
    extends AbstractVertexElement
    The ExecutedFlowNode element denotes that a certain flow node has been traversed, effectively handing over to another flow. The other flow can be a "proper flow" or a subflow.
    • Constructor Detail

      • ExecutedFlowNodeElement

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