In some processes, I manage objects that are persisted with JPA. How can I design forms—using the Camunda Modeler—to edit their properties?
Using formProperties, I am able to map form fields and object attributes using expressions like ${street.address}. Unfortunately, formProperties are deprecated in favor of formData. However with formData, I see no way to map expressions and form fields. Am I missing something?
I know, that I could build something similar with embedded forms. However, I use camunda to orchestrate microservices that are not able to fill-in HTML forms. How to proceed?
Thanks a lot,
Timo