Complete enhancement workflow definition (dataclass). Holds name, description, version, list of WorkflowStage objects, PostProcessConfig, variable substitutions, and optional inheritance via 'extends'.
| Visibility | Name | Type | Description |
|---|---|---|---|
| public | name | str | |
| public | description | str | |
| public | version | str | |
| public | applies_to | list[str] | |
| public | variables | dict[str, Any] | |
| public | stages | list[WorkflowStage] | |
| public | post_process | PostProcessConfig | |
| public | extends | str |
| Name | Value |
|---|---|
| name | EnhancementWorkflow |
| stereotype | null |
| visibility | public |
| isAbstract | false |
| isFinalSpecialization | false |
| isLeaf | false |
| isActive | false |