skip stage configured and working

This commit is contained in:
IGNY8 VPS (Salman)
2026-01-17 00:10:26 +00:00
parent cf755b23dc
commit 97f5ff8167
7 changed files with 253 additions and 38 deletions

View File

@@ -7,6 +7,13 @@ export interface AutomationConfig {
is_enabled: boolean;
frequency: 'daily' | 'weekly' | 'monthly';
scheduled_time: string;
stage_1_enabled: boolean;
stage_2_enabled: boolean;
stage_3_enabled: boolean;
stage_4_enabled: boolean;
stage_5_enabled: boolean;
stage_6_enabled: boolean;
stage_7_enabled: boolean;
stage_1_batch_size: number;
stage_2_batch_size: number;
stage_3_batch_size: number;