Skip to content

Commit

Permalink
Camel 4.8.1
Browse files Browse the repository at this point in the history
  • Loading branch information
mgubaidullin committed Oct 28, 2024
1 parent a983bd1 commit 53acc1f
Show file tree
Hide file tree
Showing 3 changed files with 418 additions and 397 deletions.
33 changes: 27 additions & 6 deletions karavan-designer/public/example/demo.camel.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,30 @@
parameters:
timerName: name
steps:
- doTry:
id: doTry-258c
doCatch:
- id: doCatch-32ac
exception:
- java.lang.ArrayIndexOutOfBoundsException
- toD:
id: to-55df
description: Send file
uri: file
parameters:
directoryName: ${variable.dir}
fileName: ${variable.fileName}
- filter:
id: filter-6e45
expression:
groovy:
id: groovy-672e
- choice:
id: choice-c008
when:
- id: when-5e7a
expression:
groovy:
id: groovy-d744
otherwise:
id: otherwise-a012
- to:
id: to-5276
uri: aws-bedrock-agent-runtime
- toD:
id: to-f1dd
uri: sql
696 changes: 348 additions & 348 deletions karavan-space/public/metadata/components.json

Large diffs are not rendered by default.

Loading

0 comments on commit 53acc1f

Please sign in to comment.