-
Bug Report
-
Resolution: Unresolved
-
L3 - Default
-
None
-
7.14.0
-
None
The `ProcessDefinitionQuery` is a fluent builder, but the `processDefinitionKeysIn` method is returning the wrong type:
/** * Only select process definition with the given key. */ ProcessDefinitionQuery processDefinitionKey(String processDefinitionKey); /** * Only select process definitions with the given keys */ ProcessDefinitionQueryImpl processDefinitionKeysIn(String... processDefinitionKeys);