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

XMLWordPrintable

    • Type: Task
    • Resolution: Fixed
    • Priority: L3 - Default
    • 7.8.0, 7.8.0-alpha5
    • Affects Version/s: None
    • Component/s: 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

              Assignee:
              Svetlana Dorokhova
              Reporter:
              Roman Smirnov
              Votes:
              0 Vote for this issue
              Watchers:
              2 Start watching this issue

                Created:
                Updated:
                Resolved: