Expand description
Derivation logic for task run creation.
This module handles deriving runs from task specifications according to their run policies.
Modules§
- once
- Once derivation - creates exactly one run for tasks with Once policy.
- repeat
- Repeat derivation - creates multiple runs for tasks with Repeat policy.
Structs§
- Derivation
Success - Success result from run derivation.
Enums§
- Derivation
Error - Error returned when run derivation fails.
Functions§
- derive_
runs - Derives runs from a task run policy.
Type Aliases§
- Derivation
Result - Result of deriving runs for a task from its run policy.