Multiple choice technology web technology

Where we can use when condition in an activity? (Choose 2)

  1. a. Precondition

  2. b. Transition

  3. c. Step Method

  4. d. Parameter

  5. e. Loop

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

When conditions can be used in Preconditions (to control whether an activity executes) and Transitions (to control flow between steps). They are NOT used directly in step methods, parameters, or loop conditions - those use different expressions.