The Declare workflow action declares a file or repository asset placeholder in a workflow. You can declare an asset placeholder anywhere within a workflow; its placement affects the project workflow in two ways:

You define a Declare element with the following settings:

For example, this Declare element declares Press Release as a required placeholder for a repository asset:

Declare repository asset Press Release from repository
/my/app/PressReleaseRepository and item type pressRelease as required

The following Declare element defines Target Users as a placeholder for a file asset:

Declare file asset Target Users from VFS
/atg/epub/file/ConfigFileSystem and file type profileGroup as required

Note: The atg.vfs package contains a VirtualFileDescriptor class that supports the notion of a file type within a virtual file system. The class has one method that returns the type name. For the RepositoryVirtualFileSystem, the name returned is the virtual file’s underlying item descriptor, such as profileGroup or scenario. For any other type of VFS, an empty string is returned.

 
loading table of contents...