fix workflow cleanup bug when there are no tasks created for the workflow (#1279)
This commit is contained in:
@@ -820,7 +820,8 @@ class WorkflowService:
|
|||||||
)
|
)
|
||||||
if browser_state:
|
if browser_state:
|
||||||
await self.persist_video_data(browser_state, workflow, workflow_run)
|
await self.persist_video_data(browser_state, workflow, workflow_run)
|
||||||
await self.persist_debug_artifacts(browser_state, tasks[-1], workflow, workflow_run)
|
if tasks:
|
||||||
|
await self.persist_debug_artifacts(browser_state, tasks[-1], workflow, workflow_run)
|
||||||
if workflow.persist_browser_session and browser_state.browser_artifacts.browser_session_dir:
|
if workflow.persist_browser_session and browser_state.browser_artifacts.browser_session_dir:
|
||||||
await app.STORAGE.store_browser_session(
|
await app.STORAGE.store_browser_session(
|
||||||
workflow.organization_id,
|
workflow.organization_id,
|
||||||
|
|||||||
Reference in New Issue
Block a user