Update workflow response and webhook, bugfix: workflow is always completed (#328)

This commit is contained in:
Kerem Yilmaz
2024-05-16 13:44:53 -07:00
committed by GitHub
parent e6cee25416
commit 7d3bb704ed
3 changed files with 30 additions and 43 deletions

View File

@@ -491,7 +491,6 @@ async def get_workflow_run(
return await app.WORKFLOW_SERVICE.build_workflow_run_status_response(
workflow_id=workflow_id,
workflow_run_id=workflow_run_id,
last_block_result=None,
organization_id=current_org.organization_id,
)