``` historyService.createHistoricProcessInstanceQuery().processDefinitionCategory("test").list(); ``` This interface can use `processDefinitionCategory()` as the query condition, but the return value does not include `DefinitionCategory`.