bpm-summary-view

The <bpm-summary-view> business component provides summary information about the selected work item.

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

If you want to customize the contents of the <bpm-summary-view> business component, see Customizing a Business Component for more information.

Usage

<bpm-summary-view
   selected-work-item="object"
   [template-path="string"]>
</bpm-summary-view>

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 <bpm-summary-view> 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 Summary.

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