paed01 / bpmn-engine

BPMN 2.0 execution engine. Open source javascript workflow engine.
MIT License
860 stars 166 forks source link

BoundaryError from ServiceTask #178

Closed py6jlb closed 6 months ago

py6jlb commented 11 months ago

How to throw exceptions from the Service Task service so that the error boundary event fires? calback(err) in service function stop execution, and fire global engine error listener.