task-context

[
  {
    "evaluator": "context-workflow-task",
    "config": {
      "task-context": {
        "items": [
          {
            "key": "task",
            "title": "Task",
            "order": 1000,
            "header": true,
            "items": [
              {
                "key": "task/overview",
                "title": "Overview",
                "uri": "{taskUri}/overview",
                "iconClass": "fa fa-angle-right"
              },
              {
                "key": "task/properties",
                "title": "Properties",
                "uri": "{taskUri}/properties",
                "iconClass": "fa fa-angle-right"
              },
              {
                "key": "task/history",
                "title": "History",
                "uri": "{taskUri}/history",
                "iconClass": "fa fa-angle-right"
              },
              {
                "key": "task/comments",
                "title": "Comments",
                "uri": "{taskUri}/comments",
                "iconClass": "fa fa-angle-right"
              },
              {
                "key": "task/tools",
                "title": "Tools",
                "uri": "{taskUri}/tools",
                "iconClass": "fa fa-angle-right",
                "allowAuthority": [
                  "owner",
                  "manager",
                  "admin"
                ]
              }
            ]
          }
        ]
      }
    }
  }
]```