{
  "Comment": "View Executions",
  "name": "View Executions",
  "version": "1.0",
  "categories": [
    "system"
  ],
  "StartAt": "AwaitingHumanInput",
  "States": {
    "AwaitingHumanInput": {
      "Type": "Pass",
      "End": true
    }
  },
  "restrictions": [
    {
      "roleId": "system_system",
      "allows": [
        "*"
      ]
    }
  ]
}
