Skip to main content

Module task

Module task 

Source
Expand description

§Task Module

This module defines the Task structure, which represents a single processing unit within a workflow. Tasks are the fundamental building blocks of data processing pipelines.

Structs§

Task
A single processing unit within a workflow (also known as an Action in rules-engine terminology).
TaskGroup
A contiguous run of tasks sharing one condition, and optionally ending the workflow once the run completes.

Enums§

HaltOn
When a task’s own outcome ends the workflow — the outcome complement of Task::terminal.