Viewer with context pad

I want the bpmn diagram as viewer along with context pad. The context pad will not contain any bpmn functionalities but something else. Is any way that I get viewer with context pad alone ?

Thanks in advance.

Hello @KannaA,

you can do this by registering your own context pad provider, check ContextPadProvider.js to see how we achieve it with the one we provide out of the box.

Cheers,
Ricardo