The public API provided by the EPX server supports the ability to create work items and route work items within defined process flows. If you are creating a custom application for the EPX server that manages process flows and the work items contained in a process flow, this chapter provides annotated sample code to help you with the following aspects of handling work items:
Creating and sending a work item
Purging a work item
The example program for this chapter can be found in the file WorkItemExample.java in the examples\api directory of the EPX installation.