Expand description
Task executor for running tasks with environment support and hermetic, input-addressed execution
- Environment variable propagation
- Parallel and sequential execution
- Hermetic workdir populated from declared inputs (files/dirs/globs)
- Persistent task result cache keyed by inputs + command + env + cuenv version + platform
Structs§
- Executor
Config - Task executor configuration
- Task
Executor - Task executor
- Task
Result - Task execution result
Constants§
- TASK_
FAILURE_ SNIPPET_ LINES - Number of lines from stdout/stderr to include when summarizing failures
Functions§
- execute_
command - Execute an arbitrary command with the cuenv environment
- summarize_
task_ failure - Build a compact, user-friendly summary for a failed task, including the exit code and the tail of stdout/stderr to help with diagnostics.