Case Views

Case views are filtered and sorted views of global case data.

Global case data represents data that is defined as global in scope, and that can be accessed and updated by multiple BPM applications. It is defined in a Business Object Model (BOM) using TIBCO Business Studio.

Global case data is defined as a case class, with attributes that contain specific pieces of information about the class. For example, there could be a Customer class, with attributes for first name, last name, social security number, date of birth, and so on. A process can create an instance of the Customer class for each customer. Then other processes can access, and possibly update, that same instance of the Customer class.

In Workspace you can create views that allow you to see the instances of global case data that have been created, as well as see the work items, process instances, and events that reference each instance of case data.