On August 11, 2023, Cisco announced that Cisco SecureX will go end-of-life on July 31, 2024. The content in this Github repository will not be actively maintained following this announcement.

Files

Orchestration workflows have limited file handling available. For the most part, workflows are limited to downloading files from a remote source and uploading files to a remote destination. You do not have access to the filesystem itself, nor do most other activities support files as input.


Notes

  • A workflow can have a File as an input variable but not as an output variable.
  • Orchestration does not have persistent storage for files. If a workflow downloads a file, it is only stored for the duration of the workflow instance and when the workflow completes it’s deleted.

Table of contents