Hi,I need some information regarding the dataDeploy using workflow. First the workflow will be initiated then the attached files will be deployed to the target environment using OpenDeploy, then I have to invoke the DataDeploy command from the OpenDeploy to read the DCR's and insert it into the database table.Any ideas.Thanks.
Hi kshitiz,According to your points, I have a query.1. If we are invoking the datadeploy from openDeploy, openDeploy will invoke first ie. the attached files will be deployed to the target environment first and then we are invoking the datadeploy command. If there is any failure occurred while invoking the datadeploy and we are not stoping the opendeploy command. Then how it is going to be a transaction in the first scenario which you have mentioned.
2. According to the second scenario I have already added two external tasks, one for openDeploy to the target environment and other for the dataDeploy. If there is any failure occurred in the openDeploy then I am not invoking the dataDeploy external task and once openDeploy was successful then only I am invoking the dataDeoploy. If there is any failured occurred in the dataDeploy external task again I am invoking this external task.
3. I have created one dataDeploy configuration file, in that if I mentioned 'path name="templatedata/pages/" visit-directory="deep" ' under the 'source' element, will it retrieve all the DCRs under the pages directory and store it in a database?
Here my query is, if I attached only 10 files to the workflow from different folders under pages directory. I want to deploy those files which are attached to the workflow.ie.. I want to run the dataDeploy command for those attached files only, not for the other files?Is there any possiblity?