export interface Connection { sourceActivityId: string; destinationActivityId: string; outcome: string; }