Not sure where to post? Ask your product-related questions here and get support from the community.
Recently active
Is there an error in the system?
I have built an Action Flow that retrieves some data with many query data modules (around 10mb in total), creates some csv files and sends them via email as attachments. The problem is that every time that I run it, it run to the last query data module and then it starts raising the following warning:Invoking garbage collector because of high memory usage [used=848035840,max=950000000,timeout=25000](with different numbers as used. The thing is that we are talking about like 10mb of data, so I don't understand what is going wrong.Also, if I remove the last modules (last query data and last create csv modules), the warning is still present in what previously was the second-last module (that now is the last). In my last try, this led to a Limit Exceeded in the studio, that I think is not true, since we usually are way more below the limit in terms of amount of data stored. What am I doing wrong here?
CELONIS BUSINESS ANALYST VIRTUAL INTERNSHIP how to i access this internship i got through aicte platform
Context:I am creating a View in Studio, where I have a bar and line component that shows case count on the Y axis as bars and a KPI on the Y2 axis (range 0-1) as a line. Rounded dates are shown on the X axis. I also have an annotation line on the Y2 axis with labels shown.The component is partly filtered by using View variables.Issue:I can’t get the Y2 axis range to change according to the shown values and it keeps bounding the lowest value of KPI to zero and maximum to the maximum of KPI (or annotation line if higher). However, I’d like to show the plot based on the minimum values of KPI, since readability becomes poor when values are closer to the maximum of 1.The Y2 axis range updates dynamically, when I don’t have labels shown for Y2 axis and temporarily set the minimum to 0 and unselect the component. The labels for Y axis or annotation lines or showing points of the KPI do not affect the axis range of Y2. It seems like showing the Y2 point labels prevents the range to update dyna
I am able to retrieve the SQL transformation codes from the datajobs into Machine Learning workbench using pycelonis. But can I modify/write a new SQL code within the transformation directly in Machine learning workbench or is there no option for that? Please provide some clarity one this.
Currently using python code generating dummy event logs. For the process which has loops/cycles it is generating logs but in Celonis the process model is not created as expected.
Hi,We have built an application is Celonis. We need to register this app in the marketplace. Anyone guide me on how to register an app in celonis marketplace? Regards,Aravanan. M
Hi All,I have been leading the Celonis rollout across a large public health system in Australia for several years now, and we have relicensed for several years more. The greatest challenge i have is the need to upgrade the platform continuously: From old legacy views to studio, Case Centric to OCPM, Legacy connections to Celocore, piloting new adoptions like Orchestration engine and progress copilots. When you are running an enterprise solution across a vey complex and siloed area with over a 120K workforce , the amount of technical debt starts to dilute the value of the tool you are paying for. In a challenging environment to consistently report on ROI how is everyone managing the balance of adopting new features, keeping stakeholders happy and the change management process on-going. My forward challenge now is to really move from Process mining into the automation space and leverage true resource savings in the P2P and IM spaces.
Please help me to complete the assessment
Hi everyone ,I noticed that the Celonis Free Plan and Academic Alliance are no longer available for new users.After completing sign-up, logging into the Celonis Accounts page shows only the following applications:- Celonis Academy – Become a Celonis expert now- Celonis Community – Your place to exchange, connect, and grow- Celonis Customer Support Center – Need help? Ask questions, get answers, report issues- Celonis For Consulting – Celonis For Consulting HubNo actual access to the Celonis process mining platform is provided.The Celonis website still promotes "Try for Free" everywhere, but there is no way for new users to trial the platform at this moment.Is this a temporary glitch or has the Free Plan been permanently discontinued for new users? Is there an alternative way to access the platform for a POC?Curious to hear from the community!Best Regards,Bhaskar Rambala
We are planning to work with one of our customers to show case Celonis dashboards that we have created. We need to get a NDA signed between our customer and Celonis, after which we can use their data for Celonis Dashboards. Upon reaching out to our Partner Manager, he provided us with the process that firstly involved registering the opportunity in partner portal (https://www.celopeers.com/s/partner-register-opportunity) and provide the customer name and contact person. When we tried registering we are getting the attached error, can you guide us on how to register the customer in the portal ?
Is it possible to update package dependencies automatically (via pycelonis, action flows...)? My base knowledge model is extended in multiple different packages and I would like to automatically update all extension KMs.
Is is possible to pass the changes of the Knowledge Model to another copy of it in the different Package or Space? Via the option dependencies I didn't manage to do it. Thanks for the hints!
Hi everyone, I’ve got the following Issue:I have an action flow that queries data and builds up an HTML view in the form of a table for all its entries.In the end I trigger a Process Automation Skill to send an email via the “Email by Celonis” action. My hyperlink is correctly tagged with:<a href="https://url:port/sap/bc/gui/sap/its/webgui?~transaction=*transactionname%20table-field%3Dsalesorder%3BDYNP_OKCODE%3D%2F00%23" rel="noopener noreferrer" target="_blank"> salesorder</a> but in the mail I only receieve the text “salesorder” without the hyperlink. On the other hand when I use the URL as the hyperlink text it gets through with the mail:<a href="https://url:port/sap/bc/gui/sap/its/webgui?~transaction=*transactionname%20table-field%3Dsalesorder%3BDYNP_OKCODE%3D%2F00%23" rel="noopener noreferrer" target="_blank"> https://url:port/sap/bc/gui/sap/its/webgui?~transaction=*transactionname%20table-field%3Dsalesorder%3BDYNP_OKCODE%3D%2F00%23</a>but only because my
hello team, i want to find how many days between invoice date and clear date in olap table. i just do "clear date" - "invoice date" but the result is weird very big numbers like millions. i just want normal days count. what is wrong with my code please help me
I have a few Architects who want training material for mapping Scenario Process maps - we have had minimal training for this and cannot find any documentation.One question is, once a Scenario is published to the Navigator and its associated processes are clicked on to view, there is no easy way to be taken back to the Scenario home page to explore more processes with in that scenario?
I am using the free training environment in Celonis Academy.Studio was initially available, but after I deployed an App as the guide instructed, I encountered an error that says "I am not allowed to this page" or some sort. Now the Studio button is missing. I'm only seeing the Data, MarketPlace, Search and Help Center
Hi receiving this error “Missing value of required parameter ‘Value’. All values are filled in from get rows. I have replaced the values in the write back to data pool saved and deployed and it is still not working correctly.
Hi everyone,I’m exploring ways to improve real-time communication in process workflows, especially for critical events like payment failures, delivery delays, or approval escalations.Currently, most setups rely on email or SMS notifications, but in some cases, those don’t get immediate attention. I’m considering using programmable voice calls as an alternative for high-priority alerts.For example:Triggering an automated call when an SLA is breached Voice alerts for urgent approvals Escalation calls when a process is stuckHas anyone here tried integrating voice-based notifications with Celonis (via APIs or external systems)?Also curious about:Best way to trigger voice calls from Celonis (Action Flows / APIs?) Handling retries or fallback logic Any real-world use cases where voice alerts improved process efficiencyI came across some programmable voice API solutions like https://africala.net/za/products/voice-api/that support automated calls, and I’m trying to understand how this can fit
Dear Community,In our Order Management Execution App we use various dropdown filter components.The filters, e.g. Sales Group filter, show the value like Sales Group code and the count of sales documents for each sales group code.However, the filter also brings up old Sales Group codes with 0 sales documents.Is there any way to exclude the filter values with 0 sales documents?I already tried to use a NULL filter on the filter component but this did not work.Any ideas?Looking forward to your replies.Thank you and kind regards,Michaela
In a Celonis Action Flow triggered by Microsoft SharePoint Online (Watch Items), a filter evaluates to FALSE even though it should logically evaluate to TRUE. The filter expression used is substring(lower(23.Fields.Title); length(23.Fields.Title) - 1; 1) = 's', where 23.Fields.Title is a SharePoint list Title field. At runtime, the resolved value of 23.Fields.Title (confirmed via the Filter Inspector and the SharePoint bundle payload) is C310-260430061344S, which clearly ends with the character S, so the expected result is that the filter condition evaluates to TRUE and allows the bundle to pass. However, the actual result is that the bundle does not pass the filter, and the execution log reports “The bundle did not pass through the filter,” with no errors or warnings.As we are currently facing errors when attempting to raise a ticket via Celopeers and the email support channel is not available, we are posting this in the community to seek guidance on whether this behavior is a defect
In my table Nomination, the following columns are there Key, KeyType, SourceKey. I want to add an augmented attribute called SourceKeyType with the following logic : For each record in Nomination, I need to find its SourceKey and find the KeyType Corresponds to that SourceKey. For example :Key KeyType SourceKey 1 GOM 2 2 TRA NULL After defining augemented attribute Key KeyType SourceKey SourceKeyType 1 GOM 2 TRA 2 TRA NULL NULL How to model the PQL?
I have trigger-based task list configured in a view. Is there any way to close the tasks in bulk instead of one by one?
Hi all, I have a column with multiple values e.g. col_list = '21651,5615561,50615,561591' per case_keyI need to split the values in four different rows when showing an OLAP table in studio.Some case_keys present up to 5000 values in that column. Thank you for your help, Leonardo
I am having an issue with dates and exporting to csv. They are both kpis but any way I set it up its not coming over in any format. Need some help to get this working to show as MM/DD/YYYY. Result of the action flow Result after action flow runs KPI 1KPI 2
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.