Uploaded image for project: 'camunda BPM'
  1. camunda BPM
  2. CAM-9075

Using the historic detail rest endpoint I cannot sort by multiple parameters

XMLWordPrintable

      AT:

      • Using the historic detail rest endpoint /history/detail I can sort by multiple parameters, e.g. first sort by time and if two instances have the same time they are ordered by occurrence
      • the new behavior is documented in the dedicated history detail section of the rest api documentation

      Hint:

      • For the java api this is already possible, e.g.:
        historyService.createHistoricDetailQuery()
              .orderByTime().asc()
              .orderPartiallyByOccurrence().asc()
              .list();
        
      • For the task query this already exists. But to implement it analogously you need to add a post endpoint for the history detail endpoint.

        This is the controller panel for Smart Panels app

              yana.vasileva Yana Vasileva
              johannes.heinemann Johannes
              Votes:
              0 Vote for this issue
              Watchers:
              2 Start watching this issue

                Created:
                Updated:
                Resolved: