Activiti form properties get name

cancel
Showing results for 
Search instead for 
Did you mean: 
MatejDurajka
Active Member

Activiti form properties get name

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
jljwoznica
Senior Member

Re: Activiti form properties get name

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

MatejDurajka
Active Member

Re: Activiti form properties get name

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

 

jljwoznica
Senior Member

Re: Activiti form properties get name

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. 

Screen Shot 2019-12-17 at 12.05.56 PM.png

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

Screen Shot 2019-12-17 at 12.06.08 PM.png

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