I've seen several references for the capability to do a flow execution redirect in SWF 1.x via a view definition like the following:

Code:
<view-state id="showView" view="redirect:logicalViewName" />
It's my understanding that this would issue a 302 redirect to the URL where the logical view is located while preserving flow state, which is the behavior I would like. Is there a way to do this in SWF 2.x? ExternalRedirect appears not to be an option since it seems suitable only for flow end states; additionally, it seems not to support redirecting to view by logical name.

Thanks,
Marvin