app.enricher.workflow
Stub strategy for workflow enrichment.
Currently acts as a no-op placeholder. It does not enrich any node, but provides an extension point for future workflow-specific logic.
Module Contents
- class app.enricher.workflow.WorkflowEnricherStrategy
Placeholder strategy for workflow-targeted enrichment.
Returns no results for now. Add logic here to generate workflow-specific enrichments if needed in the future.