Multiple choice technology

  1. In a Utility, how do I set a status that can be tested in the flow?

  1. (a) Use a Java step

  2. (b) Call History-Add

  3. (c) Use the TaskStatus-Set method

  4. (d) Use a transition

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

In a Utility activity, the TaskStatus-Set method is specifically designed to set a status that can be tested later in the flow. Java steps are not the standard way (too complex), History-Add is for audit trails, and transitions control flow rather than status.