Home
TeamSite
how to configure metadata with workflow
System
I have to configure meta data capture screen with workflow. So i want to know how exactly to proceed in that manner?
Thanks
akr143
Find more posts tagged with
Comments
gzevin
in the solutions directory that comes with TeamSite there are a few workflows that have iwmetadata.cgi as a cgitask. have a look and adopt for your needs.
Greg Zevin, Ph.D. Comp. Sc.
Independent Interwoven Consultant/Architect
Sydney, AU
tsrookie
Hi there have just done exactly the same thing in our workflow.
Here is the xml for the cgi task, modify where necessary, note the command sub element that calls iwmetadata.cgi as mentioned by greg. as is this task could be used as a start task in your workflow.
<cgitask lock = "f" name = "Author Add Metadata" owner = "__INSERT__($wf_Owner);" immediate = "t" start = "t" description = "Business Unit author to set metadata">
<areavpath v = "__INSERT__($wf_Workarea);"/>
<successors>
<successorset description = "Success">
<succ v = "Set Default MetaData"/>
</successorset>
</successors>
<command v = "iwmetadata.cgi"/>
__INSERT__($iw_selected_files);
</cgitask>
regards
Colin