mgubaidullin commented on pull request #124: URL: https://github.com/apache/camel-karavan/pull/124#issuecomment-979189950
Currently Karavan supports only implicit and explicit Expression definition. Ex. yaml for your case: ``` apiVersion: camel.apache.org/v1 kind: Integration metadata: name: jsonpath-test.yaml spec: flows: - from: uri: 'kamelet:webhook-source' steps: - filter: expression: jsonpath: $.some.data.that.doesnt.exists - remove-headers: pattern: '*' parameters: subpath: SOME_PATH ``` UI <img width="746" alt="Screen Shot 2021-11-25 at 7 45 49 AM" src="https://user-images.githubusercontent.com/1379213/143444545-ade09ff1-e557-49d2-a4f6-efed03bd4937.png"> Full Expression definition is not yet implemented. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: commits-unsubscr...@camel.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org