indigokepler
  • Introduction
  • Actors
    • Getting applications list
    • Get application
    • Getting tasks list
    • Create task
    • Delete task
    • Get task
    • Get outputs list
    • Upload files
    • Download files
    • Composite actors
  • Building workflows
  • Developing actors
Powered by GitBook
On this page
  • Download files
  • Inputs
  • Outputs
  1. Actors

Download files

Downloads specified files into local directory

Download files

Inputs

  • trigger - this port can be used to control execution of the actor

  • futureGatewayURI - address of Future Gateway installation

  • authorizationToken - user's token for authorization

  • outputFiles - list of files to be downloaded

  • localFolder - local folder where files will be stored

Outputs

  • output - BooleanToken with value true when files are retrieved successfully, false - otherwise.

PreviousUpload filesNextComposite actors

Last updated 6 years ago