<%@ taglib uri="http://java.sun.com/jsf/core" prefix="f"%> <%@ taglib uri="http://java.sun.com/jsf/html" prefix="h"%> <%@ taglib uri="http://com.ibm.bpe.jsf/taglib" prefix="bpe"%> <%@ page language="java" contentType="text/html; charset=UTF-8" pageEncoding="UTF-8"%> ProcessInstanceList.jsp

Process Instances

To view the details of a process instance, click the name in the list.
<%-- Make sure that the command bar's model refers to the same managed bean as in the details or list handler. You will find the definition of the managed bean in faces-config.xml. Please refer to the InfoCenter for more details on the command bar component and on commands. --%>
<%-- Insert list handler which operates on the type bpc.samples.bean.CustomProcessInstanceBean. Add columns which refer to the type's properties. The names will translate to appropriate getter methods on the bean, e.g. "name" translates to "getName()". Please refer to the InfoCenter for more information on list handlers. --%>