Uploaded image for project: 'jBPM'
  1. jBPM
  2. JBPM-7553

QueryServicesClient haven't client method for "/server/queries/processes/{pId}/instances" query

    XMLWordPrintable

Details

    • Bug
    • Resolution: Done
    • Major
    • 7.10.0.Final
    • 7.9.0.Final
    • KieServer
    • None
    • NEW
    • NEW
    • 2018 Week 30-32

    Description

      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

      Attachments

        Activity

          People

            swiderski.maciej Maciej Swiderski (Inactive)
            altro1 Alexey Trofimov (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: