OD 5.6
Within a deployment config, if I have multiple <execDeploymentTask> elements, is there a way to ensure a delay between the actual deployments of these elements? It appears if I have more than one of these in my config:
<deployment transactional="no" >
<execDeploymentTask useDefinition="tif_files" downRev="" >
</execDeploymentTask>
<execDeploymentTask useDefinition="txt_file" downRev="" >
</execDeploymentTask>
<execDeploymentTask useDefinition="mac_file" downRev="" >
</execDeploymentTask>
</deployment>
and I want to ensure that the mac_file definition deploys at least 15 seconds after the other two definitions - is it possible to set that up in the config? I can't find anything that would allow me to do that, but it seems like that would be an option that should be in there. Am I missing it or is it just not an option?
Dave SmithSr. Software Engineer
Nike, Inc.
(503) 671-4238
DavidH.Smith@nike.com