You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@camel.apache.org by "Claus Ibsen (Jira)" <ji...@apache.org> on 2022/11/24 12:28:00 UTC

[jira] [Updated] (CAMEL-18753) camel-yaml-dsl - OnCompletion is not added in the route definition.

     [ https://issues.apache.org/jira/browse/CAMEL-18753?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Claus Ibsen updated CAMEL-18753:
--------------------------------
    Fix Version/s:     (was: 3.19.0)
                       (was: 3.18.3)

> 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: Major
>
> 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)