I am working on TS 6.7.1.Whenever i am attaching a file in a workflow,an extended attribute like Workflow: Job 39292>Task 39296 gets set on that file.But when i submit the file to staging the submitted content does not reflect that extended attribute.I need to search on files having that Extended attribute so that i know which files are active in a particular task and job.Is it possible to do so wrt to the Workflow attribute.These attributes are updated at runtime ie when the workflow is complete the Workflow attribute is dropped of the file dynamically. Also i've seen it happening in TS 6.7.1 and not in TS 6.5.Please can anyone explain the reasons for the same.
Its true that the Extended attribute (Workflow) stays on that file only as long as the workflow needs it.I see this attribute when i click on the properties tab of the file.What i need to do is search through all the files which are part of a workflow by means of a search UI & i need to make use of the workflow attribute as the searching criterion.Is there a way i can get jobid's & taskids & then search through the directory structure for files associated with it.