{
  "Comment": "Add a pearl-of-wisdom to a thread",
  "version": "1.0",
  "instigators": [
    "user"
  ],
  "categories": [
    "website",
    "posts"
  ],
  "StartAt": "AwaitingHumanInput",
  "States": {
    "AwaitingHumanInput": {
      "Type": "Task",
      "Resource": "module:awaitingHumanInput",
      "ResourceConfig": {
        "formId": "createPostForm"
      },
      "End": true
    }
  },
  "restrictions": [
    {
      "roleId": "$authenticated",
      "allows": [
        "create"
      ]
    }
  ]
}
