Currently following attributes are supported in Activiti formProperty
name
expression
variable
type
defaultExpression
datePattern
readable
writeable
required
I want to add one more custom attribute for formProperty called as "customData", where I can keep any custom data in json format and use it where required. I want to extent any formProperty to have information like layout, styles, permissions etc. So that at the time of renderring or processing I can use this information.
I was looking at classes :
org.activiti.bpmn.model.FormProperty, FormPropertyHandler, FormPropertyParser etc.
But I still need some guidance on this.