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.