this.workflowBatch = workflowBatch;
this.metricsCollectionService = metricsCollectionService;
//TODO: Metrics needs to be initialized here properly when implemented.
this.loggingContext = new SparkLoggingContext(getAccountId(), getApplicationId(), getProgramName());
this.sparkSpec = sparkSpec;
}