For the complete documentation index, see llms.txt.
Skip to main content
Version: 8.10 (unreleased)

Business value dashboard

Use the business value dashboard to track process outcomes using cycle time, automation rate, activity, and agentic adoption metrics. Set targets for cycle time and automation rate, and find the processes that miss them.

To open the dashboard:

  1. In Camunda Hub, go to Business Value (/business-value).
  2. Use the environment picker to select an Orchestration Cluster.
  3. Review the portfolio view, then select a process to open its process view.

The dashboard shows data for one cluster at a time and does not aggregate values across clusters. Each value therefore belongs to the environment currently selected in the picker.

Availability and permissions

The business value dashboard is available in Camunda 8.10 and later, for clusters connected to Optimize.

The dashboard uses the same organization-level access rules as Optimize in SaaS and Self-Managed. Organization Owner, Organization Admin, and Analyst roles can access the dashboard, Member and DevOps roles can't.See roles and permissions for the full permission matrix.

Viewing the dashboard and setting targets require the same access. There is no separate read-only or target-editing permission.

note

The standalone Optimize role does not grant access to the business value dashboard. It can grant access to Optimize itself, but that alone is not enough to open the dashboard in Camunda Hub.

How the dashboard calculates metrics

Every metric on the dashboard follows the same rules.

RuleWhat it means
Completed instances onlyOnly completed process instances are counted. Running and unfinished instances are excluded from every metric, chart, and target comparison.
Targets are values you setCamunda doesn't supply a default or benchmark target. Every target on the dashboard is one you entered.

Automation rate definition

Automation rate is the share of counted tasks that are automated. It is calculated as automated tasks / (automated tasks + user tasks + manual tasks).

IncludedExcluded
Automated tasks, such as service tasks, script tasks, business rule tasks, and send tasksEvents and gateways
User tasks and manual tasks, which count toward the denominatorSub-process containers themselves
Tasks inside embedded sub-processes, counted the same as tasks at the top levelTasks in a process started by a call activity

Structural elements are excluded because the automation rate counts tasks rather than events, gateways, or sub-process containers. A process built mostly from gateways and events is not automatically 100% automated under this definition.

Automation rate is calculated on the root process only. Tasks in a process started by a call activity count toward the automation rate of that called process, not the calling one.

Cycle time definition

Cycle time is the elapsed duration of a completed process instance, from start to end.

Review the portfolio view

The portfolio view summarizes all processes in the selected cluster. Use it to see where targets are met and which processes need attention.

MetricWhat it showsHow to interpret it
Target coverage and attainmentHow many active processes have at least one target set, and how many configured targets are currently met.Low coverage means the summary reflects only a subset of your processes.
ActivityCompleted work handled and how it changes over time.Use activity as context for the other metrics. Activity isn't compared against a target.
Automation rateThe aggregated automation rate for the cluster, plus a per-process comparison.Use it to find processes that still rely heavily on manual work.
Cycle timeA process-by-process comparison and the longest-running processes.Use it to find where processes take longest to complete.
Agentic adoptionWhich processes use agentic steps.Use it to see where AI agents already handle part of the work.
Off-target processesProcesses with missed targets, ranked first by the number of missed targets and then by the size of the deviation.Start with the top entry. See investigate a missed target.

Review the process view

The process view shows the metrics and targets for a single process. Open it by selecting a process from the portfolio view.

ElementWhat it shows
Per-metric value and statusThe current value for each metric, whether its target is met, and where available, by how much it is met or missed.
ActivityCompleted work handled for this process in the selected scope.
TrendsHow activity and cycle time change over time, rather than a single snapshot.
Cycle time distributionP50, average, and P95 where available, so you can compare typical durations with higher-percentile durations.
Version contextVersion selection or release-over-release comparison where available, so you can see how a release performed.
Target actionsSet target for the metrics this process supports.

Set targets

Each target is optional and set independently, so you can set a cycle time target without setting an automation rate target.

MetricDirection
Cycle timeLower is better
Automation rateHigher is better

To set a target:

  1. Open the process view for the process you want to set a target for.
  2. Click Set target to open the Set targets dialog.
  3. Review the current baseline shown beside the target input, where supported.
  4. Enter the target value and click Save targets.

Use the baseline to set a meaningful target relative to current performance. A target that is too far from the baseline may provide little useful information about progress.

Filter the results

Filters change which completed instances are counted, so a target that is met over one date range can be missed over another.

FilterWhat it does
EnvironmentSelects the Orchestration Cluster to report on. Required.
ProcessLimits results to one process.
Date rangeLimits results to instances completed within the range.
VersionLimits results to one process version. Available once you have selected a process.

When you share a number from the dashboard, include the filters it was measured with. An automation rate of 94% over the last 30 days on one cluster is not the same as 94% overall.

Investigate a missed target

The dashboard shows which target was missed and by how much, but not which process instances contributed to the missed target or why.

  1. In the portfolio view, open Off-target processes and start with the top entry.
  2. Follow the link to the process view to confirm the missed target, review the trend, and check whether the issue is concentrated in a specific version.
  3. If an operational investigation link is available, follow it to inspect the affected instances in Operate.
  4. For process analysis such as bottleneck and outlier detection, continue in Optimize.

Multi-tenancy

In Self-Managed, the business value dashboard follows the Optimize multi-tenancy model. In SaaS, the dashboard shows data from the default tenant only.

In a multi-tenant environment:

  • Targets are created, read, updated, and evaluated per tenant. A target set for one tenant isn't visible to, or inherited by, another tenant using the same process.
  • In the process view, select a tenant to scope both the process metrics and the target you're editing.
  • The portfolio view reports across all tenants you're authorized to see.