Backend workflow redirect

Hello,

How do I redirect a user to a specific page from within the Backend workflow after the events have finished?

Best regards,
Dirceu Martins de Azevedo

Just an idea.

Have a value on the user like “pending-redirect” and “redirect-location”

Have that value on the form you call the backend workflow. Then you might be able to modify that value in the backend and have a workflow on the page that will trigger a redirect in relation to the properties.

Unsure if it will work but the theory is there.

You can send back data from your backend workflow. In specific, a field like redirect-to would. Once in the frontend, you can create a URL using that

If you need more help, I have some free time