refactor(workflow_cycle_manager): Removes unused workflow_run attribute

Signed-off-by: -LAN- <laipz8200@outlook.com>
pull/20067/head
-LAN- 1 year ago
parent e016482fcd
commit 7485bcce4c
No known key found for this signature in database
GPG Key ID: 6BA0D108DED011FF

@ -80,7 +80,6 @@ class WorkflowCycleManager:
workflow_execution_repository: WorkflowExecutionRepository,
workflow_node_execution_repository: WorkflowNodeExecutionRepository,
) -> None:
self._workflow_run: WorkflowRun | None = None
self._application_generate_entity = application_generate_entity
self._workflow_system_variables = workflow_system_variables
self._workflow_execution_repository = workflow_execution_repository

Loading…
Cancel
Save