Hi ,
I have an embedded form for my user task.
I have a type enum field in the form
When I try to retrieve this form variable using ReST API ,I see that the type is String.
Any thoughts?
The response i get is
{
“severity”: {
“type”: “String”,
“value”: null,
“valueInfo”: {}
},
“empId”: {
“type”: “Long”,
“value”: null,
“valueInfo”: {}
},
“name”: {
“type”: “String”,
“value”: null,
“valueInfo”: {}
},
“active”: {
“type”: “Boolean”,
“value”: null,
“valueInfo”: {}
}
}
Here the variable severity should be enum