05-26-2008 06:48 AM
05-28-2008 04:45 AM
05-28-2008 09:22 AM
<event type="task-end">
<action class="org.alfresco.repo.workflow.jbpm.AlfrescoJavaScript">
<script>
<![CDATA[
/* loop through the bpm_package for this workflow */
for (var i = 0; i < bpm_package.children.length; i++)
{
bpm_package.children[i].addAspect("cm:versionable"); /* add versionable aspect to document */
bpm_package.children[i].move(companyhome); /* move document to new location, still need to replace companyhome with variable that contains selected space */
}
]]>
</script>
</action>
</event>
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.