In workflows, how to use prompt “Redirect user to an internal application route” arguments “name”, “params” and “query”
I would avoid using that if possible, and use the “Redirect user to an outside URL” instead.
If you’re familiar with how Vue routing works, then you can use the " “Redirect user to an internal application route”.
You need to check this file (based on the webapp you’re on) and pick a route then use it in the step.
For example if you wish to redirect to the namespace list on compose you would do:
The catch is, this will only work if you’re on the webapp you wish to redirect to.
Thats why “Redirect user to an outside URL” is better for such cases.
Thanks for your reply.