chevron_right Demos chevron_right Process Mining
Related demos
Book a live Demo

Live Demo — yFiles in Action

30–45 min | Online | No install required

For Developers, Product Mangers & Executives

  • Interactive graph visualization in real time
  • Integration example
  • Live Q&A and next step recommendations

30–45 minutes | 1:1 or team session | Online (Zoom / Teams)

No install required | We show live code

Book a free live demo

Live Demo — yFiles in Action

30–45 min | Online | No install required

For Developers, Product Mangers & Executives

30–45 minutes | 1:1 or team session | Online (Zoom / Teams)

No install required | We show live code

Book a free live demo

Process Mining Demo

This demo shows how to extract a graph from an event log and create an animated visualization of a process flow. The diagram shows the various steps in a processing pipeline (e.g., stages in a user story life cycle) and how entities (e.g., user stories) move through the pipeline.

The heat map shows which elements in the graph are nearing their capacity limit. A custom node style for each process step shows the name of the process as well as the current load.

The visualization is capable to render several thousand process entities at the same time in a smooth animation. It leverages WebGL for that purpose.

The event log is created by a simulator and can be replaced with custom data in the demo code. Note that the event data needs to be typed a certain way, see event-log-types.ts for details.

Things to Try

Known Issue in Safari

The heat map is currently not visible in Safari. It uses the filter property of the Canvas 2D API, which is still an experimental feature in Safari and must be explicitly enabled in the settings.