global functions to use in workflows
Hi Team,
Is there a possibility so that i can store a global function in one place and call it from anywhere in Adobe workflow javascript.
i have found there is a node under Administration>Javascript nodes. i have created a new namespace : "cust:new" and written a function in the javascript file -XXX() and i have called this function in one of the workflow javascript and it throws an saying "XXX()" is not defined.