Multiple choice technology platforms and products

Which of the following is the best way to update a property in an activity step ?

  1. Use the Java method

  2. AtSetValue(PropertyName, Value)

  3. Use the Property-Set method

  4. {PropertyName INPUT}

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

The Property-Set method is the standard and recommended way to update property values in PEGA activity steps, providing proper framework integration. Java methods break abstraction, AtSetValue is not a standard PEGA method, and {PropertyName INPUT} is a reference syntax not a method for setting values.