Override Flow Execution Template node
The Override Flow Execution Template node overrides the default execution template of the current flow. It enables dynamic customization of how the flow is executed, based on specific conditions or configurations.
This node is available in: Authentication, Admin, Self Service, Consent, Library, Custom, User Defined
Node configurations
-
Login page template: Override the default IO login template with customized HTML, CSS, or JavaScript code.
Example:
<body> <p>Hello World!</p> </body>You can write directly into the dedicated editor and import/download a file if required.
-
Head element: Inject head elements into the rendered page. See Start Node — Head element for full details.
-
Script to execute: Define a custom script that executes within the rendered HTML page. The script runs in the browser context when the node is processed.
Default output node
- Success
- Failure