-
Feature Request
-
Resolution: Fixed
-
L3 - Default
-
None
-
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.