export interface WorkflowEdgeSchema { sourceNodeID: string; targetNodeID: string; sourcePortID?: string; targetPortID?: string; }