Skip to main content

Module validation

Module validation 

Source
Expand description

Workflow and task validation.

Structs§

ComplexityAnalyzer
Workflow complexity analyzer.
ComplexityMetrics
Workflow complexity metrics.
NoCyclesRule
Rule: No cycles in workflow DAG.
NoOrphanTasksRule
Rule: No orphan tasks (all tasks should be reachable).
TaskValidator
Task validator.
ValidDependenciesRule
Rule: Task dependencies are valid.
ValidEdgesRule
Rule: All edges reference valid tasks.
ValidTaskTypesRule
Rule: All task types are valid.
ValidationReport
Validation report.
WorkflowValidator
Workflow validator.

Enums§

ComplexityLevel
Complexity level.

Traits§

ValidationRule
Validation rule trait.