cancel run API (#2067)

This commit is contained in:
Shuchang Zheng
2025-04-01 23:48:39 -04:00
committed by GitHub
parent f317b71468
commit c664cfb5a9
3 changed files with 100 additions and 7 deletions

View File

@@ -1547,8 +1547,8 @@ class AgentDB:
async def get_workflow_runs_by_parent_workflow_run_id(
self,
organization_id: str,
parent_workflow_run_id: str,
organization_id: str | None = None,
) -> list[WorkflowRun]:
try:
async with self.Session() as session: