{
  "label": "Update website post",
  "description": "Change an existing post",
  "version": "1.0",
  "instigators": [
    "user"
  ],
  "categories": [
    "website",
    "posts"
  ],
  "StartAt": "AwaitingHumanInput",
  "States": {
    "AwaitingHumanInput": {
      "Type": "Task",
      "Resource": "module:awaitingHumanInput",
      "ResourceConfig": {
        "formId": "updatePostForm"
      },
      "End": true
    }
  },
  "restrictions": [
    {
      "roleId": "$owner",
      "allows": [
        "create"
      ]
    }
  ]
}
