cancel
Showing results for 
Search instead for 
Did you mean: 

bpm:priority

razvanchican
Champ in-the-making
Champ in-the-making
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
1 REPLY 1

mabayona
Champ on-the-rise
Champ on-the-rise
Just update the bpmModel file.  No other method available, i think.
Getting started

Tags


Find what you came for

We want to make your experience in Hyland Connect as valuable as possible, so we put together some helpful links.