Work Objects are created during
-
Opening Flows
-
Primary Flows
-
Secondary Flows
-
Sub Flows
Reveal answer
Fill a bubble to check yourself
A
Correct answer
Explanation
Work Objects are created during Opening Flows in PEGA. The Opening Flow is the initial flow that creates a new work object instance. Primary, Secondary, and Sub flows are executed after the work object already exists.
AI explanation
In Pega, new Work objects are instantiated at the start of a case, which happens during an Opening flow — the flow type designed specifically to create and initialize a new work object. Primary, secondary, and sub flows operate on a work object that already exists.