02-12-2009 06:22 AM
<table cellpadding=2 border=1 style="BORDER: none;" frame="border" width=700 height=50>
<tr>
<th><b>status</b></th>
</tr>
<#list space.childrenByLuceneSearch[".//*[subtypeOf('cm:content')"] as child>
<tr>
<td>
<#list workflow.assignedTasks as t>
${t.properties["My:status"]}
</#list>
</td>
</tr>
</#list>
</table>
<aspects>
<aspect name="My:status">
<title>Status</title>
<properties>
<property name="My:status">
<title>Status</title>
<type>d:text</type>
<default>Draft</default>
</property>
</properties>
</aspect>
</aspects>
02-12-2009 08:24 AM
<td>${child.properties["My:status"]?string}
</td>
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.