Hi, i have defined a process with generated start form defined as following:
Is there a way to fetch values and properties defined for field (and also values in case of enum field)?
Getting form variables as described here returns only info minimum information. Additionally in case of fields defined as enums, when fetching form variables, they are shown as strings, why is that?
{
"emunField": {
"type": "String",
"value": "value1",
"valueInfo": {}
},
"StringFiels": {
"type": "String",
"value": null,
"valueInfo": {}
}
}
Also one thing that has come to my attention is that if we define one of the fields as a businessKey provider, its validation is omitted, is this correct behavior?
here is the test process:
test1.bpmn (3.2 KB)