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

Get task

PreviousDelete taskNextGet outputs list

Last updated 6 years ago

Retrieves information regarding given task

GetTask

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 task to be queried

Outputs

  • output - JSON based output with task description

Task Description constains information regarding task type, status, input files, output files.

GetTask