Hay i have one question about document url when i use workflow. I would like to create url to showDocDetail of document. Now all i m getting is the space in which is located document.How can i get the DocDetail of document. I looked at Workflow_JavaScript_API. Any help would be very appreciated.
to get DocDetail of document i had to add in process_definition this for (var i = 0; i < bpm_package.children.length;i++) { mail.parameters.text+=bpm_package.children.id ; bpm_package.children.save(); } mail.parameters.template = companyhome.childByNamePath("Data Dictionary/Email Templates/Notify Email Templates/workflow.ftl"); and then in template workflow.ftl