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

Interface WorkflowTransition

frontend/src/store/workflowStore.ts:45–51  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

43}
44
45interface WorkflowTransition {
46 from_phase: WorkflowPhase;
47 to_phase: WorkflowPhase;
48 timestamp: string;
49 reason?: string;
50 triggered_by: string;
51}
52
53interface WorkflowState {
54 pipeline_id: string;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected