Adding a Custom Dropdown List to User Tasks in BPMN Modeler with Angular

Adding a Custom Dropdown List to User Tasks in BPMN Modeler with Angular

Hi everyone,

I’m working on a BPMN modeler using Angular and need to add a custom dropdown list to user tasks in the properties panel. I’ve followed the example for extending the properties panel example but am unsure how to implement this specific feature.

Steps I Need Help With:

  1. Defining a custom property for user tasks.
  2. Extending the properties panel to include the dropdown.
  3. Integrating these changes into my Angular application.

Any guidance or examples on how to achieve this would be greatly appreciated.
You can find my current setup : github
Thanks in advance!