Expose Incident Infrastructure in ProcessInstance-, Execution- and ProcessDefinitionQuery

XMLWordPrintable

    • Type: Feature Request
    • Resolution: Fixed
    • Priority: L3 - Default
    • 7.1.0
    • Affects Version/s: None
    • Component/s: 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.

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

              Created:
              Updated:
              Resolved: