"/task" is not returning actual results with input of TaskQueryDto.withoutCandidateUser

Hi
“/task” endpoint is not returning actual results with input TaskQueryDto.withoutCandidateUser = true.
Observations :
calling this API using feign client and value is not passing to camunda TaskRestServieImpl class but all other values are passing to camunda for filter results.
Ex. TaskQueryDTO.assigned = true is passing but not passing TaskQueryDTO.withoutCandidateUser = true and noticed other properties values also , withCandidateUser, WithCandidateGroups and WithoutCandidateGroups.
Can some one please help on this issue.
When i hit this API using postman values are passing and getting expected results of task list.

This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.