workit
workit copied to clipboard
Handle Bpmn errors
🚀 Feature Proposal
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.
It's not blocking for Camunda BPM since it's just HTTP call but it is for Zeebe.
should add it after #82