867572666f0df0188612bd5199186553bd670e30436d3421e4242ab391ef48b4c453bcaed62e7490
24
 
24
 
25
 
25
 
26
case class IntegrationTask(job: IntegrationJob) extends ModuleTask {
26
case class IntegrationTask(job: IntegrationJob) extends ModuleTask {
27
  val name = Identifier("integrationJob_"+ System.currentTimeMillis())  //TODO add integration jobs identifier
27
  val name = Identifier("integrationJob")  //TODO add integration jobs identifier
28
}
28
}