{
  "id": "BFLEditorError20260916",
  "name": "BFL — технический отказ",
  "active": true,
  "versionId": "3e9b6783-38c4-426e-b029-a5bdfc953c9a",
  "nodes": [
    {
      "id": "cde6c2f5-1e4f-5295-ae49-d816d1dd2890",
      "name": "Ошибка выполнения",
      "type": "n8n-nodes-base.errorTrigger",
      "typeVersion": 1,
      "position": [
        0,
        0
      ],
      "parameters": {}
    },
    {
      "id": "4a7ac975-374d-58d0-ac2f-4453736eda02",
      "name": "Сообщить о техническом отказе",
      "type": "n8n-nodes-base.httpRequest",
      "typeVersion": 4.4,
      "position": [
        260,
        0
      ],
      "parameters": {
        "method": "POST",
        "url": "http://bfl-collaboration:8084/execution-failure",
        "authentication": "genericCredentialType",
        "genericAuthType": "httpHeaderAuth",
        "sendBody": true,
        "specifyBody": "json",
        "jsonBody": "={{ {execution_id:String($json.execution?.id||\"\"),workflow_id:String($json.workflow?.id||\"\"),last_node:String($json.execution?.lastNodeExecuted||\"\"),error_name:String($json.execution?.error?.name||\"ExecutionError\")} }}",
        "options": {
          "timeout": 60000,
          "response": {
            "response": {
              "responseFormat": "json"
            }
          }
        }
      },
      "credentials": {
        "httpHeaderAuth": {
          "id": "CREDENTIAL_01",
          "name": "REDACTED httpHeaderAuth"
        }
      },
      "retryOnFail": false
    }
  ],
  "connections": {
    "Ошибка выполнения": {
      "main": [
        [
          {
            "node": "Сообщить о техническом отказе",
            "type": "main",
            "index": 0
          }
        ]
      ]
    }
  },
  "settings": {
    "executionOrder": "v1",
    "saveDataSuccessExecution": "all",
    "saveDataErrorExecution": "all",
    "executionTimeout": 120
  },
  "activeVersionId": "3e9b6783-38c4-426e-b029-a5bdfc953c9a"
}