-
How to get the full path of attached files
Hi I will be starting a workflow from one workarea and after that within workflow i will be attaching files to this workflow from some other branch. In submit task i want that all the files should be submitted to their own STAGING Area. For this i am planning to create a perl file that will read the full path of attached…
-
TS6.x GUI customization Survey
Looking for use cases for TS6.x GUI customizations We are currently conducting an informal study of use cases for TeamSite GUI customization using UI Toolkit framework. It's has been a great improvement over the past TeamSite version as far as the ease of customization and entry points of customizations. Still, there are a…
-
Managing two OD servers
Hi, We have two teamsite servers dev and prod. On both of these we have OD base installed. I have just installed Admin Server on dev only. using this I could do the deployments from dev teamsite. I added production teamsite server through OD Admin UI. But when I go to Manage servers, it shows both dev and production…
-
Deployment User drop down list empty
Hi, I would like to restrict some deployments to only to specific users. I tried to do it from Admin interface. User Access->Deployments. But Deployment User: drop down is not coming up. Also "New deployment to add" button does not show anything. Please help. Thanks
-
"In Process" display for page generation
We have a Presentation Template that does a good amount of processing and it's called as a CGI task with a workflow that's executed on tt_data. So, basically, it appears as an all-in-one operation, although there are subcomponents. The PT / CGI task may take up to 10 seconds or so to complete -- which is a long time if…
-
isVisible returns inaccurate information
On TS 6.1 SP1 for Win2k, I'm trying to hide a container immediately when the DCT opens. IWDatacapture.getItem("/****").setVisible(false); After I've called IWDatacapture.redraw(), it's still visible -- even more bizarre, when I call: alert(IWDatacapture.getItem("/****").isVisible()); ... it pops up as "false". Whaaaa? Dave…
-
TeamSite & SCORM
Was wondering if TeamSite could be adapted for SCORM implementation. It has a strong meta-tagger so thats one good thing going for it in that direction. But beyond that ... how far can TeamSite go in storing and combining records as SCO's in the SCORM context? Manifests? etc. Any input / insight would be appreciated.
-
Installer Survey B Round
The survey gathered more than 50 great responses last week. Thanks to all of you who filled it out. We've re-opened the survey for another round of data gathering. If you're just seeing this message, or if you saw the previous post but didn't have the chance to fill it out yet, please do so over the next week. We're…
-
Installer Survey B Round
The survey gathered more than 50 great responses last week. Thanks to all of you who filled it out. We've re-opened the survey for another round of data gathering. If you're just seeing this message, or if you saw the previous post but didn't have the chance to fill it out yet, please do so over the next week. We're…
-
Installer Survey B Round - Correction
Please note that date of December 10th was incorrectly listed. The survey will remain open through then end of the day on Friday, December 17. Staff Engineer, Installation Development Interwoven, Inc. Moving Business to the Web
-
Installer Survey B Round
The survey gathered more than 50 great responses last week. Thanks to all of you who filled it out. We've re-opened the survey for another round of data gathering. If you're just seeing this message, or if you saw the previous post but didn't have the chance to fill it out yet, please do so over the next week. We're…
-
iwcallback in CGI
Hello, A CGI calls a java serlvet via use LWP: imple; it returns to the workflow via $cgi->iwcallback("InsertLog_Success", "Success"); With the Profesisional UI it returns to {server}/iw-bin/iwcallback.cgi which is a blank browser window. The user closes it and no problem. With the Standard UI it return to…
-
Serial Review in Visual Annotate
I am using Visual Annotate using one of the configurable workflows in 6.1. It works fine when I add one person as a reviewer. Does any body know how to add multipeople in the review process. I have tried chaging this review_type=grouptask[group:demomaster,user:jsmith] in the cfg file., but it gives me an error. Has anyone…
-
How to get Task Id of WFTask.
Hi, I have a WFtask in my workflow. In the wft file of nested workflow I want to get the task Id of Wftask. Is it possible to have it there? if yes, How? I tried using ARGV but the task Id was not there in ARGV. What I could get from ARGV it the name of the .wft file and the owner of WFtask. TIA Saurabh Gupta
-
DCRName
Hi, Does anyone out there know how to get the DCRName from a Workflow Task? Thanks, mccalla
-
Force DAS event
Planning to modify DCR by external task.DAS is not recognizing that event.Is there anyway to fire DAS event from command line?.
-
Having difficulty with TAG_info in an eval{}
I'm fairly sure that I'm missing something obvious and will kick myself when someone points out what it is, but I'm stuck. I am storing some configuration info in a database and trying to use it to generate a portion of my TAG_info. Because I want to reuse the code, I've moved it to a module. However, when the method…
-
Setting multiple values on a DCT from CGI callout
I am hoping to create a CGI callout that can set multiple values on the DCT instead of setting just the one. Usually whenever there is a CGI callout such as a calendar it sets the value for a single field. However I wish to run a CGI script that reads a few values in from the DCT and then displays them. Then after these…
-
passing values to the child workflow
I have a Scenario where I have a nested workflow. The job definition screen of the parent workflow has the fields like: 1. job title (textbox) 2. job description (textarea) 3. review manager (dropdown) . . . The job definition screen of the nested workflow is exactly the same as the job definition screen of the parent…