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:
- Defining a custom property for user tasks.
- Extending the properties panel to include the dropdown.
- 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!