10-16-2007 09:41 AM
10-16-2007 10:17 AM
10-17-2007 12:29 AM
10-17-2007 03:40 AM
<action class="org.alfresco.repo.workflow.jbpm.AlfrescoJavaScript">
<script>
var ccrArchivedSpace = companyhome.childByNamePath("CCR repository/Archived files");
bpm_package.children[0].move(ccrArchivedSpace);
if (bpm_package.children.length > 1)
for (var i = 1; i < bpm_package.children.length; i++)
bpm_package.children[i].move(ccrArchivedSpace);
</script>
</action>
See the advanced workflow help on how to add actions.10-19-2007 12:04 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.