Multiple choice technology

In an Application Engine Program, Maximum number of Actions in a Step

  1. 8

  2. 6

  3. 7

  4. 9

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

In Application Engine, a single Step can contain up to 7 Actions of various types (SQL, PeopleCode, Do While, Do Select, Do Until, Do When, Call Section). This is a hard limit in the PeopleTools architecture. Steps with more than 7 actions must be refactored into multiple steps or nested sections.