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
  • GetAllApplications
  • Inputs
  • Outputs
  1. Actors

Getting applications list

PreviousActorsNextGet application

Last updated 6 years ago

This actor allows to retrieve all the applications available in Future Gateway installation

GetAllApplications

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

Outputs

  • output - JSON based output with all the applications available in Future Gateway installation

GetAllApplications