camunda-community-hub / camunda-platform-7-camel

Community Extension to add Apache Camel support for Camunda Platform 7
Apache License 2.0
82 stars 57 forks source link

Support error handling for sendTo #32

Closed stephanpelikan closed 6 years ago

stephanpelikan commented 6 years ago

If a Camel route is called using the expression "${camel.sendTo(...)}" then a failed route should be handeled in BPMN using BPMN errors. Otherwise the process goes on as if the route was successful.

Pull request ist coming soon...