Ask questions and get answers about Celonis products from experts and peers.
Recently active
How to copy objects from Analysis to View?
How to migrate existing Analysis objects to Views?
Hi everyone, I have a problem in creating an "Exploration" in the Process Workspace, as shown in the following image: Some questions are not available even if I am an Admin with full access to the process-specific content. How would it be possible to solve this problem?Thanks in advance,Emanuele
Can we extract draft sheet as pdf of a sheet in ML workbench. i had tried using Pycelonis but didn't find any attributes related to extraction of pdf after analysis.draft.sheet
We have observed that the custom connector extracts the change log data of each case individually through separate API calls (not affected by pagination). However, when working with the OOTB connector, we observed that the sys_audit records were accessed by compiling multiple cases into a single API call depending on the batch size defined. Has anyone had any experience with this before and does it affect the source system performance? We have concerns that we might hit the default rate limit in ServiceNow as we are planning to extract a large volume of data.
In my thesis, I aim to address the question: "How does the innovative Object-Centric Process Mining approach differ from the traditional Case-Centric Process Mining approach when applied to medium-sized enterprises?" I am exploring the extent to which companies and end-users can benefit from the new OCPM approach. My hypothesis is that OCPM offers a user-friendly solution for the utilization of (Celonis) Process Mining by medium-sized enterprises and presents an opportunity for them. In this context, I also aim to elucidate the differences, features, and advantages of OCPM and Celonis through expert interviews, which can be anticipated in their implementation and in operational usage. If you are interested, please feel free to reach out! :)
2 questions: In PI social I am periodically prompted to re-select the User column 1.) Why am I prompted to re-select the user column? 2.) Is there a way to permanently exclude null values within the PI Social component?
Plese add an additional dropdown to the connector (in addition to EU and US) which allows specifying a custom API URL
Hi all expert, I would like to identify all case if it has duplicated continuous activity. This is example of my case below. ...A -> A -> B ...(duplicate)...A -> B -> A... (non-duplicate) Does anybody know good PQL or way how to do this?
Hello, do you know wheter a schedule (https://docs.celonis.com/en/schedules.html) can be triggered by an external action?In our case, we would need to start an extraction once a SAP job is finished. We could use e.g. an email notification for that.But first I want to check if this is even possible at all. The docs says that the schedule can start at the given time only.Do see there maybe some workaround to have trigger based schedule/extraction? Thank you very much for any idea!Jan
In OCPM course they have shown that after creating objects and events, and knowledge model we can create process explorer. I have followed same steps as given in course, but I'm getting error stating that activity table is empty. this is the error.Can anyone help me with this.Thank you in advance.
Hi! Does anybody know how to recreate a ‘drill down table by different dimensions’ component that can be easily done in the Analysis but seems to be more complicated in the Views. I tried different ways but I am missing some piece to make it works. Thanks!
🌿 Reduce Shipping Emissions: Webinar with Celonis & Climatiq 🚢Looking to reduce your shipping emissions? Join us in a webinar with Climatiq Co-Founder Philipp von Bieberstein 🌍 🗓️ Date: September 13th⏰ Time: 3PM CEST / 9AM EST🕒 Duration: 1 Hour What You'll Learn:1️⃣ About the Celonis & Climatiq partnership2️⃣ How to automate shipping emissions calculations3️⃣ Ways to drive carbon-conscious decisions in logistics Don't miss this opportunity and RSVP Now! 👇 https://academy.celonis.com/courses/drive-sustainability-with-the-celonis-ems-the-shipping-emissions-reduction-app @michael.hogen @1460037707
i want to send an email with all the selected records by an action flow.Everything is already in place (action in knowlegde model, action flow), but the filtering does not work. I only manage to add a static filter, but it would be great to use the filters in my view to collect only that data in my table to send in an email. Thanks in advance for the response!
Hi there,I have a Data Model and a Data Pool containing two tables: "REQUESTS" and "ACTIVITIES".I want to access "REQUESTS" in the Workbench via PyCelonis, select several columns and transfer them into a DataFrame. The connection could be established successfully:data_pool = celonis.data_integration.get_data_pools().find('Process-Block')data_model = data_pool.get_data_models().find('Data Model') If I now try to output the individual tables with data_model.get_tables(source: https://celonis.github.io/pycelonis/1.6.0/tutorials/api_tutorial/04_PQL_and_Python_2/#4-interaction-with-the-celonis-resource-object)I get as output ID and name of the datamodel, but not the individual tables, as described in the documentation. Also the commands are outdated. Instead of .tables .get_tables must be used in the current version. Since I can't display the tables, I also can't proceed with the following function according to the doc:List all the colum
How can I delete a Data pool?
Hi all experts, Let me ask a question: where can I find license grade whether that is C4C or C4C+E for example? In my case, I just would like to invite my client but I didn't know which license I'm using until I ask to my manager. I checked license tab in admin setting but cant find it. Thanks and regards,
Hello Community, I've created an Action Flow in Celonis which contains an UI Path Queue Item which gets data from a webhook item. The webhook item data comes from a Skill, which gets data from a Record of a View. I couldn't figure out how to set up the "Add specific content" field of the UI Path Queue Item. I am really thankful for your help! The json Data file which comes from the Skill and goes into the webhook looks like this:
Hello, do you know any methods for calculating the first match ratio in the 3waymatch application based on the P2P model? I'm referring to the initial matching in the process based on the PO line. Keep in mind that a PO line can have multiple invoices.
Hi all, I'm working with an Augmented attribute generated in a skill. After several test runs, I now want to clear all the signals and the autogenerated augmented skill table, however I'm not able to do so. Does anyone know where I could empty this table? A back-up solution would be to set-up a new knowledge model, though this is not the most desirable solution. Kind regards,Maurits
why does Celonis use Snowflake schema instead of Star schema?
Hi all, i have implemented a multilog and i want to build the following analysis in a multilog enviroment (Eventlog merged is activated in the data model and there are 2 different eventlogs). The problem i am encountring is that i can't "select" the eventlog to analyse. Everytime i click on any of the following predefined analysis, it automatically choses the _cel_merged_activities (only in Comformance i found the option to change the Eventlog). Is there a workaround or a feature request in Pipeline regarding this? Can i just change the whole analyses to point towards an eventlog of my choice? Thanks Himanshu
Example: line belnr bukrs koart1 12345 d01 K2 12345 d01 S3 12345 S01 D4 12345 S01 Shere my extraction logic should pull only line 2 and not line 4.
I am trying to replicate the following in Cloud connector extraction job for a table named order_status: create table `order_status_filtered` as( SELECT S.order_id ,S.created_dt from `order_status` S where exists (select * from `fact_order` O where O.id = S.order_id) and S.STATUS NOT IN ('Created','Sale Confirmed','Not Started')); I am unable to add the where exists part in the extraction filters.Is there a way to do it?
Some of our databases used Windows authentication instead of the self-Instance/user name & password on each database. The process is, I need to login to Jump box (Server) and login to the database (MSSQL) with different Windows authentication (not just my user name) Your help & guidance is highly appreciated. Thank You!Best Regards,Windu
Already have an account? Login
No account yet? Create an account
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.