export interface IterationContext { currentIteration?: string; parentIterations?: string[]; } export interface Workflow { variables?: Record; objectsForIteration?: Record; phases?: any[]; } // Core system types