bpm-attributes-view
The <bpm-attributes-view> business component lists the names and current value of every work item attribute defined for the selected work item.
The component's internal controller invokes the BPMWorkItemDetailsService.populateWorkItemAttributes operation to provide the data that is displayed from the WorkItemDetailsModel object.
If you want to customize the contents of the <bpm-attributes-view> business component, see Customizing a Business Component for more information.
Usage
<bpm-attributes-view selected-work-item="object" [template-path="string"]> </bpm-attributes-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-attributes-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 Attributes.
In each case, <bpm-attributes-view> is called from the work-item-detail-nav business component.
Copyright © Cloud Software Group, Inc. All rights reserved.