Analyzing Processes in ProcessMind
Learn how to explore, filter, and understand your process data using ProcessMind dashboards. A guide for dashboard viewers and analysts.
The process graph is the central visualization in ProcessMind. It shows you how cases flow through your process, from start to finish. Understanding how to read this graph is essential for effective process analysis.
[IMAGE: ProcessGraph.webp]
- Content: Annotated screenshot of a process graph showing activities, connections, start/end events, and metrics
- Alt text: “ProcessMind process graph showing activities, connections, and flow metrics”
The process graph uses BPMN-like components to represent your process:
Activities are the tasks or steps in your process. They appear as rounded rectangles with:
Each activity represents something that happened in your process, for example “Order Received”, “Payment Processed”, or “Shipment Sent”.
The green circle on the left marks where cases begin. All cases flow from this starting point.
The red circle on the right marks where cases complete. Cases that reach this point have finished the process.
Discovered vs. Designed
Unlike traditional BPMN diagrams that show how a process should work, the ProcessMind process graph shows how your process actually works based on your data. The layout is automatically discovered from event logs.
The arrows between activities show how cases move through your process.
Each connection (arrow) represents a transition: cases that went from one activity directly to another. The connection from “Order Received” to “Payment Processed” represents all cases where those two activities happened in sequence.
Connections are colored based on their metric value:
| Color | Meaning |
|---|---|
| Thick/dark lines | High metric value (many cases, long time, etc.) |
| Thin/light lines | Low metric value (few cases, short time, etc.) |
The color intensity helps you quickly spot the “highways” in your process (where most cases flow) versus the “backroads” (rare paths).
The numbers displayed on connections depend on your selected metric:
| Metric | What the Number Means |
|---|---|
| Count Events | How many times this transition occurred |
| Count Cases | How many unique cases took this path |
| Average Time | Average duration between these two activities |
| Sum Time | Total time spent on this transition across all cases |
To see different information on the process graph:
When one activity leads to multiple possible next activities, you see a split in the process graph.
Unlike traditional BPMN diagrams that use explicit gateway symbols (diamonds), ProcessMind shows splits simply as multiple outgoing connections from an activity.
For example, after “Review Application”, you might see connections going to both “Approve” and “Reject”. The activity has two outgoing arrows, one pointing to each possible next step.
This is simpler to read than BPMN’s XOR gateway notation, and it directly shows the real flow from your data.
When you hover over or click connections, you can see what percentage of cases took each path. For example:
These percentages help you understand the actual decision outcomes in your process.
ProcessMind focuses on showing you what actually happened rather than modeling decision logic. The connections themselves tell the story:
This approach makes the graph easier to read while still showing all the routing information.
Sometimes multiple activities happen at the same time (in parallel). ProcessMind shows this with special gateway symbols.
When your data shows activities happening concurrently, you’ll see an AND gateway (parallel gateway) on the graph:
[IMAGE: ParallelGateway.webp]
- Content: Process graph section showing parallel branches with AND gateway symbol
- Alt text: “Parallel gateway in ProcessMind showing concurrent activities”
The AND gateway appears as a diamond with a plus sign (+) inside. The flow splits into parallel branches, and then merges back together with another AND gateway.
Signs that activities run in parallel:
Don’t confuse parallel execution with choice:
| Pattern | What It Means | How It Looks |
|---|---|---|
| Parallel (AND) | Both activities happen | Diamond with + sign |
| Choice (XOR) | One OR the other happens | Just multiple arrows, no gateway |
If you see multiple outgoing arrows without a gateway symbol, that’s a choice point where cases take one path or another. If you see the AND gateway, both branches execute.
When analyzing parallel branches:
Complex processes can be overwhelming. Use the detail slider to simplify the view:
Switch between different metrics to understand different aspects:
Analysis Tip
High frequency and long time don’t always go together. An activity might be rare but extremely slow, or very common but quick. Check both metrics to get the full picture.
Now that you understand the process graph, explore these related topics: