How to import cockpit inside my app?

Hello,
I want to import cockpit inside my app.In that way I can check process status from my app not from Camunda Engine.How can do this?

@ilda In classpath, add camunda core engine and camunda webapps dependencies and also make sure to set below property.

<property name="jobExecutorActivate" value="false" />

@aravindhrs I’m not sure if that is enough. I’m not getting the result I wanted.