-
Notifications
You must be signed in to change notification settings - Fork 56
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Improve custom operation workflow input
Now the workflow input of a custom operation can be built from several excerpts of the json payload sent by Cumulocity. ```toml [exec.workflow] operation = "command" input.x = "${.payload.c8y_CombinedInput.inner.x}" input.y = "${.payload.c8y_CombinedInput.inner.y}" input.z = { foo = "bar" } ``` Signed-off-by: Didier Wenzek <didier.wenzek@free.fr>
- Loading branch information
1 parent
eb9b8e5
commit 3f50890
Showing
3 changed files
with
85 additions
and
4 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
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