Skip to main content
Version: 23.2.0

Processes

The Processes panel displays the status of each process in a pipeline run. In Nextflow, a process is an individual step in a pipeline, while a task is a particular invocation of a process for given input data. In the panel, each process is shown with a progress bar indicating how many tasks for that process have been created, submitted, completed, failed, etc.

In the example below, the fastqc process has executed four tasks, all of which completed successfully.

Selecting a process navigates to the Tasks table and filters it by the selected process.