UNPKG
karavan-core
Version:
latest (4.8.0)
4.8.0
Apache Camel Karavan Core
github.com/apache/camel-karavan
apache/camel-karavan
karavan-core
/
test
/
plain2.yaml
14 lines
(13 loc)
•
250 B
YAML
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
-
from:
uri:
timer
id:
from-1
parameters:
name:
info
steps:
-
set-body:
expression:
constant:
expression:
Hello
Yaml
!!!
-
log:
message:
${body}
logName:
log11