WebSphere

 

Portal Express, Version 6.0
Operating systems: i5/OS, Linux, Windows

 

Displaying an item's workflow details

The workflow component tag is used to display workflow details of an item. This tag can be added to presentation templates, element designs and component designs.

<workflowcmpnt type="" context="" name="" field="" separator="" format="" start=" " end=" " />
<workflowcmpnt Opens an ID Component tag.
type=" " This determines where the workflow field is being referenced from. Either "site", "sitearea", or "content".
context=" " This determines which item is being referenced.

Selected

Refers to a particular item as specified in the name attribute below.

Current

This will reference the component from the current site, site area or content file that is being browsed by the user.

AutoFill

The component being referenced will be determined by the search parameters of a menu, navigator or taxonomy component.
name=" " Enter the name and library of the item being referenced. For example, name="library/item" . If no library is specified, the library specified in the URL of the current page is used. This is not used if context=current or context=autofill.
field=" " Enter the IDField you wish to display.

  • status

  • workflow

  • currentstage

  • publishdate

  • expirydate

  • generaldateone

  • generaldatetwo

  • additionalviewers

separator=" " Only used when field="additionalviewers". Used to separate each additional viewer. For example, separator=", "

Double-byte character sets

Not all double-byte character sets support extended ASCII. To use tags such as "&nbsp;" you will need to replace "&" with "&amp;".

For example:

separator="&amp;nbsp;&amp;nbsp;"
format=" " Used to define the format of the date/time to be displayed. Only applies to date fields used with the field="" attribute. See Note on formatting dates.
start=" "

end=" "

The start and end attributes are used to wrap the data returned by an IBM® Workplace Web Content Management™ tag within other tags, such as HTML. These attributes are not mandatory. See the Using start and end attributes topic for more information on using these attributes.
/> Closes a Web Content Management tag.

 

Parent topic:

Displaying item details