export_package
Export a Workato folder as a zip package, downloading and extracting it to a local directory for backup or transfer.
Instructions
RLCM EXPORT (Workato -> local): build a throwaway manifest for a folder, build+poll the package, download the zip to out_dir+'.zip', and unzip into out_dir. Returns {package_id, status, out_dir, files}. WARNING: OVERWRITES out_dir (and the .zip). Confirm with the user before calling. with_data/with_tests include data + test cases.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | No | ||
| out_dir | Yes | ||
| folder_id | Yes | ||
| with_data | No | ||
| with_tests | No |