Skip to content

Commit 53acc1f

Browse files
committed
Camel 4.8.1
1 parent a983bd1 commit 53acc1f

File tree

3 files changed

+418
-397
lines changed

3 files changed

+418
-397
lines changed

karavan-designer/public/example/demo.camel.yaml

Lines changed: 27 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,30 @@
77
parameters:
88
timerName: name
99
steps:
10-
- doTry:
11-
id: doTry-258c
12-
doCatch:
13-
- id: doCatch-32ac
14-
exception:
15-
- java.lang.ArrayIndexOutOfBoundsException
10+
- toD:
11+
id: to-55df
12+
description: Send file
13+
uri: file
14+
parameters:
15+
directoryName: ${variable.dir}
16+
fileName: ${variable.fileName}
17+
- filter:
18+
id: filter-6e45
19+
expression:
20+
groovy:
21+
id: groovy-672e
22+
- choice:
23+
id: choice-c008
24+
when:
25+
- id: when-5e7a
26+
expression:
27+
groovy:
28+
id: groovy-d744
29+
otherwise:
30+
id: otherwise-a012
31+
- to:
32+
id: to-5276
33+
uri: aws-bedrock-agent-runtime
34+
- toD:
35+
id: to-f1dd
36+
uri: sql

karavan-space/public/metadata/components.json

Lines changed: 348 additions & 348 deletions
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)