Composite actors

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.

Composite

You can read more about building composite actors at following location: Composite actor based loop

Last updated