Select the three Pega best practices for developing activities. (Choose Three)
Keep activities short. Limit your activities to fewer than 15 steps.
Limit activity calls to at most three to prevent performance problems.
Limit custom Java steps whenever possible.
Use only activities to support queue processing and interfaces.
Limit the use of activities. Use alternative rule types such as data transforms whenever possible.
Submit