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": "Autonomous Agent - Approve Execution",
"nodes": [
{
"parameters": {},
"id": "06d21b34-6340-45cd-8850-ee868c432c00",
"name": "Manual Trigger",
"type": "n8n-nodes-base.manualTrigger",
"typeVersion": 1,
"position": [
260,
300
]
},
{
"parameters": {
"operation": "decide",
"executionId": "={{$json.execution_id}}",
"approvalId": "={{$json.approval_id}}",
"decision": "approved",
"decidedBy": "operator@example.com",
"commentMode": "text",
"comment": "Reviewed and approved."
},
"id": "2de91625-3f0e-4e75-997a-35e5a1dedb4d",
"name": "Approve Execution",
"type": "n8n-autonomous-agent-nodes.autonomousAgentApproval",
"typeVersion": 1,
"position": [
520,
300
],
"credentials": {
"autonomousAgentApi": {
"name": "<your credential>"
}
}
}
],
"connections": {
"Manual Trigger": {
"main": [
[
{
"node": "Approve Execution",
"type": "main",
"index": 0
}
]
]
}
},
"active": false,
"settings": {
"executionOrder": "v1"
},
"versionId": "49eebf45-5b97-43a5-aea6-77335e34aeb3",
"meta": {
"templateCredsSetupCompleted": false
},
"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.
autonomousAgentApi
For the full experience including quality scoring and batch install features for each workflow upgrade to Pro
About this workflow
Autonomous Agent - Approve Execution. Uses n8n-autonomous-agent-nodes. Event-driven trigger; 2 nodes.
Source: https://github.com/MustiSquare/n8n-autonomous-agent-nodes/blob/main/examples/approve-execution.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.
Autonomous Agent - Configure Custom Model Capability. Uses n8n-autonomous-agent-nodes. Event-driven trigger; 4 nodes.
Autonomous Agent - Create Execution. Uses n8n-autonomous-agent-nodes. Event-driven trigger; 2 nodes.
Autonomous Agent - Download Artifact. Uses n8n-autonomous-agent-nodes. Event-driven trigger; 2 nodes.
Autonomous Agent - Poll Until Complete. Uses n8n-autonomous-agent-nodes. Event-driven trigger; 2 nodes.
Autonomous Agent - Create With Attachment. Uses readWriteFile, n8n-autonomous-agent-nodes. Event-driven trigger; 5 nodes.