Pack job is a processor that packs a job and its associated metadata for transmission. The result is always a single ZIP file that contains a globally unique identifier to identify it across multiple Switch instances.
Pack job also stamps the internal job ticket of its output with the unique identifier so that confirmations can be matched with the packed data without opening the ZIP file.
See Acknowledged job hand-off for an example of how to use this tool.
Keywords can be used with the search function above the Elements pane.
The keywords for the Pack job element are:
Pack job allows only a single outgoing connection.
Property |
Description |
---|---|
Name |
The name of the flow element displayed in the canvas |
Include internal metadata |
If set to "Yes", the output archive contains internal job ticket information for the job (including email info, hierarchy info, private data fields, etc.) |
Include external metadata |
If set to "Yes", the output archive contains a copy of the external metadata (that is, all datasets) associated with the job Embedded metadata is always included since it is part of the job file itself |
Compress |
If set to yes, the data in the output archive are compressed (the default behavior) If set to no, the data are stored in the output archive without compression, dramatically reducing processing time; this can be meaningful when speed is more important than size, or when the data does not compress well (example: JPEG images) |
Password |
The password used for protecting the output archive, or empty if no password-protection should be used |