{
  "version": 1,
  "width": 720,
  "height": 400,
  "title": "State machine",
  "description": "Explain a job moving through queued, running, and terminal states. All values are illustrative example data.",
  "elements": [
    {
      "type": "text",
      "x": 36,
      "y": 39,
      "text": "The lifecycle of a job",
      "size": 17,
      "fill": "ink",
      "align": "start",
      "mono": false
    },
    {
      "type": "text",
      "x": 36,
      "y": 62,
      "text": "Events are labels on transitions",
      "size": 11,
      "fill": "muted",
      "align": "start",
      "mono": true
    },
    {
      "type": "line",
      "x": 184,
      "y": 188,
      "x2": 288,
      "y2": 188,
      "arrow": true,
      "dashed": false,
      "stroke": "rule"
    },
    {
      "type": "line",
      "x": 432,
      "y": 188,
      "x2": 536,
      "y2": 188,
      "arrow": true,
      "dashed": false,
      "stroke": "rule"
    },
    {
      "type": "path",
      "d": "M604 214 V298 H360 V214",
      "stroke": "accent",
      "fill": "none",
      "arrow": true
    },
    {
      "type": "box",
      "x": 40,
      "y": 164,
      "w": 144,
      "h": 48,
      "fill": "surface",
      "stroke": "rule",
      "dashed": false
    },
    {
      "type": "text",
      "x": 112,
      "y": 193,
      "text": "Queued",
      "size": 15,
      "fill": "ink",
      "align": "middle",
      "mono": false
    },
    {
      "type": "box",
      "x": 288,
      "y": 164,
      "w": 144,
      "h": 48,
      "fill": "soft",
      "stroke": "accent",
      "dashed": false
    },
    {
      "type": "text",
      "x": 360,
      "y": 193,
      "text": "Running",
      "size": 15,
      "fill": "ink",
      "align": "middle",
      "mono": false
    },
    {
      "type": "box",
      "x": 536,
      "y": 164,
      "w": 144,
      "h": 48,
      "fill": "surface",
      "stroke": "rule",
      "dashed": false
    },
    {
      "type": "text",
      "x": 608,
      "y": 193,
      "text": "Complete",
      "size": 15,
      "fill": "ink",
      "align": "middle",
      "mono": false
    },
    {
      "type": "text",
      "x": 236,
      "y": 175,
      "text": "start",
      "size": 11,
      "fill": "muted",
      "align": "middle",
      "mono": false
    },
    {
      "type": "text",
      "x": 484,
      "y": 175,
      "text": "finish",
      "size": 11,
      "fill": "muted",
      "align": "middle",
      "mono": false
    },
    {
      "type": "text",
      "x": 483,
      "y": 285,
      "text": "reprocess",
      "size": 11,
      "fill": "muted",
      "align": "middle",
      "mono": false
    },
    {
      "type": "circle",
      "x": 56,
      "y": 112,
      "r": 6,
      "fill": "accent",
      "stroke": "accent"
    },
    {
      "type": "line",
      "x": 62,
      "y": 112,
      "x2": 112,
      "y2": 164,
      "arrow": true,
      "dashed": false,
      "stroke": "rule"
    }
  ]
}