Hi, I want to create a rule, with the "execute a script" actions, but I dont want the script to sit in the repository. I need it to sit in the alfresco directories (whichever one will fit..) but not in the repository..
I know this is possible with webscripts, please let me know if this can be done with javascripts as triggers (business rules).
You can of course put a mere "stub" JavaScript into the repository that only calls the corresponding method in the classpath-hosted JavaScript. But whether that helps depends on what you are trying to achieve, of course.