workflows GET fix (#3118)

This commit is contained in:
Jonathan Dobson
2025-08-06 15:18:58 -04:00
committed by GitHub
parent 87b06ae857
commit 173e8e0670

View File

@@ -261,6 +261,8 @@ def convert_to_workflow(workflow_model: WorkflowModel, debug_enabled: bool = Fal
deleted_at=workflow_model.deleted_at,
status=WorkflowStatus(workflow_model.status),
extra_http_headers=workflow_model.extra_http_headers,
use_cache=workflow_model.use_cache,
cache_key=workflow_model.cache_key,
)