Hello,
I'm trying to implement a workflow that deploys the file attached to the it. I'm using the filelist deployment and in an external task I'm generating the file with the contents to be deployed.
After this task I've another external task to call the deployment through a command line to be able to pass the filename to OpenDeploy, as follows:
open COMMAND, "D:\iw-home\iw-perl\bin\iwperl

\OpenDeploy\OpenDeployNG\solutions\perl\iwodstart.ipl testDeployment -k filelist=myfile.txt";
close COMMAND;
I've read in another post that iwodstart command shouldn't be used and to use iwodstart.ipl from the folder shown above. Anyway neither of them work, while if I execute them in the command line the deployment is executed.
Could anyone tell me if I'm calling the deployment in the proper way or there's something wrong with those two lines?
TeamSite 6.7.1
OD 6.2.0
Workflow Modeler
Thanks a lot,