Override Flow Execution Template node
The Override Flow Execution Template node allows overriding 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 your own custom HTML, CSS and 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: The node provides the ability to inject head elements into the rendered page. See Start Node — Head element for full details.
-
Script to execute: Allows defining 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