Multiple choice technology

The following are all valid FLOW operations EXCEPT:

  1. SWITCH

  2. EXIT

  3. BRANCH

  4. REPEAT

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

In webMethods FLOW services, SWITCH is NOT a valid operation. The valid control operations include BRANCH (conditional execution), EXIT (terminate flow), REPEAT (looping), and others. SWITCH is not part of the FLOW operation set - this is likely a trick question as switch-case logic in FLOW is implemented using BRANCH with multiple conditions.