Multiple choice technology web technology

To enter new work, a user selects a work type from the New selection list in the Process Work gadget of the navigation panel. How do you add another value to this list ?

  1. create a new flow and check Creates a New Work Object

  2. create a new work class and clear the cache

  3. create a new work class and update the HTML containing the selection list

  4. create a new flow and update the value of pyFlowType in the work class model

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

In PEGA, the 'New' selection list in the Process Work gadget is automatically populated with flows that have the 'Creates a New Work Object' setting enabled. When you create a new flow and check this option, it automatically appears in the New list. You do not need to manually update HTML or modify work classes for this.