This example has the same production object contents as the previous example, however, two of the qualification objects fail, which illustrates how processing occurs when qualification fails on a rule object and on a component object.
Figure 1-6: Simple production object with qualification failures
Input transaction – transaction production passes the input transaction to the production object.
Field objects – the input transaction is parsed into the field objects.
Qp1 – executes the qualification objects attached to the production object.
Qr1 – executes the qualification objects attached to the first rule object, but fails.
Qr2 – executes the qualification objects attached to the second rule object.
R2 – enters the second rule object (R2).
Qc3 – executes the qualification objects for R2’s first component object (C3), but fails.
Qc4 – executes the qualification objects for R2’s second component object (C4).
C4 – enters C4 and generates a piece of the output transaction.
Output transaction – sends the completed output transaction to its destinations.
Copyright © 2005. Sybase Inc. All rights reserved. |
![]() |