InterviewSolution
Saved Bookmarks
| 1. |
All decision nodes must have a _____________ element to avoid bringing the workflow into an error state if none of the predicates evaluates to true.(a) name(b) default(c) server(d) client |
|
Answer» Correct option is (b) default The explanation: The default element indicates the transition to take if none of the predicates evaluates to true. |
|