[
https://issues.apache.org/jira/browse/CAMEL-18753?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Claus Ibsen resolved CAMEL-18753.
---------------------------------
Resolution: Fixed
> camel-yaml-dsl - OnCompletion is not added in the route definition.
> -------------------------------------------------------------------
>
> Key: CAMEL-18753
> URL: https://issues.apache.org/jira/browse/CAMEL-18753
> Project: Camel
> Issue Type: Bug
> Components: camel-yaml-dsl
> Affects Versions: 3.18.3, 3.19.0
> Reporter: MARC BOULANGER
> Priority: Minor
> Fix For: 3.18.4, 3.20.0
>
>
> When creating a YAML-dsl route the OnCompletion definition is not injected in
> the Routes OnCompletion.
> E.G.
> {code:yaml}
> - on-completion:
> steps:
> - transform:
> constant: "Processed"
> - to: "mock:on-success"
> - from:
> uri: "direct:start"
> steps:
> - to: "mock:end"
> {code}
> In this case the on-completion is not called.
--
This message was sent by Atlassian Jira
(v8.20.10#820010)