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
Connection
component is used as the last loop component.A
Connection
component is used withinFork/Join
constructs 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
Condition
component and aStop
component, aConnection
component is used.