do not delete cache when running task v2 while workflow is being updated (#3586)

This commit is contained in:
Shuchang Zheng
2025-10-01 17:00:35 -07:00
committed by GitHub
parent d6332e65be
commit f43467c2fd
2 changed files with 6 additions and 1 deletions

View File

@@ -812,6 +812,7 @@ async def run_task_v2_helper(
organization=organization,
request=workflow_create_request,
workflow_permanent_id=workflow.workflow_permanent_id,
delete_script=False,
)
LOG.info("Workflow created", workflow_id=workflow.workflow_id)