Hi,
Can anyone explore the form property creation in the type of 'enum' from Designer. If so please share.
i could create via text editor by adding the following type code in .bpmn20 file. if i open the generated activiti file the enum code has removed from the .bpmn20 file..
<activiti:formProperty id="selectedCoder" name="Please pick a coder from the list" type="enum" required="true">
<activiti:value id="fozzie" name="Fozzie" />
<activiti:value id="timmy" name="Timmy" />
<activiti:value id="ferry" name="Ferry" />
</activiti:formProperty>