I want to have the Name, Element Description to be auto populated on Property
Panel once they are done dragging.
I have build our modeler from following the example of properties-panel.
I see answers referring to element templates, but not sure on the setups needed for it.
How to target the name , description ( and if possible other features too in future) and change them in BPMN
Please share a running / prototypical example that clearly shows what youâre trying to achieve, what is working and what is not.
Use our existing starter projects to quickly hack it or share your existing, partial solution on GitHub or via a CodeSandbox. Provide the necessary pointers that allow us to quickly understand where you got stuck.
This way we may be able to help you in a constructive manner.
Here is my Sandbox Link, My project
(If you need edit permission, Please let me know)
Please see the image below,
My goal here is,
Once i select a task, Letâs say Service Task,
My Extension Listener in property panel should be auto populated with
the data i provide from back end.
For example,
The Java class should be âClass 1â without having the need to type it there by user. (Now its empty by default)
I also would like if some properties can be enabled or disabled as user wishes.
By âelementâ, I guess you would mean the fields in property panel, right ?
and yes, If it has the properties when creating, it would also be fine
(My assumption may be wrong, but I want these properties which exist in Camunda Properties Provider to be created by default , and not a entirely new properties provider )
Please brief on the method possible ( if a step by step procedure or a link to similar project is there , Would be very useful for the community also )