Pipelines Docs is in beta — content is actively being added.
Platform Guide

Analytics & Dashboard

Dashboards with metrics on task progress, contributor activity, and quality.

The dashboard is accessible from the Dashboard link in the sidebar. What you see depends on your role and whether a project is selected. Click on any metric card to open a detail view with the underlying data.

Admin dashboard

Without a project selected, the dashboard shows aggregate metrics across your organization. With a project selected, metrics are scoped to that project and include timeframe and pipeline filters.

Metrics

MetricDefinition
Total submissionsNumber of subtask and review submissions across all pipelines.
Completed tasksNumber of tasks that have reached Finished status.
Tasks createdNumber of tasks seeded in the selected period.
Daily active contributorsDistinct contributors who submitted work today.
Active contributorsDistinct contributors who submitted work in the selected period.
Pipeline completionFor each pipeline, the percentage of tasks that have reached the End node out of total tasks created.
Avg submissions per contributorTotal submissions divided by the number of active contributors.
First review pass ratePercentage of submissions that passed on the first review attempt without rework.
Avg reviews per review nodeAverage number of review rounds a task goes through before passing.

Contributor dashboard

Contributors see personal metrics:

MetricDefinition
Claimable tasksNumber of tasks currently available for the contributor to claim based on their role and pipeline assignments.
Submissions awaiting reviewCount of the contributor's submitted work that is pending a reviewer's decision.
Your submissionsThe contributor's submission count for today and all-time.
Tasks requiring actionTasks that need the contributor's attention, including claimed tasks and tasks returned for rework.

Activity history export

Export a detailed log of all pipeline activity to CSV. Available to project admins and above from the Export menu in the Data Explorer.

The export captures every submission, review, and routing decision across your pipelines. You can filter by date range and action type.

Action types

Action typeWhat it captures
submitA contributor submitted a subtask form.
review_passA reviewer approved a submission.
review_failA reviewer rejected a submission.
logic_thenA logic gate evaluated to the "then" (true) path.
logic_elseA logic gate evaluated to the "else" (false) path.

Export columns

ColumnDescription
Event IDUnique identifier for the activity event.
TimestampWhen the event occurred (ISO format).
Action TypeThe type of action (see table above).
Project Name / IDThe project the event belongs to.
Pipeline Name / IDThe pipeline the event belongs to.
Node ID / Name / TypeThe specific node where the action occurred (subtask, review, or logic).
User Email / NameThe contributor or reviewer who performed the action.
Task IDThe task associated with the event.
Group NameThe task group name (if task groups are enabled).
Attempt NumberWhich attempt this submission represents (1 = first attempt, 2+ = rework).
Is ReworkWhether this submission was a rework after a review rejection.
Response DataThe full form field values submitted, as JSON.
Upstream EditsAny edits made to upstream fields during this submission, as JSON.

What you can learn from the export

  • Contributor productivity — who submitted what, when, and how often.
  • Review patterns — which reviewers pass or fail submissions, and how consistently.
  • Rework frequency — which tasks required multiple attempts and why (via rejection reasons in response data).
  • Pipeline bottlenecks — where tasks spend the most time by comparing timestamps across nodes.
  • Routing decisions — which logic gate paths are taken and how often.