Input/output tab is not generating

Hi All

I have updated bpmn-js-properties-panel from 0.35.0 to 0.41.0. In the latest version I am not able to generate input/output tab in properties-panel.

Below mention is my element template, this was working fine with bpmn-js-properties-panel 0.35.0

{“name”:“CreateFolder”,“id”:“CreateFolder_Java_1_0_0”,“technologyCategory”:“Scripting”,“technology”:“Java”,“botCategory”:“FOLDER”,“appliesTo”:[“bpmn:ServiceTask”],“properties”:[{“label”:“ParentFolder || String || Path of the directory where the folder needs to be created”,“type”:“Text”,“value”:"",“editable”:true,“binding”:{“type”:“camunda:inputParameter”,“name”:“ParentFolder”,“expression”:false}},{“label”:“ParentFolder Configurable”,“type”:“Boolean”,“value”:false,“editable”:true,“binding”:{“type”:“camunda:property”,“name”:“ParentFolder Configurable”,“expression”:false}},{“label”:“ParentFolder Type”,“type”:“Hidden”,“value”:“String”,“editable”:true,“binding”:{“type”:“camunda:property”,“name”:“ParentFolder Type”,“expression”:false}},{“label”:"-",“type”:“Text”,“value”:"-",“editable”:true,“binding”:{“type”:“camunda:outputParameter”,“source”:"${-}",“expression”:false}},{“label”:“OutputParameterNames”,“type”:“Hidden”,“value”:"-,",“editable”:false,“binding”:{“type”:“camunda:property”,“name”:“OutputParameters”,“expression”:false}}}

Can somebody please help me here.
Thank you in advance…!!

Could you explain your issue in a structured and detailed manner, so anyone has a fair chance to understand your use case?

If you are stuck with a particular problem, provide the necessary context. Phrase your post so that we can follow your line of thought, step by step.

Please revise your post; we may not be able to help you otherwise. Sharing a CodeSandbox that reproduces your issue is an even better approach to let us dive deeper into your issue.

Thanks :heart: