export interface WorkflowVariables { workflowId: string; name: string; value: string; isSecret: boolean; }