Seismic · Arazzo Workflow
Seismic Download a Content Version
Version 1.0.0
Resolve a content item, inspect its versions, and download a specific or latest version.
Provider
Workflows
download-content-version
Download the file for a content item, preferring its latest known version.
Confirms the content item exists, lists its versions, and downloads either the latest version when one is found or the current file when no version history is present.
1
getContent
getContentItem
Read the content item detail to confirm it exists and capture its file type.
2
listVersions
listContentVersions
List the versions of the content item so the most recent version can be targeted for download.
3
downloadVersion
downloadContentFile
Download the file for the most recent version found in the version list.
4
downloadCurrent
downloadContentFile
Download the current file when the content item has no version history.