Connection
|
|
|---|
Properties
| Text label of the symbol in the process diagram |
Output
The Connection component outputs the input without modification, including the execution status of the preceding process action.
Examples
Within loops, a
Connectioncomponent is used as the last loop component.
A
Connectioncomponent is used withinFork/Joinconstructs where one execution branch has an operation (e.g., an XSL mapping to dynamically parameterize an adapter) and the other branch only passes the input document.
Between a
Conditioncomponent and aStopcomponent, aConnectioncomponent is used.