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

I cannot query for historic process instance by key and activity id

    XMLWordPrintable

Details

    • Bug Report
    • Resolution: Fixed
    • L3 - Default
    • 7.8.0, 7.8.0-alpha5
    • None
    • engine
    • None

    Description

      Steps to reproduce:
      execute the following historic process instance query

      historyService.createHistoricProcessInstanceQuery()
        .processDefinitionKey("key")
        .executedActivityIdIn("foo")
        .list();
      

      Problem:
      This throws an exception that the syntax is incorrect.

      Expected Behavior:
      The query succeeds without any exception.

      Hint:
      The same exception also occurs when using #activeActivityIdIn() instead of #executedActivityIdIn().

      mgm-controller-panel

        This is the controller panel for Smart Panels app

        Attachments

          Activity

            People

              roman.smirnov Roman Smirnov
              roman.smirnov Roman Smirnov
              Votes:
              0 Vote for this issue
              Watchers:
              1 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved:

                Salesforce