{
  "openruna_format": "flow-graph-v1",
  "title": "Get all the stories starting with `release` and publish them",
  "slug": "get-all-the-stories-starting-with-release-and-publish-them",
  "source_filename": "0046_Manual_Storyblok_Import_Triggered.json",
  "nodes": [
    {
      "id": "On clicking 'execute'",
      "name": "On clicking 'execute'",
      "integration": "manual",
      "kind": "trigger"
    },
    {
      "id": "Storyblok",
      "name": "Storyblok",
      "integration": "storyblok",
      "kind": "action"
    },
    {
      "id": "Storyblok1",
      "name": "Storyblok1",
      "integration": "storyblok",
      "kind": "action"
    }
  ],
  "edges": [
    {
      "from": "Storyblok",
      "to": "Storyblok1"
    },
    {
      "from": "On clicking 'execute'",
      "to": "Storyblok"
    }
  ]
}