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

XMLWordPrintable

    • Type: Bug Report
    • Resolution: Fixed
    • Priority: L3 - Default
    • 7.8.0, 7.8.0-alpha5
    • Affects Version/s: None
    • Component/s: engine
    • None

      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().

            Assignee:
            Roman Smirnov
            Reporter:
            Roman Smirnov
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated:
              Resolved: