cursus.mods.exe_doc.utils¶
Utility functions for execution document generation.
This module provides common utility functions used across the execution document generation system.
- determine_step_type(step_name, config)[source]¶
Determine the step type for execution document based on step name and config.
Uses the existing registry system to determine step types accurately.
- validate_execution_document_structure(execution_document)[source]¶
Validate that the execution document has the expected structure.
- create_execution_document_template(step_names)[source]¶
Create a basic execution document template with the given step names.