Which activity will be executed on the creation of work object
-
Newdefaults
-
Newdefault
-
PyDefault
-
None of the above
A
Correct answer
Explanation
The Newdefaults activity (with 's') is automatically executed when a work object is created, initializing properties with default values. This is a framework-provided activity that runs as part of the object creation process. 'Newdefault' is a common misspelling, and PyDefault is a different mechanism for property initialization.