Expose workflow effect reconciliation controls
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user