com.tibco.wcc.schema.businessServices

This topic describes the data passed in the payload for PageBus event, com.tibco.wcc.schema.businessServices.

Data in the PageBus event:

topic: The PageBus topic for the event -- see Non-WCC Components Publishing Events.
message: schemaId = com.tibco.wcc.schema.businessServices
         scope = "public"
         items = [
                   {
                     "View": Name of the business service.
                     "ProcessName": Name of the process started by the business
                         service.
                     "Description": Description of the business service.
                     "ModuleName": Path to the module containing the business
                         service.
                     "Version": Version of the business service.
                    }
                  ]

Example:

topic: com.tibco.wcc.order.wccPrototype.wccBusinessServices.listItemSelect
message: schemaId = com.tibco.wcc.schema.businessServices
         scope = "public"
         items = [
                   {
                     "View": "CSCallbackStart",
                     "ProcessName": "CSCallbackStart",
                     "Description": "CustomerService/CSCallbackStart",
                     "ModuleName": "/CSCallback/Process Packages/CSCallback.xpdl",
                     "Version": "1.0.0.201005251716"
                    }
                  ]