This is an automated email from the ASF dual-hosted git repository. acosentino pushed a commit to branch slack-natural-order in repository https://gitbox.apache.org/repos/asf/camel-kamelets.git
commit 44cb3ecb1ec6524487ae085be9a907ce60a487d3 Author: Andrea Cosentino <[email protected]> AuthorDate: Mon Feb 12 10:17:03 2024 +0100 Slack source should be in natural order Signed-off-by: Andrea Cosentino <[email protected]> --- kamelets/slack-source.kamelet.yaml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/kamelets/slack-source.kamelet.yaml b/kamelets/slack-source.kamelet.yaml index ae9b3daa..96919a5f 100644 --- a/kamelets/slack-source.kamelet.yaml +++ b/kamelets/slack-source.kamelet.yaml @@ -55,6 +55,11 @@ spec: type: string default: "60000" example: "60s or 6000 or 1m" + naturalOrder: + title: Natural Order + description: Create exchanges in natural order (oldest to newest) or not. + type: boolean + default: false types: out: mediaType: application/json @@ -68,6 +73,7 @@ spec: parameters: token: "{{token}}" delay: "{{delay}}" + naturalOrder: "{{naturalOrder}}" steps: - marshal: json:
