Component Showcase Application

The Component Showcase application demonstrates the use of individual business components and component services.

Component Showcase uses the same business components and component services as My Work App. However, whereas My Work App presents an integrated, fully functional client application, Component Showcase breaks that functionality down into a number of stand alone examples, which you can use to more easily understand how they work, or as the basis for your own development.

Each menu item in Component Showcase demonstrates the use of a particular business component or component service (which may in turn invoke others), as shown.

Menu item Description Demonstrates the use of the following...
Business Components Component Services
START BIZ ACTION Enter the details for a business action and start it. View the form and Cancel or Submit it. A tabbed display allows you to have multiple open business actions. BPMBusinessActionsService
OPEN WORK ITEM Enter the ID of a work item and open it. View the form and cancel, close or submit it. A tabbed display allows you to have multiple open work items. BPMWorklistService.openWorkItem operation
WORK LIST
  • Display the contents of your work list as cards, a list or a table.
  • Sort the work list by priority, process or date.
  • Search the work list.
  • Open a work item and cancel, close or submit it to return to the work list.
  • Select one or more work items, giving you further options to open, view details for, allocate or re-offer.
work-list
bpm-event-view
bpm-work-item-history
WORK VIEWS Display your available work views as an accordion control. Select a work view to see its details (without opening that work view). work-views
BUSINESS ACTIONS Display your available business actions as an accordion control. Select a business action and start it. View the form and Cancel or Submit it. business-actions-drop-down
CASE DOCUMENTS Enter either a case reference or a work item ID to display a list of the associated case documents. documents-view
CASE ACTIONS Enter a case reference to display a list of the available case actions. bpm-case-actions
WORK ITEM DETAILS Enter a work item ID to populate the tabbed list with the relevant information for that work item. The tabs are:
  • Summary - provides summary information about the work item.
  • Data - shows the current data values for the work item.
  • Attributes - lists the names and current value of every work item attribute defined for the work item.
  • Processes - provides information about the process that generated the work item.
  • Documents - displays the case documents associated with the work item.
work-item-detail-nav, which in turn uses:

Component Showcase is available in the Application Development UI. You can browse through it there, or export it.