1. If a template file is declared active = "no" ,does it become active anyway if it is a successor or predecessor of any other task?2.If active attribute is not declared for any template file then what does it become by default ;active/inactive?Thanks in advance.
Is it necessary that all the .wft files have corresponding .cfgs ?And why?
Nipper - Thank for your reply.I am new to Teamsite and trying to learn as much as possible.Can you please explain this submit task.As far as I understood this is the task that is initiated when the workflow starts first as start = "t" ,name,desc ,unlock ...all that is fine. If this succeeds then its successor load_content becomes active .What about the ?I dint understand that part.Can you please explain.[html]k = "t" override = "t" skiplocked = "f" description = "submit" savecomments = "t" skipconflicts = "f"> __INSERT__($iw_selected_files);[/html]
Nipper - Thanks for your reply.I am new to Teamsite and trying to learn as much as possible.Can you please explain this submit task.As far as I understood this is the task that is initiated when the workflow starts first as start = "t" ,name,desc ,unlock ...all that is fine. If this succeeds then its successor load_content becomes active .What about the activation?I dint understand that part.Can you please explain.