InterviewSolution
Saved Bookmarks
| 1. |
What Is The Significance Of Nodes In Message Flows? |
|
Answer» A MESSAGE FLOW NODE receives a message, performs a set of actions against the message, passes the ORIGINAL message or the changed message, to the NEXT node in the message flow. A message flow node receives a message, performs a set of actions against the message, passes the original message or the changed message, to the next node in the message flow. |
|