it-at-m / digiwf-project

Project repo for the DigiWF project automation platform.
MIT License
10 stars 1 forks source link

Create Consumer for Incidents #148

Closed dominikhorn93 closed 2 years ago

dominikhorn93 commented 2 years ago

Description

It is necessary to create incidents to a specific execution ( processInstance). Technical errors should not be modeled in bpmn - instead we need to create technical errors to a corresponding execution. This can be done via runtimeService or REST API in Camunda. To provide this feature for integration services we need several steps:

Details

Technical hints

dominikhorn93 commented 2 years ago

@lmoesle created some technical hints