Compression and Encryption service tasks
GUnzip File
Description: The GUnzip File service task invokes the SpGunzip service on an input file (gzip archive) and gunzips it, producing a new file.
Triggerable: Yes
Variables:
Cluster
Cluster
Y
Cluster to be used
Input File
String
Y
Full pathname (with filename) for the file to be uncompressed
Output file Path
String
Y
Full pathname (with filename) for the output file
Return Code variable
String
Y
Workflow variable where the final return code will be written
GZip File
Description: It invokes the SpGzip compression service on an input file that produces a gzip archive.
Triggerable: Yes
Variables:
Cluster
Cluster
Y
Cluster to be used
Input File
String
Y
Full pathname (with filename) for the file to be compressed
Output file Path
String
Y
Full pathname (with filename) for the output file
Compression strategy
Compression_strategy_level
Y
Strategy level of compression
Compression level
String
Y
Level of compression
Return Code variable
String
Y
Workflow variable where the final return code will be written
PGP Crypt File
Description: It invokes the PGP Crypt service on an input file that produces an encrypted file.
Triggerable: Yes
Variables:
Cluster
Cluster
Y
Cluster to be used
Input file
String
Y
Full pathname (with filename) for the file to be encrypted
Output file
String
Y
Full pathname (with filename) for the output file
Operation security
Security_operation
Y
Security operation
Recipient
String
Y
Recipient of the file
Alias key
String
Y
Alias key to use for encryption
Hash algorithm
Security_signature_hash_algo
Y
Hash algorithm of the security signature
Cipher algorithm
Security_cipher_algo
Y
Cipher security algorithm
Return Code variable
String
Y
Workflow variable where the final return code will be written
PGP format
String
Y
PGP format in binary or ascii-armor
PGP Decrypt File
Description: It invokes PGP Decrypt service on an input encrypted file and it produces a decrypted file.
Triggerable: Yes
Variables:
Cluster
Cluster
Y
Cluster to be used
Input file
String
Y
Full pathname (with filename) for the file to be decrypted
Output file
String
Y
Full pathname (with filename) for the output file
Return Code variable
String
Y
Workflow variable where the final return code will be written
PGP format
String
Y
PGP format in binary or ascii-armor
Tar File
Description: It invokes the SpTar service on an input file and produces a tar output file.
Triggerable: Yes
Variables:
Cluster
Cluster
Y
Cluster to be used
File
String
Y
Full pathname (with filename) for the file to be compressed
Output file Path
String
Y
Full pathname (with filename) for the output file
Return Code variable
String
Y
Workflow variable where the final return code will be written
UnTar File
Description: It invokes the SpUnTar service on a tar input file and produces an untar output file.
Triggerable: Yes
Variables:
Cluster
Cluster
Y
Cluster to be used
File
String
Y
Full pathname (with filename) for the file to be uncompressed
Output file Path
String
Y
Full pathname (with filename) for the output file
Return Code variable
String
Y
Workflow variable where the final return code will be written
UnZip File
Description: It invokes the SpUnZip service on a zip input file and produces an unzip output file.
Triggerable: Yes
Variables:
Cluster
Cluster
Y
Cluster to be used
Input File
String
Y
Full pathname (with filename) for the file to be uncompressed
Output file Path
String
Y
Full pathname (with filename) for the output file
Compression Mode
Enum
N
Compression mode of Compression64Mode (ALWAYS or NEVER)
Return Code variable
String
Y
Workflow variable where the final return code will be written
Zip File
Description: It invokes the SpZip compression service on an input file and produces a zip output file.
Triggerable: Yes
Variables:
Cluster
Cluster
Y
Cluster to be used
Input File
String
Y
Full pathname (with filename) for the file to be compressed
Output file Path
String
Y
Full pathname (with filename) for the output file
Compression Strategy
Compression_strategy_level
Y
Strategy level of compression
Compression Level
String
Y
Level of compression
Compression Mode
Enum
N
Compression mode of Compression64Mode (ALWAYS or NEVER)
Return Code variable
String
Y
Workflow variable where the final return code will be written
Last updated