Expand description
Pure workflow processing functions
These functions handle workflow logic without performing any I/O operations. They process workflow data, validate conditions, and compute state changes.
Structs§
- Resolved
Variable - Workflow variable resolution result
- Step
Progress - Calculate step progress
- Validation
Result - Workflow validation result
Enums§
- Command
Type - Determine command type from a command string
Functions§
- calculate_
step_ progress - extract_
command_ content - Extract command content after the type prefix
- extract_
variable_ names - Extract variable names from a template string
- interpolate_
variables - Pure variable interpolation
- parse_
command_ type - Parse command type from command prefix
- validate_
workflow_ structure - Validate workflow structure