Expose workflow effect reconciliation controls

This commit is contained in:
2026-08-03 06:37:45 +02:00
parent 6e27e72a54
commit 7936aadd93
3 changed files with 11 additions and 1 deletions
+1 -1
View File
@@ -640,7 +640,7 @@ export function resolveWorkflowStep(
instanceId: string,
stepId: string,
payload: {
action: "complete" | "approve" | "changes" | "reject" | "resume" | "retry" | "cancel";
action: "complete" | "approve" | "changes" | "reject" | "resume" | "retry" | "confirm_effect" | "confirm_absent" | "cancel";
output?: Record<string, unknown>;
evidence?: string[];
comment?: string | null;