{
  "Comment": "A wrapper around 'just fail'",
  "StartAt": "Start",
  "States": {
    "Start": {
      "Type": "Task",
      "Resource": "module:launchStateMachine",
      "ResourceConfig": {
        "stateMachine": "tymlyTest_justFail"
      },
      "End": true
    }
  },
  "restrictions": [
    {
      "roleId": "$authenticated",
      "allows": [
        "*"
      ]
    }
  ]
}
