{
  "formatVersion": 1,
  "id": "quickstart-http",
  "version": "1",
  "name": "Fetch one public todo",
  "entry": "fetchTodo",
  "nodes": [
    {
      "id": "fetchTodo",
      "type": "activity",
      "activityKind": "quickstart.todo.read",
      "mode": "read",
      "maxAttempts": 2,
      "timeoutMs": 30000,
      "input": { "$ref": "input" }
    },
    { "id": "done", "type": "end", "output": { "$ref": "steps.fetchTodo" } }
  ],
  "edges": [
    { "source": "fetchTodo", "port": "success", "target": "done" }
  ]
}
