Hi I am using the concurrent approval workflow in the examples folder(It suits the requirement).There are 2 problems1) When the TS editor clicks 'assign ' and selects the WF ,in the job form he should have an option "Do u want the file to be deployed after submission" and two radio-buttons for 'yes' and 'no'.How should i achieve this?I have attached the file.2)In the same workfolw file ,I tried a lot but was unable to get any file attahced to the task while assigning.I added some lines from a previous work flow to the code.But it isnt working .Please suggest something.Thanks
As an after-thought - what UI are you using? CCPro or CCStd?CCPro allows you to select files before clicking buttons / selecting menu options.CCStd requires that you go through the wizard interface - as I've almost never used CCStd I'm not sure exactly what the procedure for attaching files is in this case - you might need to create a cgitask / CGI script for the start task that will allow you (the job initiator) to select files (not necessarily a trivial task - I believe you can find some pointers in the threads here, but chances are you'll have to work most of it out yourself)
Reference to your first point :: where are the radio buttons for selection ?To the second point, once you select the files and then click assign files get attached to the workflow, you do not have to do anything for that.