com.tibco.wcc.schema.processInstancesShowOutstanding

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

The properties in the event message for this schema depends on whether the Show Outstanding Work Items or the Show Supervised List of Outstanding Work Items function is being invoked.

Show Outstanding Work Items

Data in the PageBus event:

topic: The PageBus topic for the event -- see Non-WCC Components Publishing Events.
message: schemaId = "com.tibco.wcc.schema.processInstancesShowOutstanding"
         scope = "public"
         ids = [
                  Process instance ID.
               ]

Example:

topic: "com.tibco.wcc.order.wccPrototype.wccProcessInstances.showOutstanding"
message: schemaId = "com.tibco.wcc.schema.processInstancesShowOutstanding"
         scope = "public"
         ids = [
                  "pvm:0a121"
               ]

Show Supervised List of Outstanding Work Items

topic: The PageBus topic for the event -- see Non-WCC Components Publishing Events.
message: schemaId = "com.tibco.wcc.schema.processInstancesShowOutstanding"
         scope = "public"
         adminObjs = [
                       {
                         "entityType": The type of entity selected: "POSITION",
                             "GROUP","ORGANIZATIONAL_UNIT", or "RESOURCE".
                         "guid": The GUID of the entity selected.
                         "displayName": The entity selected.
                       }
                     ]
         ids = [
                 Process instance ID whose outstanding work items are being
                      displayed.
               ]

Example:

topic: "com.tibco.wcc.order.wccPrototype.wccProcessInstances.showOutstanding"
message: schemaId = "com.tibco.wcc.schema.processInstancesShowOutstanding"
         scope = "public"
         adminObjs = [
                       {
                         "entityType": "POSITION",
                         "guid": "_2ieLgMpREd64gM7QE8RwxA",
                         "displayName": "CustomerServiceRepresentative"
                       }
                     ]
         ids = [
                 "pvm:0a123"
               ]