How does the ATG’s pipeline manager identify the next element in the pipeline to be executed
within a chain?
A.
using datainthe Profile Marker
B.
through the Pipeline registry XML data
C.
using datainthe Order marker
D.
via the transition taginPipeline Definition Files
E.
by using the component configuration of the pipeline manager component
Explanation:
The Pipeline Manager is a system that executes a series of processors, which are
linked in processor chains. A processor is a component that executes a piece of functionality andreturns a status code. The status code determines which processor in the chain to execute next.
The Pipeline Manager enables you to dynamically add and remove processors and chains of
processors.
ATG Commerce Programming Guide, Processor Chains and the Pipeline Manager