Extension modules for CMMN

HI All,
I want to add an extension module for adding custom Context Menu items. Is this possible like in BPMN? Any samples would be helpfull.

Thanks and Regards
Rajender

It works in the same way it works for bpmn-js.

What did you try? Where did you get stuck?

Hi Nikku,
Thank you for the response. With further debugging I found that CMMN is not using translate moduleā€¦so when define my custom module as below I get the error, but if I remove the translate parameter this works.
CustomContextPadProvider(injector, connect,translate)

Thanks and Regards
Rajender