workflows-subcontext

[
  {
    "config": {
      "workflows-subcontext": {
        "items": [
          {
            "key": "workflows-filter",
            "header": true,
            "title": "Filter",
            "items": [
              {
                "key": "active",
                "title": "Active",
                "uri": "{baseUri}/workflows"
              },
              {
                "key": "inactive",
                "title": "Inactive",
                "uri": "{baseUri}/workflows/filter/inactive"
              }
            ]
          }
        ]
      }
    }
  }
]```