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

Get application

PreviousGetting applications listNextGetting tasks list

Last updated 6 years ago

Retrieves information regarding specified application.

GetApplication

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

  • id - ID of the application to be queried

Outputs

  • output - JSON based description of application

It is possible to retrieve all the applications using actor.

GetAllApplications
GetApplication