MARC BOULANGER created CAMEL-18753:
--------------------------------------

             Summary: 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.19.0, 3.18.3
            Reporter: MARC BOULANGER
             Fix For: 3.19.0, 3.18.3


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)

Reply via email to