Skip to content

Integrating a New Task

Tasks can be broadly categorized into two types:

  • "First-party" - where the analysis or executed code is maintained within this library.
  • "Third-party" - where the analysis, code, or program is maintained elsewhere and is simply called by a wrapping Task.

Creating a new Task of either type generally involves the same steps, although for first-party Tasks, the analysis code must of course also be written. Due to this difference, as well as additional considerations for parameter handling when dealing with "third-party" Tasks, the "first-party" and "third-party" Task integration cases will be considered separately.