cancel
Showing results for 
Search instead for 
Did you mean: 

How to set a value in formProperty?

droverflow
Champ in-the-making
Champ in-the-making
Hello,

I'm trying to set a value in a formProperty, but it doesn't work - neither with constants nor with expressions…

Here's my code:
<activiti:formProperty id="firstname" name="First name" type="string" writeable="true" value="no name given" />

Can someone help me please?

Thanks in advance!

Regards,
Doc

BTW: I'm using Activiti 5.8
2 REPLIES 2

trademak
Star Contributor
Star Contributor
Hi,

You can use the expression or variable attribute to specify a process variable which value will be added as the default value in the Activiti Explorer.

Best regards,

droverflow
Champ in-the-making
Champ in-the-making
Thanks for the hint!

Regards,
Doc