Hi,I am using workflow model 1.0.0.1 and TS 6.7.1 SP1 on solaris 10.I need to run a deploy task which reads a deployment descriptor file.This file as 2 variables area and filelist becuase i want to use filelist deployment. I am not sure how do i specify the value of these 2 variables in the deploy task.Following are the few lines from the deployment descriptor.[html][/html]I am setting the name of this deployment descriptor as odDeploymentName task variable.Please help how this can work, and if i need to pass some variables to the deployTask.Following is the error I am getting.Need to wait for deployment to complete. ***ERROR - Starting deployment. Reason from server: DEPLOY_CONFIG_FILE Details : Area = not found. I tried setting these variables as taskVariables, WF start OP but no use.Note deployment task now uses JAVA class and not a perl script so i can not pass any parameters as arguments.