cancel
Showing results for 
Search instead for 
Did you mean: 

Activiti form properties get name

MatejDurajka
Champ on-the-rise
Champ on-the-rise

Hi,

example: i have task with form, form is submitted and in next task is created variable:

{
"name": "numberOfDays",
"type": "long",
"value": 5,
"scope": "local"
}

but i need text for label from form - "Number of days"
how can i get it

3 REPLIES 3

jljwoznica
Star Collaborator
Star Collaborator

I'm not sure I understand the question - you want the text label from the previous form where # of days was entered?

yes, becouse response of history/historic-detail is missing name of form property

You can open the form where the text field appears and click on the field for Number of days and the name should be shown there. 

image

Click on the pencil and then you will get the following screen.

image

The name of the field is the "ID" field.