Expand description
Task execution and management module
This module provides the core types for task execution, matching the CUE schema.
Re-exports§
Modules§
- executor
- Task executor for running tasks with environment support
- graph
- Task graph builder using petgraph
Structs§
- Shell
- Shell configuration for task execution
- Task
- A single executable task
- Tasks
- Root tasks structure from CUE
Enums§
- Task
Definition - A task definition can be either a single task or a group of tasks
- Task
Group - Represents a group of tasks with execution mode