{
  "slug": "test",
  "name": "Тест",
  "description": "",
  "trigger_kind": "manual",
  "trigger_config": {},
  "graph": {
    "nodes": [
      {
        "id": "t1",
        "type": "trigger.manual",
        "name": "Ручной запуск",
        "config": {},
        "x": 100,
        "y": 150
      },
      {
        "id": "end",
        "type": "flow.end",
        "name": "Готово",
        "config": {
          "status": "success"
        },
        "x": 500,
        "y": 150
      }
    ],
    "edges": [
      {
        "from": "t1",
        "to": "end"
      }
    ]
  },
  "version": 1,
  "exported_at": "2026-05-01T13:14:34.414177"
}