-
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);
This ticket was migrated to github: https://github.com/camunda/camunda-bpm-platform/issues/2646. Please use this link for any future references and continue any discussion there.