ActiveProcessDAO activeProcessDao, ActiveProcess process)
{
this.runtime = runtime;
this.activeProcessDao = activeProcessDao;
this.process = process;
this.processLogDao = new ProcessLogDAO(runtime.getSchedulerDB());
// this.dlManager = runtime.getDownloadManager();
//File baseInstallDir = runtime.getJobInstallDir();
// processInstallDir = new File(baseInstallDir,
// process.getResponder().getTaskTypeGuid()+"."+Math.random());
webappDir = runtime.getContainerAppDir();