mbpm-work-list

The <mbpm-work-list> business component displays a work list for the current user.

The <mbpm-work-list> business component calls the BPMWorklistService operations to populate the work list and open a work item.

To customize the contents of the <mbpm-work-list> business component, see Customizing a Business Component for more information.

Usage

<mbpm-work-list
    template-data="object"
    [template-path="string"]>
</mbpm-work-list>

Attributes

Name Type Description
template-data workListData object Data for the work list.
template-path String (Optional) The relative pathname for a custom template file to use in place of the internal template.

Example

The Mobile Case Manager application uses the <mbpm-work-list> business component for the Work Item button, which is one of the five navigation buttons on the bottom bar.