-
Notifications
You must be signed in to change notification settings - Fork 41
New issue
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
REST connector sends different data format than it should #239
Comments
I was able to verify that the REST connector sends different body than the original input for body. The original user defined body:
The actual body used in the request:
The The Zeebe team already created a bug ticket for this. Solving that ticket will automatically solve this issue as well. At this point there is no further action required from connectors team. I will leave the ticket in the backlog as a reference. |
chore(deps): update eclipse-temurin docker tag to v17.0.5_8-jre
Hey connectors team, this bug is currently resolved in Zeebe 8.3.4 release |
Describe the Bug
When I try to use the REST connector to call the /v1/variables/search Operate API it does not work with the same body which works in Swagger UI.
Steps to Reproduce
{"filter": {"name":"customer","value":"{\"name\":\"aa\",\"id\":\"ABC\"}"}}
Expected Behavior
Point 2 and point 3 should give the exact same result.
In reality: swagger call returns the items, but in the REST connector's response the items property is empty.
Environment
See also
https://camunda.slack.com/archives/C02UMKN3DTL/p1674054860769479
Relates to
camunda/camunda#9859
The text was updated successfully, but these errors were encountered: