This repository has been archived by the owner on Nov 27, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 32
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
0b80f6f
commit 0dfef25
Showing
20 changed files
with
842 additions
and
21 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
82 changes: 82 additions & 0 deletions
82
api/src/test/resources/io/kaoto/backend/api/resource/expression-object.yaml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,82 @@ | ||
- from: | ||
uri: timer:null | ||
steps: | ||
- choice: | ||
when: | ||
- expression: | ||
simple: | ||
expression: choice | ||
- delay: | ||
expression: | ||
simple: | ||
expression: delay | ||
- dynamic-router: | ||
expression: | ||
simple: | ||
expression: dynamic-router | ||
- enrich: | ||
expression: | ||
simple: | ||
expression: enrich | ||
- filter: | ||
expression: | ||
simple: | ||
expression: filter | ||
- poll-enrich: | ||
expression: | ||
simple: | ||
expression: poll-enrich | ||
- recipient-list: | ||
expression: | ||
simple: | ||
expression: recipient-list | ||
- resequence: | ||
expression: | ||
simple: | ||
expression: resequence | ||
- routing-slip: | ||
expression: | ||
simple: | ||
expression: routing-slip | ||
- script: | ||
expression: | ||
groovy: | ||
expression: script | ||
- service-call: | ||
expression: | ||
jsonpath: | ||
expression: service-call | ||
- set-body: | ||
expression: | ||
constant: | ||
expression: set-body | ||
- set-header: | ||
name: header1 | ||
expression: | ||
jq: | ||
expression: set-header | ||
- set-property: | ||
name: prop1 | ||
expression: | ||
jq: | ||
expression: set-property | ||
- sort: | ||
expression: | ||
simple: | ||
expression: sort | ||
- split: | ||
expression: | ||
simple: | ||
expression: split | ||
- throttle: | ||
expression: | ||
simple: | ||
expression: throttle | ||
- transform: | ||
expression: | ||
jq: | ||
expression: transform | ||
- validate: | ||
expression: | ||
simple: | ||
expression: validate |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.