BusinessActionsServiceModel

BusinessActionsServiceModel is the object model used by BPMBusinessActionsService operations to pass data in service requests and responses.

Attributes

Name Type Description
actionsCount Number Number of business actions available, populated by either a fetchTopCategories or fetchChildCategories call.
actionGroups Array List of objects containing the available categories and their business actions. This attribute is:
  • populated by a fetchTopCategories call with the list of all available categories and, for each top-level category, the business actions in that category.
  • passed as a parameter to a fetchChildCategories call, defining the child categories for which the list of available business actions should be returned.
  • populated by a fetchChildCategories call with the list of business actions available in the specified child category.
See the following topics for specific information on how BPMBusinessActionsService operations use the BusinessActionsServiceModel object model: