-
Bug Report
-
Resolution: Won't Do
-
L3 - Default
-
None
-
7.13.0
-
None
Description:
Camunda does not support case-insensitive search by processDefinitionNameLike using the POST /history/process-instance API.
POST /history/process-instance docs state:
processDefinitionNameLike | Filter by process definition names that the parameter is a substring of. |
However, this is not working.
Steps to reproduce:
[1] Deploy a process definition with a process definition like 'MyProcess'
[2]Start a process instance and complete it
[3] use the POST /history/process-instance to search for a process instance using processDefinitionNameLike with a case insensitive string like 'my'.
Observed Behavior:
Process instance is not retrieved