Chapter 19. Implementing workflow user exits 631
request. For example, the process() method for an inbound fixed workflow
should set the necessary BCG headers to facilitate channel resolution. A fixed
outbound workflow may use the process() method for document packaging and
encryption.
19.4.2 Fixed inbound workflow
The business processing engine runs a fixed inbound workflow as new
documents are introduced to the system. The steps of the inbound fixed workflow
are configured in WebSphere BI Connect using handler chains. A handler chain
is available for each inbound fixed workflow step. There are two steps in an
inbound fixed workflow:
1. Protocol parse
2. Protocol package
19.4.3 Fixed outbound workflow
The business processing engine runs the fixed ...