I want to display a button on the highlighted position when user clicks on the user task element.
The button should have the similar functionality as process editor quickMenuItems buttons:
Instead of creating new BPMN element newly added button should call rest endpoint to manage debugger (e.g. create break point, run execution further …).
Questions:
- How to create such a button?
- Isn’t it easier to use process modeler in “read only” mode and just display different set of buttons?
- How can I learn basics about oryx editor?
Martin