TS732, Linux
-------------------
Can we still use workflow templtes with TS732 ? WFM is provided with 732. I am just wondering, if TS still supports wf templates with this version.
Thanks
Yes you can. It's not likely WFTs will disappear very soon.
To expand a bit on what @Smitty97007 said: WFTs and WFMs are two distinct means for implementing workflows - both go through an instantiation process that yields what is called a job specificiation - which is purely XML (no embedded Perl, Java, or JavaScript).
The job specification is what gets processed by the underlying workflow engine (essentially the second part of the instantiation process) to create the jobs.
As such - for the time being and the forseeable future - both WFTs and WFMs can be used to create workflows / jobs within TeamSite.
From the vendor's perspectve - WFMs are the preferred method.
From the developer's perspective - a lot depends on how long they've been doing this kind of development (some of us still like Perl) and what they're planning to do with it - i.e.: If you intend to programmatically initiate the job (through means other than the Submit or New Job or DCT Finish buttons), the WFTs offer more flexibility than WFMs)