Skip to main content
Question

Extracting Objects and Events in Python

  • March 7, 2025
  • 3 replies
  • 116 views

matt.witty13
Level 10

Hi Celonis Community,

I’m trying to get a better understanding of what is in the OCPM Catalog. I’m hoping to extract all the objects and events, their attributes, etc. and build out some documentation in the event I need to adopt the OOTB solutions. 

There doesn’t seem to be an export button or a way to pull out that information. Has anyone found a way to get this information out of Celonis? 

Thanks!
Matt!

3 replies

janpeter.van.d
Level 12
Forum|alt.badge.img+26
  • Level 12
  • 496 replies
  • March 18, 2025

Hi ​@matt.witty13

Nice to see you here too ;) 

Using the OCPM migration notebook of Celonis, all objects and events are backed-up temporarily, which you can access later as separate JSON files. The markup is not very readable, but with some simple transformations, this should be doable. 

 


matt.witty13
Level 10
  • Author
  • Level 10
  • 123 replies
  • March 18, 2025

Hi ​@matt.witty13

Nice to see you here too ;) 

Using the OCPM migration notebook of Celonis, all objects and events are backed-up temporarily, which you can access later as separate JSON files. The markup is not very readable, but with some simple transformations, this should be doable. 

 

Hmm I don’t have that. That something I just need to reach out to my VE for or is there a github repository I need to access? Would love to build out a script that puts all of that into a digestible document.


manuel.wetze
Level 9
Forum|alt.badge.img+8
  • Level 9
  • 53 replies
  • March 25, 2025

I got a pdf from my VE describing how to access this tool.
Behind the scenes it is a github repo. Not sure how they handle the access. But for sure I was able to clone it from within the machine Learning Workbench.