Developing a User Inbox

This procedure assumes that you have:

For information about workflow queues, see Configuring workflow queues.

Planning and Design Checkpoints

Building a User Inbox

To develop a custom User Inbox:

  1. Create the User Inbox classes.
  2. Log in and establish a workflow system session.
  3. Query User and Work queues for Queue Elements.
  4. Lock the retrieved objects.
  5. Display a list of queues.
  6. Open a work item.

Completing a User Inbox

To complete the development of your custom User Inbox:

  1. Compile your User Inbox classes.
  2. Create and sign a Java Archive (JAR) file that includes the customized User Inbox.
  3. Deploy the JAR file on server. Once deployed, you must create a JavaServer Pages (JSP) event page to make the User Inbox available to the Content Platform Engine server. In addition, you must create a JSP view (UI) page.
  4. Use the Process Designer to add the application to the workflow if your application is for any of the following items:
    • A step
    • A launch step
    • A submap in a workflow (such as a Step Processor)
  5. Run your application.