-
Notifications
You must be signed in to change notification settings - Fork 59
Open
Description
Hi! I have tried googling around for a solution to this, but I've not found anything so far.
I'm sending data from Camel to Camunda via camunda-bpm://start?.... At several points it calls Camel endpoints, such as ${camel.sendTo('direct:debug')}. However, when any of these Camel routes/endpoints throw an exception, the Camunda route proceeds as if nothing wrong has occurred. This will cause issues later in the Camunda route. Setting an 'exception' variable and checking for it after every call to Camel will make the BPMN extremely bloated real quick.
So, in short: Is it possible to cancel a Camunda 'route/run' when one of its calls to Camel throws an exception?
Metadata
Metadata
Assignees
Labels
No labels