-
Bug
-
Resolution: Done
-
Major
-
7.9.0.Final
-
None
-
NEW
-
NEW
-
2018 Week 30-32
I'm using kie-server-client library and want to find all active processInstances by initiator and process id, but QueryServicesClient class have only these methods:
findProcessInstancesByProcessId(String processId, List<Integer> status, Integer page, Integer pageSize); findProcessInstancesByInitiator(String initiator, List<Integer> status, Integer page, Integer pageSize);
and haven't method
findProcessInstancesByProcessIdAndInitiator(String processId, String initiator, List<Integer> status, Integer page, Integer pageSize);
Kie-server REST API has the method I need. See attachment with screen with Swagger docs
Please, add this method for QueryServicesClient