The FlowResourceFlowViewResolver is designed to resolve a view relative to the currently executing flow.

When inheriting view states, this appears to break. I suspect this is because by default, views are resolved relative to the currently executing flow (which may be different from the location the inherited flow is defined). I would like to determine if there is a way to extend this behavior so that inherited views would be resolved relative to their flow definition as well.

Anyone try this or something similar?