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": "Design Factory Approval",
"nodes": [
{
"id": "1",
"name": "Manual Trigger",
"type": "n8n-nodes-base.manualTrigger",
"typeVersion": 1,
"position": [
220,
260
],
"parameters": {}
},
{
"id": "2",
"name": "Run Context",
"type": "n8n-nodes-base.set",
"typeVersion": 3.4,
"position": [
460,
260
],
"parameters": {
"mode": "raw",
"jsonOutput": "{ \"runId\": \"replace-me\" }"
}
},
{
"id": "3",
"name": "Get Status",
"type": "n8n-nodes-base.httpRequest",
"typeVersion": 4.2,
"position": [
700,
260
],
"parameters": {
"method": "GET",
"url": "={{ 'http://localhost:4300/runs/' + $json.runId + '/status' }}"
}
},
{
"id": "4",
"name": "Awaiting Approval?",
"type": "n8n-nodes-base.if",
"typeVersion": 2.2,
"position": [
940,
260
],
"parameters": {
"conditions": {
"string": [
{
"value1": "={{ $json.status }}",
"operation": "equal",
"value2": "waiting-approval"
}
]
}
}
},
{
"id": "5",
"name": "Approve Golden",
"type": "n8n-nodes-base.httpRequest",
"typeVersion": 4.2,
"position": [
1180,
180
],
"notes": "Sends approval signal to Temporal",
"parameters": {
"method": "POST",
"url": "={{ 'http://localhost:4300/runs/' + $item(0).$node['Run Context'].json.runId + '/signals/approve-golden' }}",
"sendBody": true,
"specifyBody": "json",
"jsonBody": "{ \"reviewer\": \"n8n-approval\", \"notes\": \"Golden direction approved from workflow\" }"
}
}
],
"connections": {
"Manual Trigger": {
"main": [
[
{
"node": "Run Context",
"type": "main",
"index": 0
}
]
]
},
"Run Context": {
"main": [
[
{
"node": "Get Status",
"type": "main",
"index": 0
}
]
]
},
"Get Status": {
"main": [
[
{
"node": "Awaiting Approval?",
"type": "main",
"index": 0
}
]
]
},
"Awaiting Approval?": {
"main": [
[
{
"node": "Approve Golden",
"type": "main",
"index": 0
}
],
[]
]
}
},
"active": false,
"settings": {},
"versionId": "design-factory-approval-v1"
}
For the full experience including quality scoring and batch install features for each workflow upgrade to Pro
About this workflow
Design Factory Approval. Uses httpRequest. Event-driven trigger; 5 nodes.
Source: https://github.com/abiolaogu/Design-Factory_Figma/blob/38ed32c265ebbd47a78c0b185fc855e0f602f45f/workflows/n8n/approval.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.
This workflow listens for an “Approved” label on a Trello card, reads the AI draft bookkeeping JSON from card comments, and posts the corresponding transaction to Xero. It then adds a Xero deep link b
02_LLM_Pipeline v1.0. Uses executeWorkflowTrigger, httpRequest, seaTable. Event-driven trigger; 65 nodes.
This workflow allows you to import any workflow from a file or another n8n instance and map the credentials easily. A multi-form setup guides you through the entire process At the beginning you have t
[n8n] Advanced URL Parsing and Shortening Workflow - Switchy.io Integration. Uses splitInBatches, stickyNote, httpRequest, html. Event-driven trigger; 56 nodes.
[](https://youtu.be/c7yCZhmMjtI)