simplePrototype

This custom interface sample illustrates how to load a TIBCO General Interface prototype into a specified location when the launch component is executed.

This sample addresses the use case of a work item delivery interface, which automatically opens and presents work items to a user. The user controls when the automated process begins and ends.

When the user activates the automated process by clicking a button, the interface delivers the first available work item based on specified sort and filter parameters. When the work item has been processed and the form is closed, the next available item is automatically delivered. The user can discontinue the automated process by clicking the same button used to start the process.

The delivery process consists of two custom interfaces:

  • A TIBCO General Interface prototype that provides a user interface for starting and stopping the automated process, and
  • a prototype for displaying the work item form in the application.

Both of these prototypes are provided in the \prototypes sub-folder that is included with this sample.

StudioHome\wcc\version\Samples\CustomInterfaces\simplePrototype

The elements, attributes, and methods needed to implement this sample are provided in the readme.txt file in the following directory:

You can modify the provided elements and attribute values to fit your particular requirements.

This sample can be used in conjunction with user access controls to present only the work item delivery On/Off button to the user, preventing the user from performing any other functions.