mbpm-case-creator

The <mbpm-case-creator> business component uses a hierarchical list to display a menu of the business actions that are available to the user.

The <mbpm-case-creator> calls the BPMBusinessActionsService.fetchTopCategories and fetchChildCategories to build the hierarchical list.

When the user selects a business action, the <mbpm-case-creator> business component opens the associated form, and starts the business action. It uses the BPMBusinessActionsService.startBizAction operation to start the business action.

To customize the contents of the <mbpm-case-creator> business component, see Customizing a Business Component.

Usage

<mbpm-case-creator
   [config="object"]
   [template-path="string"]>
</mbpm-case-creator>

Attributes

Name Type Description
config Object (Optional) The configuration object that allows the parent controller to refresh the view.
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-case-creator> business component as one of the two items on the Mobilespace menu.