Multiple choice technology

For a REPEAT operation to execute as long as the specified repeat condition remains true, the count parameter needs to be set to: The count parameter needs to be set to

  1. -1

  2. 0

  3. 1

  4. -1/1

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

For a REPEAT operation in webMethods FLOW to execute continuously as long as the condition remains true (indefinite loop), the count parameter must be set to -1. A count of 0 means no iterations, while 1 means exactly one iteration. The option '-1/1' is not a valid count value.