03-24-2012 11:55 AM
03-25-2012 03:15 PM
<h:dataTable value="#{processDefinitionList}" var="v_process">
<h:column>
<f:facet name="header"><h
utputText value="#{msg.processKeyLabel}" /></f:facet>
#{v_process.key}
</h:column>
<h:column>
<f:facet name="header"><h
utputText value="#{msg.processNameLabel}" /></f:facet>
#{v_process.name}
</h:column>
<h:column>
<f:facet name="header"><h
utputText value="#{msg.processVersionLabel}" /></f:facet>
#{v_process.version}
</h:column>
<h:column>
<f:facet name="header">Action</f:facet>
<h
utputLink value="#{formService.getStartFormData(v_process.id).formKey}">
Start
<f
aram name="processDefinitionKey" value="#{v_process.key}"></f
aram>
</h
utputLink>
</h:column>
</h:dataTable>
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.