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
  1. Actors

Composite actors

PreviousDownload filesNextBuilding workflows

Last updated 6 years ago

Composite actors can embed multiple actors or even whole workflows. This way, it is possible to reduce size of the workflow by splitting it into smaller chunks.

Creating composite actors is as simple as putting special actor on canvas.

You can read more about building composite actors at following location:

Composite actor based loop
Composite