{
  "name": "Warehouse AMR Task Dispatcher — Queue Jobs to Your Robots",
  "description": "Takes transport jobs from your WMS, matches them to the best available AMR (battery, distance, payload), publishes the mission and tracks completion.",
  "type": "GROWAIFY_SAMPLE",
  "notice": "Public preview — 2 of 7 nodes, connections removed. The full, working workflow is delivered after purchase at https://growaify.com/templates/",
  "nodes_total_in_full_version": 7,
  "category": "Robotics",
  "price_usd": 99,
  "nodes": [
    {
      "parameters": {
        "rule": {
          "interval": [
            {
              "field": "cronExpression",
              "expression": "* * * * * *"
            }
          ]
        }
      },
      "name": "Every 20s",
      "type": "n8n-nodes-base.scheduleTrigger",
      "typeVersion": 1.2,
      "position": [
        -440,
        0
      ],
      "id": "h000001-0000-4000-8000-000000000001"
    },
    {
      "parameters": {
        "operation": "executeQuery",
        "query": "SELECT job_id, from_location, to_location, payload_kg, priority FROM transport_jobs WHERE status = 'queued' ORDER BY priority DESC, created_at LIMIT 10;"
      },
      "name": "Pending Transport Jobs",
      "type": "n8n-nodes-base.postgres",
      "typeVersion": 2.4,
      "position": [
        -220,
        0
      ],
      "id": "h000002-0000-4000-8000-000000000002",
      "credentials": {
        "postgres": {
          "id": "REPLACE_WITH_YOUR_POSTGRES_CRED",
          "name": "Database"
        }
      }
    }
  ],
  "connections": {},
  "meta": {
    "growaify_template": "amr-task-dispatch",
    "sample": true,
    "buy": "https://growaify.com/templates/"
  }
}