The maximum number of actions a single step can contain is ____.
-
6
-
7
-
8
-
No limit
Reveal answer
Fill a bubble to check yourself
B
Correct answer
Explanation
PeopleSoft Application Engine allows a maximum of 7 actions in a single step. This includes combinations of SQL, Call Section, Do While, Do Until, Do Select, Do When, XSLT, and PeopleCode - though some combinations like PeopleCode with Call Section are mutually exclusive.
AI explanation
An Application Engine step is limited to seven actions, matching the seven distinct action types the engine supports (SQL, PeopleCode, Do Select, Do When, Do While, Log Message, Call Section) — a step can use at most one instance of each type. This is a fixed platform constraint documented in PeopleTools, not a configurable limit, so there is no 6, 8, or 'no limit' option that fits.