Process Diagram URL

Hello,

In the Bonita Portal, it's possible to see a the Diagram of a process (via Monitor, then click on View Diagram) - Subscription feature I assume.

The URL to access it is

/bonita/portal/homepage#?_p=monitoringadmin&_pf=2&monitoringadmin_id=<processDefinitionId>

But this URL does not return only the diagram, but the complete page (with the menu).

What is the URL to see the diagram only? 

I want to create a <iframe> to display it in my page.

It's not part of the Portal URL documentation.

Thank you,

 

 

The iframe URL is http://localhost:8080/bonita/portal.js/#/admin/monitoring/<processdefid>-<caseId>?id=<processdefid>-<caseId>

Hello,

Thank for the answer ! if I don't have a caseId (I want to display the process information, I don't have a caseId), I can give something like http://localhost:8080/bonita/portal.js/#/admin/monitoring/93434433434-?id=93434433434-?

I will try.