hi there,
does anybody figured out how to change priority values from bpmModel from int to texts ? .. something like: urgent, normal… ?
<constraint name="bpm:allowedPriority" type="LIST">
<parameter name="allowedValues">
<!– TODO: Determine if priority values can be mapped to human-readable strings –>
<list>
<value>1</value> <– <value>Normal</value>
<value>2</value> <– <value>Urgent</value>
<value>3</value>
</list>
</parameter>
</constraint>
thx