TeamSite 6.5 SP1Solaris 2.9I have a cgi task in a workflow that calls the Interwoven provided metadata tagging functionality (not metatagger).The command of the cgi task is /iw-cc/tagI want to allow the user to enter their values and hit the save and close and move the workflow along without having to choose the transition and enter transition comments.I have played with the parameters that are passed to the URL and can't seem to find a combination that gives the desired functionality.cgi_transition=falsedo_transition=transition=0 or "Complete"Can someone shed some light on this, or do our users just have to deal with the extra clicks?
I haven't tried using the CCI URL for metadata capture (I usually call the iwmetadata.cgi directly or via a wrapper script) - but perhaps if you set the done_page for 'tag' to point to the CCI URI for 'transitiontask' with cgi_transition=true - it might work...
Well done Adam, you were pretty close.I opened up a support case, but in essence the solution is as you describe. You need to override the done_page parameter sent via the Content Center interface with a call to the transitiontask CCI URL, specify the transition name via a transition request parameter, and then add a do_transition request parameter and set it to true.Now if only you could change the buttons at the bottom to be something like Next >> .........Hope this helps someone else.