{
  "Comment": "Workflow to remove a website post",
  "version": "1.0",
  "instigators": [
    "user"
  ],
  "categories": [
    "website",
    "posts"
  ],
  "StartAt": "AwaitingHumanInput",
  "States": {
    "AwaitingHumanInput": {
      "Type": "Task",
      "Resource": "module:awaitingHumanInput",
      "ResourceConfig": {
        "formId": "deletePostForm"
      },
      "End": true
    }
  }
}
