You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by "davsclaus (via GitHub)" <gi...@apache.org> on 2023/12/07 05:59:57 UTC

[I] Designer with filter does not have arrow to next EIP [camel-karavan]

davsclaus opened a new issue, #1018:
URL: https://github.com/apache/camel-karavan/issues/1018

   ```
   - route:
       nodePrefixId: route-980
       id: route-1436
       from:
         uri: kamelet:aws-kinesis-source
         id: from-70a1
         steps:
           - filter:
               expression:
                 simple:
                   id: simple-9d72
               id: filter-0af7
               steps:
                 - enrich:
                     expression:
                       simple:
                         id: simple-0fe3
                     id: enrich-633f
           - removeProperty:
               id: removeProperty-f586
           - pausable:
               id: pausable-54a1
           - process:
               id: process-2bf5
   ```
   
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@camel.apache.org.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


Re: [I] Designer with filter does not have arrow to next EIP [camel-karavan]

Posted by "davsclaus (via GitHub)" <gi...@apache.org>.
davsclaus commented on issue #1018:
URL: https://github.com/apache/camel-karavan/issues/1018#issuecomment-1845529137

   Ah yeah that can make a point as filter is only executed if it was true, otherwise it goes straight to the end


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@camel.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


Re: [I] Designer with filter does not have arrow to next EIP [camel-karavan]

Posted by "davsclaus (via GitHub)" <gi...@apache.org>.
davsclaus commented on issue #1018:
URL: https://github.com/apache/camel-karavan/issues/1018#issuecomment-1844639390

   <img width="393" alt="Screenshot 2023-12-07 at 06 59 04" src="https://github.com/apache/camel-karavan/assets/477100/49ae082f-e50d-4139-ac85-1895f024a808">
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@camel.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


Re: [I] Designer with filter does not have arrow to next EIP [camel-karavan]

Posted by "davsclaus (via GitHub)" <gi...@apache.org>.
davsclaus closed issue #1018: Designer with filter does not have arrow to next EIP
URL: https://github.com/apache/camel-karavan/issues/1018


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@camel.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


Re: [I] Designer with filter does not have arrow to next EIP [camel-karavan]

Posted by "mgubaidullin (via GitHub)" <gi...@apache.org>.
mgubaidullin commented on issue #1018:
URL: https://github.com/apache/camel-karavan/issues/1018#issuecomment-1845320960

   This is done intentionaly.
   Correct me if I'm wrong but Filter is a complex element that might include other steps (ex. Enrich in the diagram above).
   The whole scope of Filter rounded with dashed border and the arrow to the next step comes from the bottom of the dashed border.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@camel.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org