IBM Tivoli Directory Integrator
AssemblyLine parameter passing
There are three ways to get data into an AssemblyLine:
- Generating our own initial entry inside the AssemblyLine, for example, in a Prolog script.
- Fed from one or more Iterators.
- Starting the AssemblyLine with parameters from another AssemblyLine using
the AssemblyLine Connector or AssemblyLine Function Component, or using an API call.
If we want to start an AssemblyLine with parameters from another AssemblyLine, then we have a couple of options:
- Task Call Block (TCB)
The Task Call Block (TCB) is a special kind of Entry object
used by a caller to set a number of parameters for an AssemblyLine.
- Providing an Initial Work Entry (IWE)
Providing an Initial Work Entry (IWE) is an alternative way of
passing parameters using a TCB and is supported for compatibility with earlier
versions..
Parent topic: Control points for scripting