07-08-2011 08:20 PM
07-11-2011 12:48 AM
07-11-2011 01:17 PM
<action class="org.alfresco.repo.workflow.jbpm.AlfrescoJavaScript">
<script>
for (var i = 0; i < bpm_package.children.length; i++) {
if (bpm_package.children[i].properties["cm:type"] == "mydomain:purchaseOrder")
bpm_package.children[i].move(bpm_context.childByNamePath("Purchase Orders"));
if (bpm_package.children[i].properties["cm:type"] == "mydomain:check")
bpm_package.children[i].move(bpm_context.childByNamePath("Checks"));
….
}
</script>
</action>
07-12-2011 02:08 AM
07-13-2011 01:29 PM
…
for (var i = 0; i < bpm_package.length; i++) {
var type;
type = bpm_package.children[i].type;
System.out.println(type);
}
…
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.