fix: harden workflow execution recovery

This commit is contained in:
liujing
2026-07-17 15:56:58 +08:00
parent 90551414b1
commit fb39ab289a
14 changed files with 355 additions and 30 deletions
+1 -1
View File
@@ -57,7 +57,7 @@ async function main() {
break;
case "retry-execute":
await retryExecuteWorkflow({ runId: args.runId });
await retryExecuteWorkflow({ runId: args.runId, sessionId: args.sessionId });
break;
case "decide":