Skip to main content

Hi,

Using the embeded component iframe I can embed an analysis from the process analitics into a view.

However if i do the same with an analysis from the studio it embeds the entire studio and not just the analysis. Is there a way around this?

The views have the same problem but this can be fixed by using the embeded component "View" but this component doesn´t acept analysis.

 

Best,

João

Use iframe component

 

the yaml will be something like

id: iframe-668093da-5b6e-45de-8a5e-9f3e6bf2738f

type: iframe

settings:

src: https://inetum-es-seguros-c4c.eu-5.celonis.cloud/package-manager/ui/studio/ui/assets/cf265722-b4bf-4058-9bb2-20108fa44dc6#!/documents/cf265722-b4bf-4058-9bb2-20108fa44dc6/view/sheets/2a51c944-160b-4439-b792-b32650e85fc3/b/0c9a1530-fa63-44a5-981d-781bdb4323ce

 

 

As source use the sharing link of the analysis you want to embed.

image 

Anyway, I haven't used, and in my experience iFrame can have odd behaviours with web apps like Celonis, so I would recommend test it before committing in a real project.

 

HTH!

 


Hi Guillermo,

 

Unfortunatly that doesn't work it shows the entire studio and not just the analysis.

 

Example:

 

id: iframe-f5b6e154-866b-446a-bf92-c1dc6a4c1e09

type: iframe

settings:

  src: training.celonis.cloud/package-manager/ui/studio/ui/assets/ba5a2d90-5026-439e-8277-5f00c2962868#!/documents/ba5a2d90-5026-439e-8277-5f00c2962868/view/sheets/1fc55fdb-37ed-4b0c-861a-17322bc8db78/b/374056ff-e602-43c9-a309-d910a3f117f2

 

image.png 

If i use an analysis for the Process Analytics it works:

 

id: iframe-f5b6e154-866b-446a-bf92-c1dc6a4c1e09

type: iframe

settings:

  src: training.celonis.cloud/process-mining/analysis/14f86c3b-8483-4da1-bf05-7604c085dba0/link/frontend/documents/14f86c3b-8483-4da1-bf05-7604c085dba0/view/sheets/1fc55fdb-37ed-4b0c-861a-17322bc8db78/b/b2e8a77c-e5e0-4f5e-90d7-941d4bd8559d

 

 

image


Reply