Skip to content

Workflows

A workflow is an ordered sequence of tasks that processes the images in a dataset — for example converting to OME-Zarr, segmenting objects, then measuring features. You build a workflow by adding and arranging tasks, then run it on a dataset to produce results.

Why workflows exist

TODO

Building a workflow from tasks

A workflow is assembled from tasks, each a single processing step. TODO — ordering, arguments

Running a workflow

TODO — running on a dataset; what a run produces (see Jobs).

Under the hood: task arguments, versions and reproducibility

TODO