Tasks¶
A Fractal task is a single processing step: a reusable unit that performs processing on OME-Zarrs based on defined parameters. Tasks are the building blocks you assemble into workflows, and you add new ones to Fractal through task collection.
Why tasks exist¶
TODO
Where tasks come from¶
Tasks arrive in Fractal through task collection, usually as task packages. TODO
How tasks combine into workflows¶
TODO — inputs/outputs, parameters, ordering into a workflow.
Under the hood: task packages, versions and arguments schemas
TODO
Related¶
- Reference: Task collection · Templates
- Concepts: Workflows