Open OlivierAlbertini opened 4 years ago
Related to https://github.com/VilledeMontreal/workit/issues/130, we should expose handleBpmnError for CamundaBPM and complete.error for Zeebe. ICamundaService is the right place.
handleBpmnError
complete.error
ICamundaService
It's not blocking for Camunda BPM since it's just HTTP call but it is for Zeebe.
should add it after #82
🚀 Feature Proposal
Related to https://github.com/VilledeMontreal/workit/issues/130, we should expose
handleBpmnError
for CamundaBPM andcomplete.error
for Zeebe.ICamundaService
is the right place.It's not blocking for Camunda BPM since it's just HTTP call but it is for Zeebe.