2020.1

Table Of Contents
Variable Name Description
Example Usage (VBScript)
c:\\myfile.ps", "c:\\", 0, true);
"Script.ReturnValue" on
page173
Returns a boolean True or False value to a Workflow
scripted condition
Example Usage:
Script.ReturnValue = 1;
Watch.GetPDFEditObject Is used to manipulate PDF files using the AlambicEdit
API; see the "AlambicEdit API reference" on page241.
The AlambicEdit library allows Workflow to access,
create or modify PDF files.
"Watch.InstallResource" on
page168
Is used to copy or unpack resources, such as a
Connect Designer template, Data Mapping
Configuration, package file, etc., from the supplied
path to the Connect Documents folder.
Example Usage:
Watch.InstallResource("c:\myfile.ol-
package");
Watch.ExecuteExternalProgram
Calls and executes an external program through a specified command line. The program's
execution will be directed by the appropriate flags specified as this method's parameters.
Syntax
Watch.ExecuteExternalProgram const CommandLine: WideString; const WorkingDir:
WideString; ShowFlags: Integer; WaitForTerminate: WordBool: integer;
const CommandLine
The command line to execute as a widestring.
const WorkingDir
The working directory for the execution of the command line as a widestring.
Page 159