Skip to main content

Platform features released in November 2021

Platform features released in November 2021 User Management 1.7.0 release (02-Nov-2021)Feature IDs: PCS-1483/PCS-1543Description: Improves the user management UI in the Celonis ID. Visibility: Free Plan users only.Documentation: Not applicable. Team 1.79.0 release (03-Nov-2021)Feature ID: PCS-1483Description: Adds team logo URL to the identity provider (IdP) team result.Visibility: Free Plan users only.Documentation: Not applicable. Feature ID: PCS-1486Description: Catches SSO runtime errors and presents them as human-readable error messages.Documentation: Not applicable. Event Collection 1.73 release (04-Nov-2021) Feature ID: ECUI-299Description: Adds permission handling in team settings for teams that use Event Collection on premises.Documentation: Event Collection On-Premises - Team Settings Permissions Vertica Inserter 1.31.0 release (11-Nov-2021)Feature ID: DL-363Description: Improves the handling of error messages for transformations in Event Collection by passing additional technical details for Pool Provider errors to the Event Collection UI for display in Data Job logs or directly in the SQL workbench.Documentation: Not applicable. Team 1.80.0 release (12-Nov-2021)Feature ID: PCS-1487Description: Integrates a 2FA provider with the Celonis ID.Visibility: Free Plan users only.Documentation: Not applicable. Feature ID: PCS-1588Description: Activates Content Security Policy (CSP) in blocking mode in team settings in realm eu-1.Documentation: Not applicable. Quickstarts release (16-Nov-2021)Feature ID: DOB-1076Description: Provides support for Oracle EBS AP column name mapping. If the source data uses a different column naming convention (for example, due to version differences in EBS), all columns of the input tables can be mapped to the expected schema. This means tables can also be replaced if they provide the expected data.Documentation: Not applicable. User Management 1.9.0 release (17-Nov-2021)Feature ID: PCS-1482Description: Implements user deletion in the identity provider (IdP).Visibility: Free Plan users only.Documentation: Not applicable. Event Collection 1.74 release (23-Nov-2021)Feature ID: ECUI-191Description: Extends data job alert options and allows notifications for skipped data jobs to be enabled.Documentation: Data Job Alerts Feature ID: DFD-307Description: Provides a new APC consumption service which enables more frequent and timely APC calculations without affecting the APC consumption functionality.Documentation: Not applicable.

Studio features released in November 2021

Studio features released in November 2021 PA 1.60 release (15-Nov-2021)Feature ID: DV-3590Description: Allows a custom dimension to be specified in the conformance checker for Process Analytics and Studio so conformance of columns other than the default activity column can be measured.Documentation: PA 1.60 BINFR 2.18.0 release (23-Nov-2021)Feature ID: BINFR-1543Description: Allows editing of an embedded view component.Documentation: Not applicable. Feature ID: BINFR-1658Description: Clarifies relationship between extended and base views and simplifies navigation between these views.Documentation: Not applicable. Feature ID: BINFR-1836Description: Auto-generates variables when creating a profile view so components can be item specific without setting variables manually.Documentation: Not applicable. Feature ID: BINFR-1908Description: Improves user experience by collapsing the YAML component editor by default and therefore increasing the screen space available when creating YAML definitions.Documentation: Not applicable. Feature ID: BINFR-1928Description: Updates YAML component editor so previews reflect the defined layout settings such as background color.Documentation: Not applicable. NAVI 1.26 release (23-Nov-2021) Feature ID: TN-2468Description: Improves accessibility including in the explorer and tree views and in the YAML component editor.Documentation: Not applicable. Feature ID: TN-2487Description: Improves load and save times for visual editors.Documentation: Not applicable. CC 0.32.0 release (24-Nov-2021)Feature ID: BC-2184 Description: Adds search and filter functionality within table columns for string data types.Documentation: Table Column Filtering & Searching Feature ID: BINFR-1513Description: Allows the textbox component to be built using visual editors.Documentation: Text Box Component Visual Editor    

Ready to seize unlimited opportunities?

Ready to seize unlimited opportunities? Visit the EMS Store from your EMS team and discover the different new Apps added every week we are offering to our global customer base made by Celonis and Partners (Accenture, Cognito Analytics, etc).  The EMS Store contains:1) Apps to empower business users to apply data and intelligence to solver specific business problems2) Extractors to create data pipelines between a source system and EMS3) Process Connectors with data extraction with SQL transformation, event logs, data structure and model 4) Action Flows to allow automated actions across multiple applications5) Machine Learning Workbench (“MLWB”) to provide a fully managed data science platform. Visit the EMS Store or find your team.  Newest: Opportunity Management - Pipeline ExplorationThe opportunity management team released the pipeline exploration app in November. Acting as a process cockpit, the app provides users in sales leadership and sales operations insights into their past and present pipeline. Users can, for instance, analyze their close rate, sales cycle length, and born-to-win opportunities across different regions, industries, or sales motions. The benchmarking tool further allows them to identify best practices and promote compliance across the sales organisation. Thus, pipeline exploration will kickstart the process mining journey with Celonis for Opportunity Management. Accenture’s Procurement Operations Execution App:Accenture proposed a Procurement Operations Control Tower solution built on Ariba system, to combine data, insights and automation in an industrialized manner. This enabled operations to measure process performance, identify opportunities and drive continuous improvement. The app enables:Fast access to operational data, up to date analytics and reportingIdentify and automate corrective actions, early warningsDrives effective work Management, actions and automationConsiderable reduction in process turnaround timeCelonis’ automated process analysis uses sensors to surface anomalies in the process - trends, patterns, and changes - that are impacting KPIs. This Execution App provides a number of predefined sensors to capture the most commonly identified patterns in the process. Additional sensors can be defined as desired.

New Pycelonis Release 1.5.1

We are excited to announce that we have released Pycelonis 1.5.1 Pycelonis is a python library built and managed by Celonis that allows easy interaction with Celonis pre-processed data as well as include functions to support building process-specific custom machine learning algorithms in python. This new release (Pycelonis 1.5.1) introduces some amazing new features that will help you quickly build your own custom usecases. Following is a sneak peak into some of the highlights: Data Deduplication We have added a data deduplication module in pycelonis that helps you find any kind of duplicates in any process. We have also added tutorial notebooks of specific deduplication usecases such as Vendor Deduplication and Material Deduplication to help you get started. In order to get started, you get the new notebooks by execution the following import inside your python notebook after updating pycelonis to the latest version. from pycelonis.notebooks import data_deduplication Root Cause Analysis We have also added a root cause analysis module in pycelonis that helps you find the correlation between different process KPIs and attributes to help root cause an increase or decrease of a specific KPI. To get started you can get the tutorial notebook for the root cause analysis module by importing the following: from pycelonis.notebooks import root_cause_analysis Studio Support We have also added studio integration in Pycelonis. You can now create your studio packages also via python. In addition to that, you can also add and remove objects from the knowledge model as well as extract KPIs and execute them as PQL via your python script with the help of the latest pycelonis release. This helps in easily integrating your custom ML usecases to the studio assets. Data Pipeline Updates We have introduced an option to apply automatic chunking while pulling data from Celonis to support the data export for files larger than 1 GB. For more details on what is included in the latest release and how can you use it, please have a look at pycelonis documentation . Best Regards, Celonis Product Team

Pycelonis Release 1.5

We are happy to announce that we have now released Pycelonis 1.5. Pycelonis is a python library built and managed by Celonis that allows easy interaction with Celonis pre-processed data as well as include functions to support building process-specific custom machine learning algorithms in python. This release (Pycelonis 1.5) includes some major changes such as improving stability and robustness as well as bringing new functionalities. Following are the new changes and what it means for you: New Push Data Functions Pushing data to datapools is now split into 3 different functions covering 4 different behaviors: Create new table in the datapool data_pool.create_table(table_name="MY_PUSH_TABLE", df_or_path=df, if_exists="error") Append data to an existing table in the datapool data_pool.append_table(table_name="MY_PUSH_TABLE", df_or_path=append_df) Upsert data into an existing table in the datapool data_pool.upsert_table(table_name="MY_PUSH_TABLE", df_or_path=upsert_df, primary_keys=['C']) Replace data with the data in an existing table in the datapool data_pool.create_table(table_name="Test_Data", df_or_path=replace_df, if_exists="drop") You can then add the newly created table to the datamodel where needed using a different function which is: data_model.add_table_from_pool(table_name="MY_NEW_TABLE", alias= "MY_NEW_TABLE") What does this mean for you? All the other functions in pycelonis that were previously available to push data into datapools or datamodel are now deprecated. This means that they will still work but we recommend switching to the new methods to have a better experience. Simulation We have also added a new module in pycelonis that allows you to simulate process changes before implementing them. If you want to learn more about it, check the following post on Process Simulation. For more details and change log, please have a look at pycelonis documentation. Best Regards, Celonis Product Team

New feature: Celonis Process Simulation in pycelonis

Celonis Process Simulation (in pycelonis) Simulate process changes before implementing them. With the release of version 1.5, we are making our Process Simulation capabilities available in pycelonis. This allows users with python knowledge to use our simulation capabilities inside the ML Workbench. Read more about pycelonis 1.5 here. If you know what simulation can do and want to start implementing it, jump to How to use Process Simulation in python of this post directly (last part of this post). We are also going to release a fully integrated, easy to use simulation experience in Celonis Studio, which is planned for the end of Q1 2021. Introduction to Process Simulation Modern organizations are looking for a data-driven way to know beforehand how big or small changes in their processes could impact the process outcome. This is due to the fact that process changes have various challenges High strategic risk which cannot be calculated in advanceWhat-if scenarios hard to estimate and evaluateCostly optimization efforts with no way of measuring their impact 15901075 170 KB Celonis Process Simulation allows you to simulate the full impact of changes in your processes and lets you evaluate all your optimization scenarios. Benefits Simulate different options for resource reallocation and process adjustmentsGet a great sense of where and how to take action based on impact and outcomeGet a dynamic visualization of all possible scenarios beforehandCalculate an adaptive simulation model incorporating day-to-day changes How it works Extract a Digital Twin by leveraging the actual process data: This creates a statistical representation of the process, including information about which resources work on which activities, their working calendar, and where in the process work piles up and creates bottlenecks. Create simulation scenario and run simulation: To see how this change impacts the overall performance and behavior of the process, the user runs a simulation scenario. Our integrated discrete event simulator calculates a simulated process model based on the Digital Twin. Analyze the results: All parameters of the process and simulation scenarios can be compared as a before/after analysis. Use Cases S/4HANA Transformation Impact See how it will affect your process KPIs and impact your business System Migration Impact Calculate the impact of automation or new features on your process KPIs What-If Simulations for M&A Synergies Effectively realize synergies in aligning resources and process flow Shared Service Transition See where in the process to best invest into more resources Throughput vs. Cost Optimization Simulate how big or small process changes impact process KPIs RPA/Automation Prioritization See if it really speeds up the process, or just shifts the bottleneck somewhere else Process Capacity Limit Identification Simulate what happens if a huge number of cases enters your process at once How to use Process Simulation in python To get started, we have updated the pycelonis documentation with tutorial notebooks on Process Simulation. Note: You need to update pycelonis before you can use the new functionality. Currently, we include two tutorial notebooks: Introduction to the Process ModelCelonis Process Simulation Tutorial (main tutorial) To import these notebooks into your ML Workbench, run: from pycelonis.notebooks import process_simluation The first notebook gives you an introduction to the parameters of a simulation model. Those include information about the resources, processing times, and many more. The process model (or Digital Twin) builds the foundation for all the process changes you want to simulate. Find it here The main tutorial covers a full end-to-end demonstration of the simulation capabilities: Extract the as-is Process Model from the data: In this step, we are semi-automatically extracting the Digital Twin from your data model. Some parameters can be extracted fully automatically, others need to be validated by the user or input manually.Simulate the as-is Process Model: After extracting the Digital Twin, we are going to execute a simulation. This gives us the baseline results that we are going to use in a comparison with another simulated scenarioModify the as-is Process Model to try out alternative models: In this step, we are going to make changes to the Digital Twin, and thus create a second simulation scenarioSimulate the alternative models: Simulate the second scenario and compare the results to the Digital Twin Find it here With that, we wish you happy holidays! We are hoping you find this functionality useful and are looking forward to your feedback. Best Regards, Celonis Product Team

Process Automation is moving into Celonis Studio

Dear Celonis community, I want to make you aware of the fact that Process Automation is moving into the Celonis Studio. From November 30 on, users create, edit and maintain all Process Automation contents in the studio. Existing contents are automatically moved. image1909313 61.2 KB Q&A: What will happen to my existing Process Automation Skills? All existing Process Automation Skills are automatically moved to the Celonis Studio. They are added to one package called Process Automation Skills. All links to Action Engine Skills remain unchanged and continue to work seamlessly. Why does Process Automation move there and what is the advantage? As an immediate value add, you can now maintain analyses and Process Automation contents at one place without having to switch tabs. Besides, the studio allows you to create folders (e.g. separate Order Management and Procurement automations) to administrate your contents more easily. Who will have access to Skills in Celonis Studio? Users with Edit Package(s) permission (including Admins) have edit access to the Process Automation Skills in the Studio. All users who currently have Edit Skill(s) permissions in Process Automation will have Edit Package permissions in the Studio. Studio permissions can be edited in the Team Settings. What does that mean for Action Engine? Just as you used to, you can set up Skills in Action Engine (to specify the business logic) and link them to Process Automation in the Studio (to perform automations). If you are building an Execution App, you can already set up everything (business logic + automations) in one place in the Studio. Learn more: LMS Training: Studio App Creator - Create Skills Dokumentation: Help Page

User Interface Improvements - Rebranding to EMS Style

With the announcement of the new Execution Management System software category, we have brought our design and user experience to the next level. As of November 19th 2020, Celonis has a new look and feel with improved usability and accessibility to all our cloud users. Our Inspiration Our brand new user experience strives to marry James Bonds professionalism with his inherent joie de vivre (but instead of serving Her Majesty the Queen, it serves our users). We want end-users to experience the EMS with sharp efficiency and delight. And just like a successful spy always has the right tools at their disposal, we believe so should our users with the Celonis EMS. To stick with the James Bond theme, have you ever wondered why the franchise has always been so successful? Its the simplicity and the patterns that repeatedly draw us back to the movie theaters. Execution apps, too, rely on repeatable patterns, narratives, and flows, to solve a large variety of business cases. Features and Benefits Our updated visual language includes crisp colors, clean typography, and new visual imagery to showcase our corporate identity while making the EMS a joy to use. Sharp contrasts, the UIs versatility, and carefully selected color palettes support your success with the best possible accessibility and usability. Better accessibility through optimized contrasts and colors, suitable for colorblind and vision impared usersImproved readability through font optimization and stylingImproved usability through user flow optimizations in execution appsUnified visual design 1600960 710 KB image43223024 996 KB 1600897 108 KB 1600899 107 KB

User Interface Improvements - Rebranding to EMS Style

With the announcement of the new Execution Management System software category, we have brought our design and user experience to the next level. As of November 19th 2020, Celonis has a new look and feel with improved usability and accessibility to all our cloud users. Our Inspiration Our brand new user experience strives to marry James Bonds professionalism with his inherent joie de vivre (but instead of serving Her Majesty the Queen, it serves our users). We want end-users to experience the EMS with sharp efficiency and delight. And just like a successful spy always has the right tools at their disposal, we believe so should our users with the Celonis EMS. To stick with the James Bond theme, have you ever wondered why the franchise has always been so successful? Its the simplicity and the patterns that repeatedly draw us back to the movie theaters. Execution apps, too, rely on repeatable patterns, narratives, and flows, to solve a large variety of business cases. Features and Benefits Our updated visual language includes crisp colors, clean typography, and new visual imagery to showcase our corporate identity while making the EMS a joy to use. Sharp contrasts, the UIs versatility, and carefully selected color palettes support your success with the best possible accessibility and usability. Better accessibility through optimized contrasts and colors, suitable for colorblind and vision impared usersImproved readability through font optimization and stylingImproved usability through user flow optimizations in execution appsUnified visual design 1600900 1600897 1126913