Hi Friends,I have implemented a workflow which inclueds the following task.1.Author select a file from workarea and starts the workflow.2.selected files submitted to the stagin area.3.Simple perl script creates edition4.Deployment script deploys the selected files to the web server.i am using filelist deployment here.5.Author task to do some business operations.Now my requirement is that If (5)Author task doesnt agree with the deployment,then there will be another external task which will deploy from previous edition.Is it possible to deploy from dynamically created editions?Please let me know what are the available options to me.Environment:TS 671SP1 OD61 on solararis 10Thanks in advance
I would rethink your approach. I am not a fan of potentially having the production server different from what is in Staging. If you walk a few jobs through in your head (I change foo it get submitted and Bo rejects it. Someone else changes foo, my changes are still there - then you are screwed - either everything is rejected or my changes go out)Garner all of your approvals first, then submit and deploy.
Thanks for your reply.I know the approach is not good but client was asking for the same.
That might be difficult when your client is in a different country and you have no direct line of communication. Hypothetically, of course...You get what you pay for.
Good point, when it does break it wil be a great opportunity for someone like me to come in and fix it.
I do not care. The client is asking for something that will, I guarantee, break. And when it does it will not be pretty.If you want to play in this space you need to be able to explain to the customer why that approach is bad and propose alternatives that still meet their needs, but will not cause long term problems.
Is it possible to deploy from previous edition in filelist deployment?Any pointers on the same will help.