Multiple choice technology

Following is a leaf node in an OSB flow

  1. Start node

  2. Route node

  3. Branch node

  4. None of the above

Reveal answer Fill a bubble to check yourself
B Correct answer
Explanation

A Route node in OSB marks the point where messages are sent to backend services and is typically a leaf node in the message flow - it does not have child nodes after it in the main flow. Start nodes begin processing and have children. Branch nodes (like If-Then) contain child paths and are not leaf nodes. The Route node's position as the final processing step before calling a business service makes it the correct answer.