Field
| Description
|
---|---|
Label
| Specify a label for the task.
|
Input File
| Specify the path and name of a single file to zip.
|
Input Files Variable
| Specify a variable that contains files to be compressed. The type of the variable must be File List. For example, ${variableName}.
|
Output File
| Specify the name and location of the output ZIP file.
|
When File Exists
| Specify the action to take when the zipped file already exists.
Default is rename.
|
Field
| Description
|
---|---|
Password
| Specify the password to use to encrypt the zip file. If you specify a password, the contents of the zipped file are encrypted and are only accessible using this password.
|
Is Password Encrypted?
| Specify whether the above password is in encrypted form.
Default is false.
|
Encryption Method
| Specify the encryption method to use to encrypt the ZIP file. Specify the encryption method only if a password is specified.
Default is standard.
|
Compression Level
| Specify the level of compression to use.
Default is medium.
|
Save Full Path Into
| Specify whether to save the full path information in the output ZIP file.
Default is false.
|
Field
| Description
|
---|---|
Output File Variable
| You can specify the name of a variable that contains the verified files. The variable is of type File List and can be used in subsequent tasks that accept a File List input variable. The variable is created if it does not exist.
|
Processed Input Files Variable
| You can specify the name of a variable that contains the signed input files. The variable is of type File List and can be used in subsequent tasks that accept a File List input variable. The variable is created if it does not exist.
|
Number of Files Archived Variable
| You can specify the name of a variable that contains the number of files that have been successfully archived. The variable is created if it does not exist.
|
Field
| Description
|
---|---|
Version
| The version of the task.
|
Log Level
| Specify the level of logging to use while executing this task. You can select
silent ,
normal ,
verbose , or
debug .
The default value is inherited from the parent module.
|
Execute Only If
| Specify the secret key ring that contains the sender's public keys. Specify the secret key ring only if no PGP key ring resource was specified or if you need to override the secret key ring specified in the PGP key ring resource.
|
Disabled
| Whether this task is disabled.
Default is false.
|
Field
| Description
|
---|---|
On Error
| Specify the action to take when the task errors out. You can select
abort ,
continue ,
call:[module] , or
setVariable:[name]=[value] .
When you select
call:[module] , replace
[module] with the name of the module in the project, for example,
call:ErrorModule .
When you select
setVariable:[name]=[value] , replace
[name] with a variable name and
[value] with the variable value, for example,
setVariable:error=true .
The default value is inherited from the parent module.
|