The workflow JSON
Copy or download the full n8n JSON below. Paste it into a new n8n workflow, add your credentials, activate. Full import guide →
{
"name": "RefineLoop Demo",
"nodes": [
{
"parameters": {},
"type": "n8n-nodes-base.manualTrigger",
"typeVersion": 1,
"position": [
-208,
-96
],
"id": "ae6dffe5-6a5a-41e8-98ec-8ff62040736d",
"name": "When clicking \u2018Execute workflow\u2019"
},
{
"parameters": {
"fileSelector": "/path/to/your/translation.xlf",
"options": {
"dataPropertyName": "data"
}
},
"type": "n8n-nodes-base.readWriteFile",
"typeVersion": 1.1,
"position": [
16,
-96
],
"id": "1248ee2f-8ea8-497a-b0ad-f0dbf301bd3e",
"name": "Read/Write Files from Disk"
},
{
"parameters": {
"model": "google/gemini-3-flash-preview",
"options": {},
"pollingSettings": {
"pollingMaxAttempts": 180,
"serverWaitSeconds": 10
}
},
"type": "n8n-nodes-ldxhub.ldxHub",
"typeVersion": 1,
"position": [
240,
-96
],
"id": "6c618f49-6e61-418b-a1ba-0af68a5afa47",
"name": "Run a refinement job",
"credentials": {
"ldxHubApi": {
"name": "<your credential>"
}
}
}
],
"connections": {
"When clicking \u2018Execute workflow\u2019": {
"main": [
[
{
"node": "Read/Write Files from Disk",
"type": "main",
"index": 0
}
]
]
},
"Read/Write Files from Disk": {
"main": [
[
{
"node": "Run a refinement job",
"type": "main",
"index": 0
}
]
]
}
},
"active": false,
"settings": {
"executionOrder": "v1",
"binaryMode": "separate",
"availableInMCP": false
},
"meta": {
"templateCredsSetupCompleted": true
},
"tags": []
}
Credentials you'll need
Each integration node will prompt for credentials when you import. We strip credential IDs before publishing — you'll add your own.
ldxHubApi
For the full experience including quality scoring and batch install features for each workflow upgrade to Pro
About this workflow
RefineLoop Demo. Uses readWriteFile, n8n-nodes-ldxhub. Event-driven trigger; 3 nodes.
Source: https://github.com/ldxhub-io/n8n-nodes-ldxhub/blob/main/examples/refineloop-demo.json — original creator credit. Request a take-down →
Related workflows
Workflows that share integrations, category, or trigger type with this one. All free to copy and import.
CastDoc Demo. Uses readWriteFile, n8n-nodes-ldxhub. Event-driven trigger; 3 nodes.
ExtractDoc Demo. Uses readWriteFile, n8n-nodes-ldxhub. Event-driven trigger; 3 nodes.
RenderOCR Demo. Uses readWriteFile, n8n-nodes-ldxhub. Event-driven trigger; 3 nodes.
StructFlow(binary) Demo. Uses readWriteFile, n8n-nodes-ldxhub. Event-driven trigger; 3 nodes.
StructFlow(inline) Demo. Uses n8n-nodes-ldxhub. Event-driven trigger; 2 nodes.