export interface IWorkflowLog { id: number; correlationId: string; occurredAt: Date; logText: string; }