Module task_executor

Module task_executor 

Source
Expand description

§Task Execution Module

This module handles the execution of individual tasks within workflows. It provides a clean separation of concerns by isolating task execution logic from the main engine orchestration.

Structs§

TaskExecutor
Handles the execution of tasks with their associated functions