VilledeMontreal / workit

Extensible worker for Node.js that works with both AWS Step function and Camunda BPM platforms powered by TypeScript
https://villedemontreal.github.io/workit/
MIT License
64 stars 13 forks source link

Handle Bpmn errors #132

Open OlivierAlbertini opened 4 years ago

OlivierAlbertini commented 4 years ago

🚀 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.

OlivierAlbertini commented 4 years ago

should add it after #82