Hi,
How is this achieved? (to present some form fields under the Task in the list)
Thanks!
This is achieved with “Filters” https://docs.camunda.org/manual/7.8/reference/rest/filter/ and JSON HAL responses: behind the scenes its running multiple queries to return the data. You can see the it in action with the https://docs.camunda.org/javadoc/camunda-bpm-platform/7.8/org/camunda/bpm/engine/FilterService.html Filter Service