Multiple choice technology web technology

Work Objects are created during

  1. Opening Flows

  2. Primary Flows

  3. Secondary Flows

  4. 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.