I have a local “stencilset_bpmn.json” file to display only the needed properties in the properties panel.
I’ve removed one such property package messagedefinitionspackage
from the stencil with id BPMNDiagram
. After removing this property, I’m seeing some values are not getting translated upon refresh.
For example: Below is the screenshot of properties panel of user task on refresh
I checked the console, didn’t see any unusual error logs there.
‘PROPERTY.TASKLISTENERS.VALUE’ was only used in ‘task-listeners-display-template.html’. Not sure why and how this property is related to other values translation.
Is there any place where I can information about this property on what it is there for?
I didn’t find the information about “message definitions” in docs. Let me know if any information is needed from my end.