From 53e1fcb77a0bcddddda7bb2a23b6589a4def369c Mon Sep 17 00:00:00 2001 From: mattsheretohelp Date: Fri, 28 Aug 2026 14:01:12 -0700 Subject: [PATCH] Corrected sample script deployment path Corrected sample script deployment path per user story #609793: https://tfs/DefaultCollection/Cloud/_boards/board/t/User%20Education/Stories/?workitem=609793 --- doc/template/readme.md | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/doc/template/readme.md b/doc/template/readme.md index 9bebec6..1eacd00 100644 --- a/doc/template/readme.md +++ b/doc/template/readme.md @@ -4,14 +4,15 @@ This project is a template for creating a Laserfiche Nodejs Rule script project. ## Deploy script to your remote agent -- Copy the content of the bundle output folder `\dist` to your remote agent folder - - e.g., `C:\Program Files\Laserfiche\Server\RemoteAgent\ScriptRunner\Nodejs\script` +- Copy the contents of the bundle output folder `\dist` to the default script folder for Remote Worker 1: + - `C:\Program Files\Laserfiche\ProcessAutomationWorkerAgent\LFPALocalAgent\bin` +- If the worker was installed in a different location, use the `bin` subfolder of that installation folder. ## Configure and test this script rule in your Laserfiche Cloud Account -> Process Automation -> Rules - Create a new rule - Select the script rule type: Nodejs - - Script location: `ProcessAutomationWorker\bin\Scripts\node\Template\template.js` + - Script location: `C:\Program Files\Laserfiche\ProcessAutomationWorkerAgent\LFPALocalAgent\bin\template.js` - Input: - Name1 - Name2