refactor: use EnumText for WorkflowAppLog.created_from and WorkflowArchiveLog columns (#33954)

This commit is contained in:
tmimmanuel
2026-03-23 18:44:46 +01:00
committed by GitHub
parent f5cc1c8b75
commit 20fc69ae7f
5 changed files with 29 additions and 22 deletions

View File

@ -705,7 +705,7 @@ class WorkflowAppGenerateTaskPipeline(GraphRuntimeStateSupport):
app_id=self._application_generate_entity.app_config.app_id,
workflow_id=self._workflow.id,
workflow_run_id=workflow_run_id,
created_from=created_from.value,
created_from=created_from,
created_by_role=self._created_by_role,
created_by=self._user_id,
)