-
Bug
-
Resolution: Done
-
Major
-
None
-
None
-
False
-
False
-
-
2021 Week 49-51 (from Dec 6th)
When defining an expression as shown below, the json path value are not resolved, the target endpoint fails due to an invalid JSON content.
{
"functionRef": {
"refName": "AssignDoctorToPatient",
"arguments": {
"patients": [
{
"name": "$.name",
"dateOfBirth": "$.dateOfBirth",
"symptoms": "$.symptoms"
}
]
}
}
},
Results in:
{"patients":"[{symptoms=$.symptoms, name=$.name, dateOfBirth=$.dateOfBirth}]"}
This can be reproduced when trying to modify the serverless-workflow-functions-events-quarkus example.