Redirecting to JSF page after execution of a flow service

Hi All,

I have exposed my flow in as a webservice.
My front end is JSF and after hitting the submit button with some data my flow service gets invoked.

But i want to redirect the flow to a new JSF page once my flow is executed.

Please help me with this issue.

Hi Rajesh,

I’m trying to have the same behaviour, did you manage to do it ?
I know this thread is getting old, but I thought it couldn’t hurt to ask.

Thanks !

You could try to set a redirect header in the HTTP response of your web service but I’m not sure it will work. Web services don’t normally redirect callers.

This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.