Concept: Encoding Steps
Encoding steps enable you to encode, decode, compress, and decompress the contents of the
MediationContext
. Workday Studio provides these
Encoding
steps on the
Palette
:Name | Function | Notes |
|---|---|---|
pgp-encrypt
| Retrieves a public key and encrypts outbound data using PGP. |
|
pgp-decrypt
| Retrieves a private key and decrypts inbound data that was encrypted using
PGP. | |
base64-decode
| Decodes a Base64 encoding of attachment data to binary format. | |
base64-encode
| Encodes binary attachment data in Base64-encoding format. | |
zip
| Transforms the root part and attachments from the MediationContext
into a ZIP file. | |
unzip
| Extracts the contents of a ZIP file. |
|
compress
| Transforms a single file in the MediationContext to a GZIP or BZIP2
file. |
|
decompress
| Extracts the contents of a single GZIP or BZIP2 file. |