Expand description
Utility functions and helpers.
Structs§
- Workflow
Statistics - Workflow statistics.
Functions§
- calculate_
parallelism - Calculate task parallelism opportunities.
- clone_
workflow - Clone a workflow with a new ID.
- estimate_
workflow_ duration - Calculate estimated workflow duration.
- expand_
env_ vars - Expand environment variables in a string.
- expand_
template - Expand template variables in a string.
- find_
critical_ path - Find critical path in workflow.
- format_
duration - Format duration as human-readable string.
- generate_
task_ name - Generate a unique task name.
- get_
workflow_ statistics - Get workflow statistics.
- merge_
configs - Merge workflow configurations.
- normalize_
paths - Normalize file paths in workflow.
- parse_
duration - Parse duration from string (e.g., “1h30m”, “90s”, “1.5h”).
- sanitize_
task_ name - Sanitize task name (remove invalid characters).