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

I can create / resolve an incident through public API

XMLWordPrintable

    • Icon: Feature Request Feature Request
    • Resolution: Fixed
    • Icon: L3 - Default L3 - Default
    • 7.8.0, 7.8.0-alpha2
    • None
    • 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.

        This is the controller panel for Smart Panels app

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

                Created:
                Updated:
                Resolved: