03-16-2009 10:04 AM
03-16-2009 10:41 PM
03-27-2009 08:52 AM
03-27-2009 09:28 AM
<constraint name="bpm:allowedStatus" type="LIST">
<parameter name="allowedValues">
<!– TODO: Determine if status values can be mapped to human-readable strings –>
<list>
<value>Not Yet Started</value>
<value>In Progress</value>
<value>On Hold</value>
<value>Cancelled</value>
<value>Completed</value>
</list>
</parameter>
</constraint>
<property name="bpm:status">
<type>d:text</type>
<mandatory>true</mandatory>
<default>Not Yet Started</default>
<constraints>
<constraint ref="bpm:allowedStatus" />
</constraints>
</property>
04-09-2009 07:26 AM
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.