{
  "openruna_format": "flow-graph-v1",
  "title": "Get all the tasks in Flow",
  "slug": "get-all-the-tasks-in-flow",
  "source_filename": "0122_Manual_Flow_Import_Triggered.json",
  "nodes": [
    {
      "id": "On clicking 'execute'",
      "name": "On clicking 'execute'",
      "integration": "manual",
      "kind": "trigger"
    },
    {
      "id": "Flow",
      "name": "Flow",
      "integration": "flow",
      "kind": "action"
    }
  ],
  "edges": [
    {
      "from": "On clicking 'execute'",
      "to": "Flow"
    }
  ]
}