Skip to content

Commit

Permalink
Camel doesn't need to unmarshal to Json anymore
Browse files Browse the repository at this point in the history
Signed-off-by: Ricardo Zanini <zanini@redhat.com>
  • Loading branch information
ricardozanini committed Dec 16, 2022
1 parent c0be2bb commit dd3919e
Showing 1 changed file with 0 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,5 @@
steps:
- setBody:
simple: '{ "id": "${header.WorkflowID}", "arg1": { "arg2": "value1" } }'
- unmarshal:
json:
library: Jackson
- log:
message: We received the ${body}

0 comments on commit dd3919e

Please sign in to comment.