2020.2

Table Of Contents
The original resource file, which is processed by this functionality, will not be deleted or altered
in any way.
The Workflow process will wait for the file(s) to be unpacked or copied to the Connect
resources folder, so that the next plugin in line that uses an installed resource will have the
latest, up-to-date version of the file.
Files in the Connect resources folder are visible in Workflow's Configuration Components pane
under Connect Resources (see "Connect resources" on page38).
Syntax
Watch.InstallResource(path)
path
A string containing the resource path.
Examples
JavaScript
Watch.InstallResource("c:\\myfile.ol-package");
VBScript
Watch.InstallResource "c:\myfile.ol-package"
Python
Watch.InstallResource("c:\\myfile.ol-package");
Perl
$Watch->InstallResource("c:\\myfile.ol-package");
Watch.Log
Creates messages that are added to PlanetPress Workflowwatch.log file. The PlanetPress
Workflow watch.log file is located in the following folder:
%PROGRAMDATA%\Objectif Lune\PlanetPress Workflow 8\PlanetPress Watch\Log
View error messages in the Services Console while PlanetPress Workflow is in Run mode by
choosing Tools | Services | Service Console. In the Service Console, error messages appear
with colors that correspond to the message level.
Page 167