Skip to main content

Product Updates

See what’s new at our product, check the updates below

Use attributes of events for more granular process analysis (2024-09-23)

When you create event logs in the object-centric perspective editor, you can now break down event types into subsets using their attributes, meaning that you can give your analysis an extra level of granularity without creating multiple similar events. For example, you can select the delivery method attribute to create subtypes of the ReleaseDelivery event, so that you can analyze each specific delivery method separately. If you later add a new delivery method as an attribute value, you won't need to set up a new event for it - it'll just appear as a distinct path.You can select any number of attributes for any number of events in the event log, so you can create subsets of events based on combinations of attributes. We'll query the attributes in the order you place the events in the event log, followed by the order you place the attributes in the event type definition. If you need to change the ordering for different use cases, you can do that in the PQL query in Knowledge Models that use the event log.You can break down an existing custom event log by attributes, and still continue to use the event log as you do now. We'll create a new activity column for events and attributes ending in _ActivityDetails, and keep the existing column ending in _Activity alongside it for events only.With the new capability to add custom attributes to event types from the Celonis catalog (see Extend Celonis event types with attributes and relationships), you can use this feature with Celonis event types as well. Add the custom attributes to the Celonis event types, and create or edit custom event logs using them. Applications that don't know about the custom attributes will ignore them, so they won't affect your existing setup. For the instructions to model events, see Modeling objects and events.

Extend Celonis perspectives (2024-09-13)

You can now extend the perspectives from the Celonis catalog with further objects, events, relationships, and event logs. In the perspectives editor, pick a Celonis perspective from one of our Celonis catalog processes that you've enabled, and choose Extend to create a custom extension for it. Your extension can use custom or Celonis catalog objects, events, and relationships. You can connect objects in your extension to the objects in the Celonis perspective by including or embedding them. Embedding (where you use a copy of the object type) is safer as there's no risk of creating a cycle in the Celonis perspective. You can also connect objects in your extension to other objects in the extension. You can add custom event logs that use objects in your extension as the lead object type. You can also change the default event log for the perspective to be one of these. We'll save your extension separately from the Celonis perspective, so you can view and use the original perspective with or without the extension, and you can create more than one custom extension for the same Celonis perspective. If you've already created a custom perspective to use instead of a Celonis perspective, consider adding your customizations as an extension to the Celonis perspective instead. Celonis perspectives get updated with the latest changes and fixes when you update your Celonis catalog version, so they'll continue to meet the requirements for the Celonis apps and features that use them. Using objects and events for process mining explains how to use perspectives.

Duplicate Invoice Checker (object-centric) version 1.0.0 (2024-09-06)

We've built the new version of the object-centric Duplicate Invoice Checker using the latest features in Studio, and you can easily customize the views with the new Studio experience's enhanced user interface. We've upgraded the app content too - here are the highlights: Improved duplicate value tracking Improved group validation flow Customizable group prioritization New filter-capable charts to quickly analyze group distribution across dimensions The object-centric Duplicate Invoice Checker that's built on the new Studio experience is available in the Celonis Marketplace as a new package. You won’t be able to download it as an update to your existing object-centric Duplicate Invoice Checker package - you’ll need to download and install it as a new installation (Installing the object-centric Duplicate Invoice Checker has the steps). The new package has the same name as the old package, as it's a replacement for it, and we won’t be updating the old package built with the legacy Studio components.For updates after version 1.0.0 of the package, we’ll clone the existing versions of your views, and add these to the package navigation along with the new versions of the views. (You can opt out of this by deselecting the “Duplicate copied assets before update” checkbox when you action the update.) Cloning the views means you won't lose the customizations you made to existing views, and you can copy them over to the new version of the views. Alternatively, you can discard any of the new views and revert to your existing versions.

Object-centric process mining: Create templates for your transformations (2024-08-27)

You can now set up a template containing an SQL query, and use it to create the transformations for many similar object types or event types. Templates are especially useful if you are modeling multiple flavors of the same event (for example, delivery dispatch by different shipping methods), or if you are transforming data from multiple data sources to create the same objects or events.When you're creating a transformation for an object type or event type, you'll now get the choice to use one of your transformation templates. There's a new Templates tab in the Transformations area of the Objects and Events environment, where you can create, edit, rename, and delete your transformation templates. You can also see the transformation instances that you've created using each template. The list of transformations in the Transformations tab tells you if a transformation was created from a template, and you can access the template from there too.To get the best out of transformation templates, include local parameters in them for the parts that you expect to vary, such as the source system name. For each transformation instance that you create from a template, you can then just go to the list of local parameters in the transformation editor, and add the correct values for that transformation. The content from the template remains read-only, and it changes to match if you edit the template - so with one edit you can apply fixes or updates to all the transformations that use the template. If a transformation instance needs further customization, for example because a source system holds the data for an attribute in a different way, you can create a partial overwrite like you would for a Celonis catalog transformation. Partial overwrites stay in effect when the template changes.For the instructions to work with transformation templates, see Creating transformation templates.