{
  "updateResults": [
    {
      "workflowId": {
        "name": "Workflow with one rule not updated",
        "draft": false
      },
      "ruleUpdateErrors": {
        "example-rule-id": [
          "The rule with this id does not exist: example-rule-id"
        ]
      },
      "updateErrors": []
    },
    {
      "workflowId": {
        "name": "Workflow with all rules successfully updated",
        "draft": true
      },
      "ruleUpdateErrors": {},
      "updateErrors": []
    },
    {
      "workflowId": {
        "name": "Non-existing workflow",
        "draft": false
      },
      "ruleUpdateErrors": {},
      "updateErrors": [
        "Workflow not found: WorkflowIdBean{name=Non-existing workflow, draft=false}"
      ]
    }
  ]
}