script run - fix post action screenshot mismatch issue (#3346)

This commit is contained in:
Shuchang Zheng
2025-09-03 16:52:18 +08:00
committed by GitHub
parent e5612540b2
commit 01fed0babc
3 changed files with 6 additions and 2 deletions

View File

@@ -306,6 +306,8 @@ async def _create_workflow_block_run_and_task(
status=StepStatus.running,
)
step_id = step.step_id
# reset the action order to 0
context.action_order = 0
# Update workflow run block with task_id
await app.DATABASE.update_workflow_run_block(