I can create / resolve an incident through public API

XMLWordPrintable

    • Type: Feature Request
    • Resolution: Fixed
    • Priority: L3 - Default
    • 7.8.0, 7.8.0-alpha2
    • Affects Version/s: None
    • Component/s: engine
    • None

      It should be possible to create and resolve incidents through public API.

      AT:

      • RuntimeService API
        runtimeService.createIncident(String incidentType, String executionId, String activityId, String configuration)
        runtimeService.resolveIncident(String incidentId)
        
      • DelegateExecution
        execution.createIncident(String incidentType, String configuration)
        execution.resolveIncident(String incidentId)
        
      • REST api enhancements
        • I can create resolve / incidents through REST api as well.

            Assignee:
            Unassigned
            Reporter:
            Daniel Meyer
            Votes:
            2 Vote for this issue
            Watchers:
            5 Start watching this issue

              Created:
              Updated:
              Resolved: