1
0
-1
1 answer
- 10-1
Hi, maybe you can try comparing to some of the tutorial plugins, for example How to develop a Download PDF Datalist Action. I noticed the letter case is different, perhaps you can try changing it.
Add your comment...
Hi, maybe you can try comparing to some of the tutorial plugins, for example How to develop a Download PDF Datalist Action. I noticed the letter case is different, perhaps you can try changing it.
I am currently working on a properties option for a process participant plugin. I was trying to set a default value to one of the properties based on below JSON data. However, the default value was not shown.
{
name : 'test',
label : 'Test',
type : 'TextField',
value : 'Property Value',
description : 'Property Description 123'
}