Rest Api - Get Constraints - Modeler Forms

Hi

It’s possible to get the constraints of each field of a form made on the modeler using a rest-api call? I know that is possible to get the form with each field with theirs constraints using the rest call /rendered-form , but, I need to create custom external forms.

Thanks!

Hi @gsaldana,

you don’t have to use generated form. You could just create a custom HTML file and associate with form, in that case you would be able to integrate JS SDK and perform all constraints checking yourself. You can find more information here:

https://docs.camunda.org/manual/7.5/reference/embedded-forms/

Cheers,
Askar