From ead330298b15a5685ae45540a89d3891a60ad790 Mon Sep 17 00:00:00 2001 From: yumoqing Date: Fri, 13 Mar 2026 14:48:46 +0800 Subject: [PATCH] bugfix --- dagflow/dagflow.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dagflow/dagflow.py b/dagflow/dagflow.py index 02b6857..e14e5fa 100644 --- a/dagflow/dagflow.py +++ b/dagflow/dagflow.py @@ -454,7 +454,7 @@ where instance_id=${instance_id}$ 'id': node['id'], 'status': 'failed', 'stopping_at': timestampstr() - } + }) async def list_human_tasks(self, org_id, user_roles): env = ServerEnv()