So we have a Business Process that we want to redirect to another form. This works fine using the redirect in the start event. However during the Forms process we switch to a different Form if certain items are selected. The redirect does not work if coming from that Form. Is the redirect option tied to just the starting Form? Shouldnt the re-direct option be enforced no matter what Form you submit as long as you reach the end of the business process?
Form A is the starting form.
Form B is the request form (very similar to A with a few other things).
User fills out starting Form A and select No to add additional requests. Submit works, workflow runs, redirect happens.
User fills out starting Form A and select Yes to add additinal requests. Submit works, workflow runs, Forms sends user to Form B. User submits Form B, redirect does not happen.
Edit* I did just try to add the other Form into a subprocess too. Basically Form B is in the subprocess and they keep looking back to Form B if they want to continue to add items. Once they choose No to adding items the sub process ends and kicks back to the main process and then that ends. The re-direct still does not work.
Edit 2 - I guess to put it another way, is there a way to do a re-direct activity that is not part of the starting event? Another example is we have error check branches in Forms. If the workflow fails, we return an error message to the Form and a gateway sends to an error Form. We are being re-directed right away before the workflow even finishes. Ideally the redirect would be its own event or better yet, tied to the end event. Then no matter where the forms process goes, if it gets to its end, we re-direct the user.
Thanks