07-03-2007 02:49 PM
07-04-2007 10:27 AM
07-04-2007 11:37 AM
07-05-2007 08:21 AM
Can you please share your code.
<action class="org.alfresco.repo.workflow.jbpm.AlfrescoJavaScript">
<script>
<variable name="dsa_debugMessage" access="write"/>
<expression>
if (logger.isLoggingEnabled()) logger.log("========== Entering action to set Move Doc to Pending Approval folder in Start State");
var dest = bpm_context.childByNamePath("_Pending Approval");
if (dest == undefined) {
// I want to handle the exception here
} else {
bpm_package.children[0].move(dest);
}
dsa_debugMessage = dest;
if (logger.isLoggingEnabled()) logger.log("========== Exiting action to set Move Doc to Pending Approval folder in Start State");
</expression>
</script>
</action>
07-06-2007 11:27 AM
07-09-2007 05:50 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.