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

As Dev I can query for HistoricActivityInstances which have completed a scope or was canceled

    • Icon: Feature Request Feature Request
    • Resolution: Fixed
    • Icon: L3 - Default L3 - Default
    • 7.1.0, 7.1.0-alpha2
    • None
    • engine

      AT:

      • there exists the possibility to query after historic activity instances which completed a scope: `historyService.createHistoricActivityInstanceQuery().completeScope()` and
      • there exists the possibility to query after historic activity instances which were canceled: `historyService.createHistoricActivityInstanceQuery().canceled()`
      • The result is an array that contains the corresponding historic activity instances

        This is the controller panel for Smart Panels app

            [CAM-1656] As Dev I can query for HistoricActivityInstances which have completed a scope or was canceled

            Definition:

            Activity which parent is a process definition (scope) and consumes token and does not emitting a new token => the corresponding activity instance will be marked as "processEnd"

            Roman Smirnov added a comment - Definition: Activity which parent is a process definition (scope) and consumes token and does not emitting a new token => the corresponding activity instance will be marked as "processEnd"

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

                Created:
                Updated:
                Resolved: