C9530-001 · Question #87
Which terminal is wired to check for any exceptions within the node?
The correct answer is D. Failure Terminal. The Failure Terminal is the output terminal to which the input message is routed if an unhandled exception occurs during the computation. When a message flow node that has a Failure terminal detects an internal error, it propagates the message to that terminal. If it does not…
Question
Which terminal is wired to check for any exceptions within the node?
Options
- AIn Terminal
- BError Terminal
- CThrow Terminal
- DFailure Terminal
How the community answered
(27 responses)- A7% (2)
- B4% (1)
- C4% (1)
- D85% (23)
Explanation
The Failure Terminal is the output terminal to which the input message is routed if an unhandled exception occurs during the computation. When a message flow node that has a Failure terminal detects an internal error, it propagates the message to that terminal. If it does not have a Failure terminal, or the Failure terminal is not connected, the integration node generates an exception.
Topics
Community Discussion
No community discussion yet for this question.