I have followed the instructions in the following project to extend the bpmn-js-properties-panel to my React project.
I am able to create an extra custom group, but the entry inside the group is missing. I have attached a couple of screenshots. Is there anything specific that could cause such an issue?
The code is part of a bigger project. Everything to do with the properties panel extension has been included in the above sandbox. I cant get it to run on the sandbox for some reason (i think the imports are failing) but it is working in my project.
I have tried to add a new property called ‘Condition’ under a new group ‘Properties’. The new group shows up but the property doesn’t. There’s no error showing up on the console but the entry is missing in the group. Please let me know if I’m doing something wrong or if I have to correct the sandbox anywhere.
The sandbox code is up and running now. The BPMN sample xml is currently being taken from a constants.js file and consists of a simple workflow (start > task > end).
I have tried to add a new property group to the sequence flow element.
However, on clicking the sequence flow element, I’m getting this error
Could you let me know where I might have made a error?
It seems like you are using the latest properties panel versions, but using an older API. Given the API you’re using, you should use the following dependencies
Thanks for sharing! I see you are using react-scripts. Since the properties panel entries need to be preact components, you need to configure your application.