bpm-linked-case-instances

The <bpm-linked-case-instances> business component displays the case instances that are linked to a specified case instance.

The component's internal controller invokes the CaseManagementService.getRelatedCases operation to provide the data that is displayed from the CaseManagementModel.relatedCaseReferences object.

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

Usage

<bpm-linked-case-instances
   case-ref="string"
   on-click-case-instance="functionReference"
   [config="object"]
   [template-path="string"]>
</bpm-linked-case-instances>

Attributes

Name Type Description
case-ref String Case reference for which linked case instances should be displayed.
on-click-case-instance Function reference Defines the actions to be performed when the user selects one of the displayed linked case instances.
config Object (Optional) Defines whether the data should be displayed using a CARD or LIST format. The default option is CARD. The parameter is viewType, of type String.
template-path String (Optional) Relative pathname of a custom template file to use in place of the internal template

Example

The <bpm-linked-case-instances> business component is used in the Case Management application when you click Linked Cases on the Case Menu for a case.