fetchChildCategories

Get a list of the business actions available in the specified child categories.

You can use fetchTopCategories to get a list of all available categories and, for each top-level category, the business actions in that category.

Required System Actions

listBusinessServices

Usage

BPMBusinessActionsService.fetchChildCategories(actionGroups,callback)

Parameters

Parameter Type Description
actionGroups BusinessActionsServiceModel.actionGroups object Data model to be used by the service request. The response populates:
  • BusinessActionsServiceModel.actionsCount with the total number of available business actions in the specified categories.
  • BusinessActionsServiceModel.actionGroups with the details of the available business actions in the specified categories.
    Note: BusinessActionsServiceModel.actionGroups is an array of objects that maps each category (Category) to its actions (BusinessServiceTemplate).
callback Function Callback function to handle success or failure results from the request.