Runtime tools : Service engine : The references : Manage remote Flows
  
Manage remote Flows
Access the remote Flow container in HashMap< String, RemoteFlow > for this remote session.
public HashMap<String, RemoteFlow> getRemoteFlowContainer()
The remote flows under the same remote session can be saved at this container in the form of <alias, RemoteFlow> for easy reference later.
Go up to
The references