bpm-process-view

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

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

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

Usage

<bpm-process-view
   selected-work-item="object"
   [template-path="string"]>
</bpm-process-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-process-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 Processses.

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