MCPcopy Create free account
hub / github.com/ScrapeGraphAI/scrapecraft / ApprovalRequest

Interface ApprovalRequest

frontend/src/store/workflowStore.ts:35–43  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

33}
34
35interface ApprovalRequest {
36 id: string;
37 phase: WorkflowPhase;
38 action: string;
39 data: any;
40 created_at: string;
41 expires_at?: string;
42 status: 'pending' | 'approved' | 'rejected' | 'expired';
43}
44
45interface WorkflowTransition {
46 from_phase: WorkflowPhase;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected