Details
-
Bug
-
Status: Resolved
-
Minor
-
Resolution: Fixed
-
3.18.3, 3.19.0
-
None
Description
When creating a YAML-dsl route the OnCompletion definition is not injected in the Routes OnCompletion.
E.G.
- on-completion: steps: - transform: constant: "Processed" - to: "mock:on-success" - from: uri: "direct:start" steps: - to: "mock:end"
In this case the on-completion is not called.
Attachments
Issue Links
- relates to
-
CAMEL-18755 camel-yaml-dsl - Intercept is not added in the route definition.
- Resolved
- links to