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

When creating/resolving a custom incident the related custom incident handler is invoked

XMLWordPrintable

    • Icon: Task Task
    • Resolution: Fixed
    • Icon: L3 - Default L3 - Default
    • 7.8.0, 7.8.0-alpha5
    • None
    • None
    • None

      With CAM-1689 it is possible to create a custom incident, for example:

      runtimeService.createIncident("foo", ...);
      

      In that the a registered custom incident handler name foo is not called.

      AT:

      • when a custom incident is created and a custom incident handler for the given type exists, then the custom incident handler should be invoked to create the incident
      • if there does not exist a custom incident handler for the given type, then an incident is created (without calling any custom incident handler)
      • the same behavior should also be applied in case of resolving a custom incident

        This is the controller panel for Smart Panels app

              svetlana.dorokhova Svetlana Dorokhova
              roman.smirnov Roman Smirnov
              Votes:
              0 Vote for this issue
              Watchers:
              2 Start watching this issue

                Created:
                Updated:
                Resolved: