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

To add a work type to the New selection list, create a new flow and check the 'Creates a New Work Object' setting. This automatically adds the flow's work type to the list. Creating just a work class won't add it to the list, and manually updating HTML is not the correct approach.