Purpose and Scope - EnterWorks_Process_Exchange_(EPX) - 10.6

EnterWorks EPX Programmers Reference

Product type
Software
Portfolio
Verify
Product family
EnterWorks
Product
Precisely EnterWorks > EnterWorks Process Exchange (EPX)
Version
10.6
Language
English
Product name
Precisely EnterWorks
Title
EnterWorks EPX Programmers Reference
First publish date
2007
Last updated
2023-07-28
Published on
2023-09-20T04:07:07.148709

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.