Label of variables

Hi,
how can I get the label of a variable defined in modeler?

I can get the value and type calling /process-definition/{id}/form-variables:
{
“cpf”: {
“type”: “String”,
“value”: null,
“valueInfo”: {}
},
“nome”: {
“type”: “String”,
“value”: null,
“valueInfo”: {}
}
}

Thanks all

There is a Java api that can return the form configuration. Would need to wrap that api into a fest api. See the Form Service api

1 Like