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

I can create / resolve an incident through public API

    XMLWordPrintable

Details

    • Feature Request
    • Resolution: Fixed
    • L3 - Default
    • 7.8.0, 7.8.0-alpha2
    • None
    • engine
    • None

    Description

      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.

      mgm-controller-panel

        This is the controller panel for Smart Panels app

        Attachments

          Issue Links

            Activity

              People

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

                Dates

                  Created:
                  Updated:
                  Resolved:

                  Salesforce