One of the open issues of flow is that we can't send "internal-only" pipelines at the moment.
If we call sendPage( uri, bizData) from the flow layer the forwardTo of the AbstractInterpreter is called which performs a redirect using the Redirector. Does anybody with more in-depth knowledge have an idea what we can do to enable the flow sending internal-only pipelines in the future? Reinhard