Redirect
About Redirect
The Redirect node redirects the end user to a configured URL.
It is a terminal-style user-facing node. When the workflow reaches this node, the user is redirected away from the workflow and the workflow does not continue to another node.
How Redirect Works
When the workflow reaches this node, the user is immediately redirected to the configured URL in their browser. The workflow does not display any additional screen or request confirmation — the redirect happens automatically. The workflow status is marked as complete after the redirect is executed.
Settings
The node currently includes the following settings:
- Node Name
- Description
- Redirect URL
The Redirect URL should be a complete valid URL, for example using https://.
Workflow variables can be used in the URL. Examples shown in the UI include:
{documentCollectionUrl}{dossierID}{fullName}{firstName}{lastName}{email}{mobilePhone}{customerID}{identifier}{riskScore}
If a referenced variable is not set, it will appear as an empty string in the final URL. Ensure all variables used in the redirect URL are guaranteed to be available at that point in the workflow.
Updated about 1 hour ago