work-item-data

The <work-item-data> business component shows the current data values for the selected work item.

The component's internal controller invokes the BPMWorkItemDetailsService.populateWorkItemData operation to provide the data that is displayed from the WorkItemDetailsModel object.

If you want to customize the contents of the <work-item-data> business component, see Customizing a Business Component for more information.

Usage

<work-item-data
   selected-work-item="object"
   [template-path="string"]>
</work-item-data>

Attributes

Name Type Description
selected-work-item WorkItem object Currently selected work item
template-path String (Optional) Relative pathname of a custom template file to use in place of the internal template.

Example

The <work-item-data> business component is used:

  • on the WORK ITEM DETAILS tab of the Component Showcase application.
  • in the My Work App application, when you select a work item in a Work View, then click DETAILS in the footer menu, then click Data.

In each case, <work-item-data> is called from the work-item-detail-nav business component.