diff --git a/wwwroot/manual_step.dspy b/wwwroot/manual_step.dspy index 6508e69..ccfe8b0 100644 --- a/wwwroot/manual_step.dspy +++ b/wwwroot/manual_step.dspy @@ -1,5 +1,5 @@ if params_kw.id: - async with get_sql_context(request._run_ns, 'dagflow') as sor: + async with get_sor_context(request._run_ns, 'dagflow') as sor: recs = await sor.R('flow_instance', {'id': params_kw.id}) if recs: await flow_engines[0].step(recs[0])