Frontend Timeout node
The Frontend - Timeout node introduces a delay in the flow execution on the frontend (client side). It pauses the execution for a specified amount of time before proceeding to the next step.
This node is available in: Authentication, Admin, Self Service, Consent, Library, Custom, User Defined
Node configurations
The delay value expressed in seconds.
Default output node
- Success
- Failure
JSON metadata
{
"name": "timeout_frontend",
"active": true,
"bundleName": "default-nodes",
"bundleVersion": "1.0",
"nodeName": "TimeoutFrontEnd",
"category": "user_agent_components",
"deprecated": false,
"displayName": [{
"lang": "en",
"value": "Frontend - Timeout"
}, {
"lang": "it",
"value": "Frontend - Timeout"
}
],
"flowCategory": [
"custom",
"admin",
"auth",
"self",
"consent"
],
"flowType": [
"library"
],
"index": 8,
"inputs": [{
"name": "Input"
}
],
"outputs": [{
"name": "Success",
"level": "success"
}, {
"name": "Failure",
"level": "error"
}
]
}