<div class="gmail_quote"><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">I know there are some exception handling features in WebFlow, we might<br>
want to try adding those.<br></blockquote><div><br></div><div>I would strongly recommend that. I believe a global end-state transition is a simple solution that fits with the existing error handling:</div><div><br></div><div><div>    &lt;global-transitions&gt;</div><div>        &lt;transition on-exception=&quot;java.lang.RuntimeException&quot; to=&quot;HandleErrorWithView&quot; /&gt;</div></div><div>    &lt;/global-transitions&gt;</div><div><br></div><div>I did something like this in the CAS protocol flows and it worked well.</div><div><br></div><div>M<a href="mailto:dev-unsubscribe@shibboleth.net" target="_blank"></a><br>
</div><div><br></div></div>