Home
TeamSite
Workflow: Metatagging
frogman
Hi,
This post refers to earlier posting "Workflow Best Practices"
We have a simple workflow:
Create Content --> Generate Pages --> Set Metadata --> Submit --> Deploy
The workflow now requires an extra task:
Create Content --> Generate Pages --> Set Metadata --> Review Metadata --> Update Navigation --> Submit --> Deploy
The Review Metadata task is a cgitask that invokes iwmetadata.cgi when the user clicks Start. Problem is that we have three attached files: the DCR, an xml file for use by the Update Navigation usertask further on in the workflow, and the generated HTML. The metatagger wants to tag all three files. Is there a way of getting the Metatagger to only process the generated HTML file?
Platform is Teamsite 6.1 SP1 on Windows. Metatagger is 4.0
Any advice greatly appreciated.
Find more posts tagged with
Comments
Adam Stoller
Is this in CCPro or CCStd interface?
I believe there are some issues with the CCStd wizards that make this kind of filtering difficult if not impossible.
In CCPro I think it would depend on parameters that you set/pass to the Set Metadata CGI script. I don't remember the specific parameters to pass - but I imagine that if you search the forums you'll find at least one example (if you can't find anything in the manuals or through perldoc on the CGI itself).
--fish
Senior Consultant, Quotient Inc.
http://www.quotient-inc.com
anthonyl
There's a Feature Request for the ability to customize the 'wizard' - we want to the same thing. The FR# is 55882
frogman
Yes, I saw that after my post. I thought it was going to come in with 6.1
Found a workround though - I'm using a generic attachFiles external job to attach files as and when I need them. seems to do the trick however, having fun with locks now!