I am trying to define a flow that can be called from different webapps.

- is it possible to call a Spring sub flow that exists in a different web app? for example, webApp1 has webflow1, webApp2 has webflow2, is it possible to call webflow2 as a subflow from webflow1? example?

- if the above is not possible, is it possible to package webflow2 in a jar so that it can be included in a number of different webapps wars? Example?

Thanks.