We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
condition_if
Please answer these questions before submitting your issue. Thanks!
vsctl subscription create \ --eventbus test \ --sink "http://sink-display:8080" \ --transformer '{ "pipeline": [ {"command":["condition_if","$.data.color", "$.data.test", ">", "bug", "a", "b"]} ]
vsctl event put test --source test --type test \ --data '{ "test": 120 }'
no warn log
... time="2022-12-24T11:33:24Z" level=warning msg="action execute error" command=CONDITION_IF error="cannot cast from String to Float: strconv.ParseFloat: parsing \"bug\": invalid syntax"
v0.5.3
The text was updated successfully, but these errors were encountered:
condition_id
xdlbdy
wangwei538
No branches or pull requests
Bug Report
Please answer these questions before submitting your issue. Thanks!
1. Minimal reproduce step (Required)
2. What did you expect to see? (Required)
no warn log
3. What did you see instead (Required)
4. What is your Vanus version? (Required)
v0.5.3
The text was updated successfully, but these errors were encountered: