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

Expose Incident Infrastructure in ProcessInstance-, Execution- and ProcessDefinitionQuery

XMLWordPrintable

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

      AT:

      1. Enhancements of the process instance query

      I can query for process instances by incidentType:

      runtimeService.createProcessInstanceQuery()
      .incidentType(...)

      I can query for process instances by incidentID:

      runtimeService.createProcessInstanceQuery()
      .incidentId(...)

      I can query for process instances by incidentMessage:

      runtimeService.createProcessInstanceQuery()
      .incidentMessage(...)

      1. Enhancements of the execution query

      I can query for executions by incidentType:

      runtimeService.createExecutionQuery()
      .incidentType(...)

      I can query for executions by incidentID:

      runtimeService.createProcessInstanceQuery()
      .incidentId(...)

      I can query for executions by incidentMessage:

      runtimeService.createExecutionQuery()
      .incidentMessage(...)

      1. Enhancements of the process definition query

      I can query for processDefinitions by incidentType:

      repositoryService.createProcessDefintionQuery()
      .incidentType(...)

      I can query for processDefinitions by incidentId:

      repositoryService.createProcessDefintionQuery()
      .incidentId(...)

      I can query for process definitions by incidentMessage:

      repositoryService.createProcessDefinitionQuery()
      .incidentMessage(...)

      1. REST Api enhancements

      All enhancements listed above should be added to the REST Api as well.

        This is the controller panel for Smart Panels app

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

                Created:
                Updated:
                Resolved: