Skip to content

feat: add clickable Run reference rendering in observability UI#1681

Open
TooTallNate wants to merge 3 commits intomainfrom
fix/o11y-run-ref-rendering
Open

feat: add clickable Run reference rendering in observability UI#1681
TooTallNate wants to merge 3 commits intomainfrom
fix/o11y-run-ref-rendering

Conversation

@TooTallNate
Copy link
Copy Markdown
Member

Summary

When a serialized Run object appears in step input/output data in the observability UI, it is now rendered as a clickable purple badge showing the runId. Clicking the badge navigates to the target run's detail page.

This was extracted from PR #1491 as a standalone o11y feature.

Changes

Core

  • serialization-format.ts: Add RunRef type, isRunRef(), serializedRunToRunRef(), and Run entry in observabilityRevivers

Web Shared

  • data-inspector.tsx: Add RunRefInline component (purple clickable badge), RunClickContext, makeOpaqueRef()/collapseRefs() utilities to prevent ObjectInspector from expanding ref objects
  • attribute-panel.tsx: Thread onRunClick prop, wrap content in RunClickContext.Provider, improve stepName display fallback
  • entity-detail-panel.tsx: Thread onRunClick prop
  • run-trace-view.tsx: Thread onRunClick prop
  • workflow-trace-view.tsx: Thread onRunClick prop, reset selected span when navigating to a different run
  • trace-span-construction.ts: Show step name for builtin steps instead of empty string
  • hydration.ts: Re-export RunRef, RUN_REF_TYPE, isRunRef

Web

  • run-detail-view.tsx: Add handleRunRefClick callback that navigates to /run/{targetRunId}

When a serialized Run object appears in step input/output data, it is
now rendered as a clickable purple badge showing the runId. Clicking
navigates to the target run's detail page.

Changes:
- serialization-format.ts: Add RunRef type, isRunRef(), serializedRunToRunRef(),
  and 'Run' entry in observabilityRevivers
- data-inspector.tsx: Add RunRefInline component (purple badge), RunClickContext,
  collapseRefs() to make refs non-expandable in ObjectInspector
- attribute-panel.tsx: Thread onRunClick prop, wrap in RunClickContext.Provider
- entity-detail-panel.tsx: Thread onRunClick prop
- run-trace-view.tsx: Thread onRunClick prop
- workflow-trace-view.tsx: Thread onRunClick prop, reset selected span on run change
- trace-span-construction.ts: Show step name for builtin steps instead of empty string
- hydration.ts: Re-export RunRef types
- run-detail-view.tsx: Add handleRunRefClick that navigates to /run/{targetRunId}
@TooTallNate TooTallNate requested a review from a team as a code owner April 10, 2026 00:17
Copilot AI review requested due to automatic review settings April 10, 2026 00:17
@changeset-bot
Copy link
Copy Markdown

changeset-bot bot commented Apr 10, 2026

🦋 Changeset detected

Latest commit: 4a71ef7

The changes in this PR will be included in the next version bump.

This PR includes changesets to release 17 packages
Name Type
@workflow/core Patch
@workflow/web-shared Patch
@workflow/web Patch
@workflow/builders Patch
@workflow/cli Patch
@workflow/next Patch
@workflow/nitro Patch
@workflow/vitest Patch
workflow Patch
@workflow/world-testing Patch
@workflow/astro Patch
@workflow/nest Patch
@workflow/rollup Patch
@workflow/sveltekit Patch
@workflow/vite Patch
@workflow/nuxt Patch
@workflow/ai Patch

Not sure what this means? Click here to learn what changesets are.

Click here if you're a maintainer who wants to add another changeset to this PR

@vercel
Copy link
Copy Markdown
Contributor

vercel bot commented Apr 10, 2026

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated (UTC)
example-nextjs-workflow-turbopack Ready Ready Preview, Comment Apr 10, 2026 6:14am
example-nextjs-workflow-webpack Ready Ready Preview, Comment Apr 10, 2026 6:14am
example-workflow Ready Ready Preview, Comment Apr 10, 2026 6:14am
workbench-astro-workflow Ready Ready Preview, Comment Apr 10, 2026 6:14am
workbench-express-workflow Ready Ready Preview, Comment Apr 10, 2026 6:14am
workbench-fastify-workflow Ready Ready Preview, Comment Apr 10, 2026 6:14am
workbench-hono-workflow Ready Ready Preview, Comment Apr 10, 2026 6:14am
workbench-nitro-workflow Ready Ready Preview, Comment Apr 10, 2026 6:14am
workbench-nuxt-workflow Ready Ready Preview, Comment Apr 10, 2026 6:14am
workbench-sveltekit-workflow Ready Ready Preview, Comment Apr 10, 2026 6:14am
workbench-vite-workflow Ready Ready Preview, Comment Apr 10, 2026 6:14am
workflow-docs Ready Ready Preview, Comment, Open in v0 Apr 10, 2026 6:14am
workflow-swc-playground Ready Ready Preview, Comment Apr 10, 2026 6:14am

@github-actions
Copy link
Copy Markdown
Contributor

github-actions bot commented Apr 10, 2026

📊 Benchmark Results

📈 Comparing against baseline from main branch. Green 🟢 = faster, Red 🔺 = slower.

workflow with no steps

💻 Local Development

World Framework Workflow Time Wall Time Overhead Samples vs Fastest
💻 Local 🥇 Express 0.042s (-1.9%) 1.006s (~) 0.964s 10 1.00x
💻 Local Next.js (Turbopack) 0.048s 1.006s 0.958s 10 1.14x
🐘 Postgres Express 0.061s (-7.7% 🟢) 1.012s (~) 0.950s 10 1.46x
🐘 Postgres Next.js (Turbopack) 0.061s 1.013s 0.952s 10 1.46x
🐘 Postgres Nitro 0.064s (+1.7%) 1.011s (~) 0.947s 10 1.53x
💻 Local Nitro ⚠️ missing - - - -

▲ Production (Vercel)

World Framework Workflow Time Wall Time Overhead Samples vs Fastest
▲ Vercel 🥇 Next.js (Turbopack) 0.262s (-41.0% 🟢) 2.085s (-6.2% 🟢) 1.823s 10 1.00x
▲ Vercel Nitro 0.301s (+6.4% 🔺) 2.134s (-14.0% 🟢) 1.833s 10 1.15x
▲ Vercel Express ⚠️ missing - - - -

🔍 Observability: Next.js (Turbopack) | Nitro

workflow with 1 step

💻 Local Development

World Framework Workflow Time Wall Time Overhead Samples vs Fastest
💻 Local 🥇 Next.js (Turbopack) 1.115s 2.005s 0.890s 10 1.00x
💻 Local Express 1.128s (~) 2.006s (~) 0.878s 10 1.01x
🐘 Postgres Express 1.143s (~) 2.010s (~) 0.866s 10 1.03x
🐘 Postgres Next.js (Turbopack) 1.146s 2.010s 0.864s 10 1.03x
🐘 Postgres Nitro 1.156s (~) 2.011s (~) 0.855s 10 1.04x
💻 Local Nitro ⚠️ missing - - - -

▲ Production (Vercel)

World Framework Workflow Time Wall Time Overhead Samples vs Fastest
▲ Vercel 🥇 Nitro 2.115s (+0.9%) 4.101s (+6.8% 🔺) 1.986s 10 1.00x
▲ Vercel Next.js (Turbopack) 2.151s (+3.8%) 4.061s (+10.0% 🔺) 1.909s 10 1.02x
▲ Vercel Express ⚠️ missing - - - -

🔍 Observability: Nitro | Next.js (Turbopack)

workflow with 10 sequential steps

💻 Local Development

World Framework Workflow Time Wall Time Overhead Samples vs Fastest
💻 Local 🥇 Next.js (Turbopack) 10.807s 11.022s 0.214s 3 1.00x
🐘 Postgres Express 10.886s (~) 11.018s (~) 0.133s 3 1.01x
🐘 Postgres Next.js (Turbopack) 10.898s 11.023s 0.125s 3 1.01x
💻 Local Express 10.942s (~) 11.023s (~) 0.082s 3 1.01x
🐘 Postgres Nitro 10.946s (+0.9%) 11.022s (~) 0.076s 3 1.01x
💻 Local Nitro ⚠️ missing - - - -

▲ Production (Vercel)

World Framework Workflow Time Wall Time Overhead Samples vs Fastest
▲ Vercel 🥇 Nitro 17.218s (+2.4%) 19.421s (+2.3%) 2.203s 2 1.00x
▲ Vercel Next.js (Turbopack) 17.302s (-2.6%) 19.567s (+3.2%) 2.264s 2 1.00x
▲ Vercel Express ⚠️ missing - - - -

🔍 Observability: Nitro | Next.js (Turbopack)

workflow with 25 sequential steps

💻 Local Development

World Framework Workflow Time Wall Time Overhead Samples vs Fastest
🐘 Postgres 🥇 Express 14.550s (~) 15.024s (~) 0.474s 4 1.00x
🐘 Postgres Next.js (Turbopack) 14.603s 15.029s 0.427s 4 1.00x
💻 Local Next.js (Turbopack) 14.617s 15.029s 0.413s 4 1.00x
🐘 Postgres Nitro 14.654s (+1.1%) 15.022s (~) 0.369s 4 1.01x
💻 Local Express 15.013s (~) 15.530s (-3.1%) 0.517s 4 1.03x
💻 Local Nitro ⚠️ missing - - - -

▲ Production (Vercel)

World Framework Workflow Time Wall Time Overhead Samples vs Fastest
▲ Vercel 🥇 Next.js (Turbopack) 33.613s (-1.0%) 36.193s (+0.6%) 2.580s 2 1.00x
▲ Vercel Nitro 35.605s (+13.3% 🔺) 37.459s (+11.4% 🔺) 1.853s 2 1.06x
▲ Vercel Express ⚠️ missing - - - -

🔍 Observability: Next.js (Turbopack) | Nitro

workflow with 50 sequential steps

💻 Local Development

World Framework Workflow Time Wall Time Overhead Samples vs Fastest
🐘 Postgres 🥇 Express 13.967s (-0.9%) 14.307s (-2.9%) 0.340s 7 1.00x
🐘 Postgres Next.js (Turbopack) 14.023s 14.593s 0.571s 7 1.00x
🐘 Postgres Nitro 14.243s (+2.7%) 15.020s (+7.1% 🔺) 0.776s 6 1.02x
💻 Local Next.js (Turbopack) 16.072s 16.864s 0.792s 6 1.15x
💻 Local Express 16.462s (-2.8%) 17.031s (~) 0.569s 6 1.18x
💻 Local Nitro ⚠️ missing - - - -

▲ Production (Vercel)

World Framework Workflow Time Wall Time Overhead Samples vs Fastest
▲ Vercel 🥇 Nitro 51.800s (-4.0%) 54.665s (-2.3%) 2.865s 2 1.00x
▲ Vercel Next.js (Turbopack) 54.564s (~) 56.772s (~) 2.208s 2 1.05x
▲ Vercel Express ⚠️ missing - - - -

🔍 Observability: Nitro | Next.js (Turbopack)

Promise.all with 10 concurrent steps

💻 Local Development

World Framework Workflow Time Wall Time Overhead Samples vs Fastest
🐘 Postgres 🥇 Next.js (Turbopack) 1.236s 2.011s 0.774s 15 1.00x
🐘 Postgres Express 1.253s (-1.5%) 2.010s (~) 0.756s 15 1.01x
🐘 Postgres Nitro 1.264s (~) 2.009s (~) 0.745s 15 1.02x
💻 Local Next.js (Turbopack) 1.524s 2.006s 0.482s 15 1.23x
💻 Local Express 1.541s (+0.8%) 2.006s (~) 0.465s 15 1.25x
💻 Local Nitro ⚠️ missing - - - -

▲ Production (Vercel)

World Framework Workflow Time Wall Time Overhead Samples vs Fastest
▲ Vercel 🥇 Next.js (Turbopack) 2.396s (+0.9%) 4.076s (+5.4% 🔺) 1.679s 8 1.00x
▲ Vercel Nitro 2.550s (+2.2%) 4.454s (+13.0% 🔺) 1.904s 7 1.06x
▲ Vercel Express ⚠️ missing - - - -

🔍 Observability: Next.js (Turbopack) | Nitro

Promise.all with 25 concurrent steps

💻 Local Development

World Framework Workflow Time Wall Time Overhead Samples vs Fastest
🐘 Postgres 🥇 Nitro 2.320s (-1.6%) 3.009s (~) 0.689s 10 1.00x
🐘 Postgres Express 2.324s (~) 3.008s (~) 0.684s 10 1.00x
🐘 Postgres Next.js (Turbopack) 2.412s 3.010s 0.598s 10 1.04x
💻 Local Next.js (Turbopack) 2.642s 3.342s 0.699s 9 1.14x
💻 Local Express 2.989s (-6.1% 🟢) 3.677s (-8.3% 🟢) 0.687s 9 1.29x
💻 Local Nitro ⚠️ missing - - - -

▲ Production (Vercel)

World Framework Workflow Time Wall Time Overhead Samples vs Fastest
▲ Vercel 🥇 Nitro 2.524s (-17.8% 🟢) 4.235s (-6.0% 🟢) 1.711s 8 1.00x
▲ Vercel Next.js (Turbopack) 3.082s (+2.0%) 4.919s (+11.7% 🔺) 1.837s 7 1.22x
▲ Vercel Express ⚠️ missing - - - -

🔍 Observability: Nitro | Next.js (Turbopack)

Promise.all with 50 concurrent steps

💻 Local Development

World Framework Workflow Time Wall Time Overhead Samples vs Fastest
🐘 Postgres 🥇 Express 3.455s (-1.4%) 4.009s (~) 0.554s 8 1.00x
🐘 Postgres Nitro 3.489s (~) 4.012s (~) 0.523s 8 1.01x
🐘 Postgres Next.js (Turbopack) 3.724s 4.011s 0.288s 8 1.08x
💻 Local Express 7.358s (-11.9% 🟢) 8.019s (-11.1% 🟢) 0.661s 4 2.13x
💻 Local Next.js (Turbopack) 7.590s 8.019s 0.429s 5 2.20x
💻 Local Nitro ⚠️ missing - - - -

▲ Production (Vercel)

World Framework Workflow Time Wall Time Overhead Samples vs Fastest
▲ Vercel 🥇 Nitro 2.768s (-7.9% 🟢) 4.779s (+2.3%) 2.011s 7 1.00x
▲ Vercel Next.js (Turbopack) 4.503s (+48.3% 🔺) 6.327s (+37.3% 🔺) 1.824s 5 1.63x
▲ Vercel Express ⚠️ missing - - - -

🔍 Observability: Nitro | Next.js (Turbopack)

Promise.race with 10 concurrent steps

💻 Local Development

World Framework Workflow Time Wall Time Overhead Samples vs Fastest
🐘 Postgres 🥇 Next.js (Turbopack) 1.239s 2.010s 0.771s 15 1.00x
🐘 Postgres Express 1.262s (-2.6%) 2.009s (~) 0.747s 15 1.02x
🐘 Postgres Nitro 1.262s (~) 2.008s (~) 0.746s 15 1.02x
💻 Local Express 1.480s (-5.4% 🟢) 2.006s (~) 0.526s 15 1.19x
💻 Local Next.js (Turbopack) 1.503s 2.007s 0.504s 15 1.21x
💻 Local Nitro ⚠️ missing - - - -

▲ Production (Vercel)

World Framework Workflow Time Wall Time Overhead Samples vs Fastest
▲ Vercel 🥇 Next.js (Turbopack) 1.919s (-11.4% 🟢) 3.918s (+9.4% 🔺) 1.999s 8 1.00x
▲ Vercel Nitro 2.083s (+6.6% 🔺) 4.043s (+6.1% 🔺) 1.960s 8 1.09x
▲ Vercel Express ⚠️ missing - - - -

🔍 Observability: Next.js (Turbopack) | Nitro

Promise.race with 25 concurrent steps

💻 Local Development

World Framework Workflow Time Wall Time Overhead Samples vs Fastest
🐘 Postgres 🥇 Nitro 2.331s (~) 3.010s (~) 0.679s 10 1.00x
🐘 Postgres Express 2.345s (-1.4%) 3.011s (~) 0.665s 10 1.01x
🐘 Postgres Next.js (Turbopack) 2.398s 3.009s 0.611s 10 1.03x
💻 Local Express 2.857s (-9.9% 🟢) 3.308s (-14.9% 🟢) 0.451s 10 1.23x
💻 Local Next.js (Turbopack) 2.923s 3.760s 0.837s 8 1.25x
💻 Local Nitro ⚠️ missing - - - -

▲ Production (Vercel)

World Framework Workflow Time Wall Time Overhead Samples vs Fastest
▲ Vercel 🥇 Nitro 2.318s (-11.5% 🟢) 4.173s (-2.2%) 1.855s 8 1.00x
▲ Vercel Next.js (Turbopack) 2.405s (-3.0%) 4.504s (+16.4% 🔺) 2.099s 7 1.04x
▲ Vercel Express ⚠️ missing - - - -

🔍 Observability: Nitro | Next.js (Turbopack)

Promise.race with 50 concurrent steps

💻 Local Development

World Framework Workflow Time Wall Time Overhead Samples vs Fastest
🐘 Postgres 🥇 Nitro 3.457s (~) 4.010s (~) 0.554s 8 1.00x
🐘 Postgres Express 3.459s (-0.8%) 4.010s (~) 0.551s 8 1.00x
🐘 Postgres Next.js (Turbopack) 3.699s 4.010s 0.311s 8 1.07x
💻 Local Next.js (Turbopack) 7.338s 7.768s 0.430s 4 2.12x
💻 Local Express 7.802s (-23.6% 🟢) 8.521s (-22.7% 🟢) 0.719s 4 2.26x
💻 Local Nitro ⚠️ missing - - - -

▲ Production (Vercel)

World Framework Workflow Time Wall Time Overhead Samples vs Fastest
▲ Vercel 🥇 Nitro 3.138s (+21.1% 🔺) 4.905s (+14.2% 🔺) 1.768s 7 1.00x
▲ Vercel Next.js (Turbopack) 3.701s (+6.8% 🔺) 5.558s (+15.4% 🔺) 1.857s 6 1.18x
▲ Vercel Express ⚠️ missing - - - -

🔍 Observability: Nitro | Next.js (Turbopack)

workflow with 10 sequential data payload steps (10KB)

💻 Local Development

World Framework Workflow Time Wall Time Overhead Samples vs Fastest
🐘 Postgres 🥇 Next.js (Turbopack) 0.821s 1.041s 0.219s 58 1.00x
🐘 Postgres Express 0.824s (-4.7%) 1.005s (~) 0.182s 60 1.00x
🐘 Postgres Nitro 0.829s (-0.9%) 1.006s (-1.7%) 0.177s 60 1.01x
💻 Local Next.js (Turbopack) 0.882s 1.039s 0.157s 58 1.07x
💻 Local Express 1.009s (-0.6%) 1.543s (-9.2% 🟢) 0.535s 39 1.23x
💻 Local Nitro ⚠️ missing - - - -

▲ Production (Vercel)

World Framework Workflow Time Wall Time Overhead Samples vs Fastest
▲ Vercel 🥇 Nitro 8.920s (+4.1%) 11.080s (+8.5% 🔺) 2.160s 6 1.00x
▲ Vercel Next.js (Turbopack) 9.863s (+10.3% 🔺) 11.545s (+8.3% 🔺) 1.682s 6 1.11x
▲ Vercel Express ⚠️ missing - - - -

🔍 Observability: Nitro | Next.js (Turbopack)

workflow with 25 sequential data payload steps (10KB)

💻 Local Development

World Framework Workflow Time Wall Time Overhead Samples vs Fastest
🐘 Postgres 🥇 Express 1.917s (-11.1% 🟢) 2.053s (-31.1% 🟢) 0.136s 44 1.00x
🐘 Postgres Next.js (Turbopack) 1.960s 2.175s 0.214s 42 1.02x
🐘 Postgres Nitro 2.072s (+6.6% 🔺) 2.656s (+26.4% 🔺) 0.584s 34 1.08x
💻 Local Next.js (Turbopack) 2.710s 3.008s 0.298s 30 1.41x
💻 Local Express 3.014s (-2.5%) 3.608s (-10.0% 🟢) 0.595s 25 1.57x
💻 Local Nitro ⚠️ missing - - - -

▲ Production (Vercel)

World Framework Workflow Time Wall Time Overhead Samples vs Fastest
▲ Vercel 🥇 Nitro 28.082s (-4.5%) 30.476s (-3.3%) 2.394s 4 1.00x
▲ Vercel Next.js (Turbopack) 29.051s (+1.5%) 31.163s (+2.7%) 2.111s 3 1.03x
▲ Vercel Express ⚠️ missing - - - -

🔍 Observability: Nitro | Next.js (Turbopack)

workflow with 50 sequential data payload steps (10KB)

💻 Local Development

World Framework Workflow Time Wall Time Overhead Samples vs Fastest
🐘 Postgres 🥇 Express 3.922s (-9.1% 🟢) 4.109s (-18.0% 🟢) 0.187s 30 1.00x
🐘 Postgres Next.js (Turbopack) 4.055s 4.741s 0.686s 26 1.03x
🐘 Postgres Nitro 4.087s (+2.4%) 4.665s (+8.6% 🔺) 0.578s 26 1.04x
💻 Local Next.js (Turbopack) 8.744s 9.017s 0.273s 14 2.23x
💻 Local Express 9.154s (-0.6%) 9.556s (-4.6%) 0.403s 13 2.33x
💻 Local Nitro ⚠️ missing - - - -

▲ Production (Vercel)

World Framework Workflow Time Wall Time Overhead Samples vs Fastest
▲ Vercel 🥇 Nitro 71.341s (~) 72.975s (-1.9%) 1.635s 2 1.00x
▲ Vercel Next.js (Turbopack) 75.859s (-1.4%) 78.108s (-0.8%) 2.248s 2 1.06x
▲ Vercel Express ⚠️ missing - - - -

🔍 Observability: Nitro | Next.js (Turbopack)

workflow with 10 concurrent data payload steps (10KB)

💻 Local Development

World Framework Workflow Time Wall Time Overhead Samples vs Fastest
🐘 Postgres 🥇 Next.js (Turbopack) 0.261s 1.007s 0.747s 60 1.00x
🐘 Postgres Express 0.280s (-5.4% 🟢) 1.007s (~) 0.727s 60 1.07x
🐘 Postgres Nitro 0.281s (~) 1.007s (~) 0.726s 60 1.08x
💻 Local Express 0.553s (-7.3% 🟢) 1.004s (-1.7%) 0.451s 60 2.12x
💻 Local Next.js (Turbopack) 0.578s 1.021s 0.443s 59 2.22x
💻 Local Nitro ⚠️ missing - - - -

▲ Production (Vercel)

World Framework Workflow Time Wall Time Overhead Samples vs Fastest
▲ Vercel 🥇 Nitro 1.395s (-48.9% 🟢) 3.159s (-29.0% 🟢) 1.763s 19 1.00x
▲ Vercel Next.js (Turbopack) 1.672s (+15.4% 🔺) 3.550s (+18.0% 🔺) 1.878s 17 1.20x
▲ Vercel Express ⚠️ missing - - - -

🔍 Observability: Nitro | Next.js (Turbopack)

workflow with 25 concurrent data payload steps (10KB)

💻 Local Development

World Framework Workflow Time Wall Time Overhead Samples vs Fastest
🐘 Postgres 🥇 Nitro 0.495s (+1.4%) 1.007s (~) 0.512s 90 1.00x
🐘 Postgres Express 0.502s (-4.4%) 1.006s (~) 0.504s 90 1.01x
🐘 Postgres Next.js (Turbopack) 0.509s 1.007s 0.498s 90 1.03x
💻 Local Express 2.454s (-2.3%) 3.008s (~) 0.554s 30 4.96x
💻 Local Next.js (Turbopack) 2.535s 3.009s 0.474s 30 5.12x
💻 Local Nitro ⚠️ missing - - - -

▲ Production (Vercel)

World Framework Workflow Time Wall Time Overhead Samples vs Fastest
▲ Vercel 🥇 Nitro 2.724s (+10.2% 🔺) 4.565s (+10.3% 🔺) 1.841s 20 1.00x
▲ Vercel Next.js (Turbopack) 2.935s (-12.8% 🟢) 4.679s (-3.1%) 1.745s 20 1.08x
▲ Vercel Express ⚠️ missing - - - -

🔍 Observability: Nitro | Next.js (Turbopack)

workflow with 50 concurrent data payload steps (10KB)

💻 Local Development

World Framework Workflow Time Wall Time Overhead Samples vs Fastest
🐘 Postgres 🥇 Nitro 0.793s (+0.8%) 1.008s (~) 0.215s 120 1.00x
🐘 Postgres Express 0.794s (-5.5% 🟢) 1.017s (~) 0.222s 119 1.00x
🐘 Postgres Next.js (Turbopack) 0.849s 1.035s 0.186s 116 1.07x
💻 Local Express 10.796s (-1.9%) 11.300s (-3.1%) 0.504s 11 13.62x
💻 Local Next.js (Turbopack) 10.849s 11.575s 0.726s 11 13.68x
💻 Local Nitro ⚠️ missing - - - -

▲ Production (Vercel)

World Framework Workflow Time Wall Time Overhead Samples vs Fastest
▲ Vercel 🥇 Next.js (Turbopack) 6.394s (-11.7% 🟢) 8.417s (-2.3%) 2.024s 15 1.00x
▲ Vercel Nitro 6.480s (-15.6% 🟢) 8.534s (-8.7% 🟢) 2.054s 15 1.01x
▲ Vercel Express ⚠️ missing - - - -

🔍 Observability: Next.js (Turbopack) | Nitro

Stream Benchmarks (includes TTFB metrics)
workflow with stream

💻 Local Development

World Framework Workflow Time TTFB Slurp Wall Time Overhead Samples vs Fastest
💻 Local 🥇 Next.js (Turbopack) 0.172s 1.003s 0.012s 1.018s 0.846s 10 1.00x
🐘 Postgres Next.js (Turbopack) 0.200s 1.000s 0.001s 1.011s 0.811s 10 1.16x
💻 Local Express 0.204s (-2.5%) 1.004s (~) 0.010s (-18.7% 🟢) 1.016s (~) 0.812s 10 1.18x
🐘 Postgres Express 0.205s (-4.7%) 1.000s (+0.6%) 0.001s (-29.4% 🟢) 1.010s (~) 0.805s 10 1.19x
🐘 Postgres Nitro 0.217s (+8.8% 🔺) 0.997s (~) 0.001s (-25.0% 🟢) 1.011s (~) 0.795s 10 1.26x
💻 Local Nitro ⚠️ missing - - - - -

▲ Production (Vercel)

World Framework Workflow Time TTFB Slurp Wall Time Overhead Samples vs Fastest
▲ Vercel 🥇 Nitro 1.474s (-5.1% 🟢) 2.859s (-4.4%) 0.441s (-24.6% 🟢) 3.776s (-5.8% 🟢) 2.302s 10 1.00x
▲ Vercel Next.js (Turbopack) 1.481s (-9.3% 🟢) 2.759s (-7.2% 🟢) 0.685s (+59.3% 🔺) 3.909s (+3.2%) 2.428s 10 1.00x
▲ Vercel Express ⚠️ missing - - - - -

🔍 Observability: Nitro | Next.js (Turbopack)

stream pipeline with 5 transform steps (1MB)

💻 Local Development

World Framework Workflow Time TTFB Slurp Wall Time Overhead Samples vs Fastest
🐘 Postgres 🥇 Nitro 0.622s (+2.9%) 1.003s (~) 0.004s (+3.8%) 1.023s (~) 0.401s 59 1.00x
🐘 Postgres Express 0.631s (-2.5%) 1.004s (~) 0.005s (-10.3% 🟢) 1.024s (~) 0.393s 59 1.01x
🐘 Postgres Next.js (Turbopack) 0.654s 1.026s 0.004s 1.040s 0.386s 58 1.05x
💻 Local Express 0.853s (+16.1% 🔺) 1.012s (~) 0.010s (+9.3% 🔺) 1.117s (+9.2% 🔺) 0.264s 54 1.37x
💻 Local Next.js (Turbopack) 0.856s 1.010s 0.011s 1.220s 0.363s 51 1.38x
💻 Local Nitro ⚠️ missing - - - - -

▲ Production (Vercel)

World Framework Workflow Time TTFB Slurp Wall Time Overhead Samples vs Fastest
▲ Vercel 🥇 Nitro 4.139s (-5.5% 🟢) 5.977s (~) 0.805s (+172.7% 🔺) 7.388s (+8.4% 🔺) 3.249s 9 1.00x
▲ Vercel Next.js (Turbopack) 4.563s (+11.0% 🔺) 6.353s (+13.8% 🔺) 0.409s (-43.6% 🟢) 7.316s (+9.5% 🔺) 2.753s 9 1.10x
▲ Vercel Express ⚠️ missing - - - - -

🔍 Observability: Nitro | Next.js (Turbopack)

10 parallel streams (1MB each)

💻 Local Development

World Framework Workflow Time TTFB Slurp Wall Time Overhead Samples vs Fastest
🐘 Postgres 🥇 Nitro 0.945s (~) 1.171s (+2.2%) 0.000s (+69.9% 🔺) 1.184s (+1.9%) 0.239s 51 1.00x
🐘 Postgres Express 0.964s (-2.9%) 1.193s (-10.6% 🟢) 0.000s (-100.0% 🟢) 1.207s (-11.9% 🟢) 0.244s 50 1.02x
🐘 Postgres Next.js (Turbopack) 0.978s 1.246s 0.000s 1.253s 0.275s 49 1.03x
💻 Local Express 1.246s (-2.2%) 2.022s (~) 0.000s (-45.5% 🟢) 2.024s (~) 0.778s 30 1.32x
💻 Local Next.js (Turbopack) 1.296s 2.019s 0.000s 2.022s 0.726s 30 1.37x
💻 Local Nitro ⚠️ missing - - - - -

▲ Production (Vercel)

World Framework Workflow Time TTFB Slurp Wall Time Overhead Samples vs Fastest
▲ Vercel 🥇 Nitro 2.571s (+1.0%) 3.984s (+11.2% 🔺) 0.000s (-46.4% 🟢) 4.584s (+11.7% 🔺) 2.013s 14 1.00x
▲ Vercel Next.js (Turbopack) 3.374s (+3.7%) 5.021s (+14.5% 🔺) 0.000s (-21.2% 🟢) 5.656s (+18.6% 🔺) 2.282s 11 1.31x
▲ Vercel Express ⚠️ missing - - - - -

🔍 Observability: Nitro | Next.js (Turbopack)

fan-out fan-in 10 streams (1MB each)

💻 Local Development

World Framework Workflow Time TTFB Slurp Wall Time Overhead Samples vs Fastest
🐘 Postgres 🥇 Express 1.761s (-1.4%) 2.177s (+1.6%) 0.000s (NaN%) 2.189s (+1.7%) 0.427s 28 1.00x
🐘 Postgres Nitro 1.761s (-1.2%) 2.171s (+3.5%) 0.000s (~) 2.183s (+3.3%) 0.421s 29 1.00x
🐘 Postgres Next.js (Turbopack) 1.900s 2.145s 0.000s 2.154s 0.255s 28 1.08x
💻 Local Express 3.370s (-8.0% 🟢) 4.033s (-3.3%) 0.001s (+18.2% 🔺) 4.036s (-3.3%) 0.666s 15 1.91x
💻 Local Next.js (Turbopack) 4.017s 4.648s 0.000s 4.652s 0.635s 13 2.28x
💻 Local Nitro ⚠️ missing - - - - -

▲ Production (Vercel)

World Framework Workflow Time TTFB Slurp Wall Time Overhead Samples vs Fastest
▲ Vercel 🥇 Nitro 3.528s (-0.8%) 5.221s (+6.7% 🔺) 0.000s (-100.0% 🟢) 5.790s (+8.7% 🔺) 2.262s 11 1.00x
▲ Vercel Next.js (Turbopack) 4.226s (-2.9%) 5.742s (+3.0%) 0.000s (-26.7% 🟢) 6.318s (+5.7% 🔺) 2.093s 10 1.20x
▲ Vercel Express ⚠️ missing - - - - -

🔍 Observability: Nitro | Next.js (Turbopack)

Summary

Fastest Framework by World

Winner determined by most benchmark wins

World 🥇 Fastest Framework Wins
💻 Local Next.js (Turbopack) 11/21
🐘 Postgres Express 9/21
▲ Vercel Nitro 16/21
Fastest World by Framework

Winner determined by most benchmark wins

Framework 🥇 Fastest World Wins
Express 🐘 Postgres 18/21
Next.js (Turbopack) 🐘 Postgres 17/21
Nitro 🐘 Postgres 18/21
Column Definitions
  • Workflow Time: Runtime reported by workflow (completedAt - createdAt) - primary metric
  • TTFB: Time to First Byte - time from workflow start until first stream byte received (stream benchmarks only)
  • Slurp: Time from first byte to complete stream consumption (stream benchmarks only)
  • Wall Time: Total testbench time (trigger workflow + poll for result)
  • Overhead: Testbench overhead (Wall Time - Workflow Time)
  • Samples: Number of benchmark iterations run
  • vs Fastest: How much slower compared to the fastest configuration for this benchmark

Worlds:

  • 💻 Local: In-memory filesystem world (local development)
  • 🐘 Postgres: PostgreSQL database world (local development)
  • ▲ Vercel: Vercel production/preview deployment
  • 🌐 Turso: Community world (local development)
  • 🌐 MongoDB: Community world (local development)
  • 🌐 Redis: Community world (local development)
  • 🌐 Jazz: Community world (local development)

📋 View full workflow run


Some benchmark jobs failed:

  • Local: cancelled
  • Postgres: success
  • Vercel: failure

Check the workflow run for details.

@github-actions
Copy link
Copy Markdown
Contributor

github-actions bot commented Apr 10, 2026

🧪 E2E Test Results

Some tests failed

Summary

Passed Failed Skipped Total
✅ ▲ Vercel Production 923 0 67 990
✅ 💻 Local Development 822 0 168 990
✅ 📦 Local Production 898 0 182 1080
✅ 🐘 Local Postgres 898 0 182 1080
✅ 🪟 Windows 82 0 8 90
❌ 🌍 Community Worlds 133 74 24 231
✅ 📋 Other 228 0 42 270
Total 3984 74 673 4731

❌ Failed Tests

🌍 Community Worlds (74 failed)

mongodb (7 failed):

  • hookWorkflow is not resumable via public webhook endpoint | wrun_01KNV0EG8WCZ99KS56RNE66EPK
  • webhookWorkflow | wrun_01KNV0ERWVNP3ETTS2E79Z52RN
  • fetchWorkflow | wrun_01KNV0JAFGGWQDNFEA97PYDQHW
  • concurrent hook token conflict - two workflows cannot use the same hook token simultaneously | wrun_01KNV0P8HH0TKSMDNEMKMDX28S
  • health check (queue-based) - workflow and step endpoints respond to health check messages
  • health check (CLI) - workflow health command reports healthy endpoints
  • resilient start: addTenWorkflow completes when run_created returns 500 | wrun_01KNV0WD3GB4PGAEKQH1H7DA3G

redis (7 failed):

  • hookWorkflow is not resumable via public webhook endpoint | wrun_01KNV0EG8WCZ99KS56RNE66EPK
  • webhookWorkflow | wrun_01KNV0ERWVNP3ETTS2E79Z52RN
  • fetchWorkflow | wrun_01KNV0JAFGGWQDNFEA97PYDQHW
  • concurrent hook token conflict - two workflows cannot use the same hook token simultaneously | wrun_01KNV0P8HH0TKSMDNEMKMDX28S
  • health check (queue-based) - workflow and step endpoints respond to health check messages
  • health check (CLI) - workflow health command reports healthy endpoints
  • resilient start: addTenWorkflow completes when run_created returns 500 | wrun_01KNV0WD3GB4PGAEKQH1H7DA3G

turso (60 failed):

  • addTenWorkflow | wrun_01KNV0DANW96TVVF15PHFJSKBF
  • addTenWorkflow | wrun_01KNV0DANW96TVVF15PHFJSKBF
  • wellKnownAgentWorkflow (.well-known/agent) | wrun_01KNV0EWM3R3YCZKX43CH22QBP
  • should work with react rendering in step
  • promiseAllWorkflow | wrun_01KNV0DGSGS0GW0M0VSE7TY6KW
  • promiseRaceWorkflow | wrun_01KNV0DPG9Z1TQT032FT38N19T
  • promiseAnyWorkflow | wrun_01KNV0DRMJR5JGDBPT0XP1DYAP
  • importedStepOnlyWorkflow | wrun_01KNV0F79E43BRCFC7PMWJNR2Q
  • hookWorkflow | wrun_01KNV0E5WJ3ZS6QED1470CTMCT
  • hookWorkflow is not resumable via public webhook endpoint | wrun_01KNV0EG8WCZ99KS56RNE66EPK
  • webhookWorkflow | wrun_01KNV0ERWVNP3ETTS2E79Z52RN
  • sleepingWorkflow | wrun_01KNV0EZ5FTJCHH7EVNNCK2G2B
  • parallelSleepWorkflow | wrun_01KNV0FB6VCWEFXAPB41NEW4DJ
  • nullByteWorkflow | wrun_01KNV0FFHAW01PGBWHW81NH277
  • workflowAndStepMetadataWorkflow | wrun_01KNV0FHN05YFCHK0EBBT23Y48
  • fetchWorkflow | wrun_01KNV0JAFGGWQDNFEA97PYDQHW
  • promiseRaceStressTestWorkflow | wrun_01KNV0JDYY0NBAHKAHGQX26ES6
  • error handling error propagation workflow errors nested function calls preserve message and stack trace
  • error handling error propagation workflow errors cross-file imports preserve message and stack trace
  • error handling error propagation step errors basic step error preserves message and stack trace
  • error handling error propagation step errors cross-file step error preserves message and function names in stack
  • error handling retry behavior regular Error retries until success
  • error handling retry behavior FatalError fails immediately without retries
  • error handling retry behavior RetryableError respects custom retryAfter delay
  • error handling retry behavior maxRetries=0 disables retries
  • error handling catchability FatalError can be caught and detected with FatalError.is()
  • error handling not registered WorkflowNotRegisteredError fails the run when workflow does not exist
  • error handling not registered StepNotRegisteredError fails the step but workflow can catch it
  • error handling not registered StepNotRegisteredError fails the run when not caught in workflow
  • hookCleanupTestWorkflow - hook token reuse after workflow completion | wrun_01KNV0NMZC5Y95CD9A1GTA9X6T
  • concurrent hook token conflict - two workflows cannot use the same hook token simultaneously | wrun_01KNV0P8HH0TKSMDNEMKMDX28S
  • hookDisposeTestWorkflow - hook token reuse after explicit disposal while workflow still running | wrun_01KNV0PXCKMEEX5GFG8GV1SPH2
  • stepFunctionPassingWorkflow - step function references can be passed as arguments (without closure vars) | wrun_01KNV0QGAB35HS1G4CHNE2H6X7
  • stepFunctionWithClosureWorkflow - step function with closure variables passed as argument | wrun_01KNV0QR5GWJBBT39N78P69HZ1
  • closureVariableWorkflow - nested step functions with closure variables | wrun_01KNV0QWWSE3MSZNAJNKZRNR2E
  • spawnWorkflowFromStepWorkflow - spawning a child workflow using start() inside a step | wrun_01KNV0QYX3PGYKT8VBAQF24CS2
  • runClassSerializationWorkflow - Run instances serialize across workflow/step boundaries | wrun_01KNV0R8PS4Z415Z3GWH1MCRGM
  • health check (queue-based) - workflow and step endpoints respond to health check messages
  • health check (CLI) - workflow health command reports healthy endpoints
  • pathsAliasWorkflow - TypeScript path aliases resolve correctly | wrun_01KNV0RNBRK2910Y1BJCTC63VG
  • Calculator.calculate - static workflow method using static step methods from another class | wrun_01KNV0RT77PY916T4S0MQAC2H9
  • AllInOneService.processNumber - static workflow method using sibling static step methods | wrun_01KNV0S06G9SKQDE4G8KJFDYRF
  • ChainableService.processWithThis - static step methods using this to reference the class | wrun_01KNV0S6WE10X1PAR0B43K6MJF
  • thisSerializationWorkflow - step function invoked with .call() and .apply() | wrun_01KNV0SCTYGEHSP588XWYJ9EG2
  • customSerializationWorkflow - custom class serialization with WORKFLOW_SERIALIZE/WORKFLOW_DESERIALIZE | wrun_01KNV0SJVHRS8JV4QBTK54B5RQ
  • instanceMethodStepWorkflow - instance methods with "use step" directive | wrun_01KNV0SRZMRQT6T0BNCCGB8SJJ
  • crossContextSerdeWorkflow - classes defined in step code are deserializable in workflow context | wrun_01KNV0T2ZQ449M9S1PZJM4MQFJ
  • stepFunctionAsStartArgWorkflow - step function reference passed as start() argument | wrun_01KNV0TBB6D83229Q1NFRAHABN
  • cancelRun - cancelling a running workflow | wrun_01KNV0TH8AR83P67173FBZ8DPZ
  • cancelRun via CLI - cancelling a running workflow | wrun_01KNV0TSQM77XWWKSC6XN33AGE
  • pages router addTenWorkflow via pages router
  • pages router promiseAllWorkflow via pages router
  • pages router sleepingWorkflow via pages router
  • hookWithSleepWorkflow - hook payloads delivered correctly with concurrent sleep | wrun_01KNV0V4STCJZM5GJ7CN9KXG49
  • sleepInLoopWorkflow - sleep inside loop with steps actually delays each iteration | wrun_01KNV0VRDE8YMPPKSA9972T8W2
  • sleepWithSequentialStepsWorkflow - sequential steps work with concurrent sleep (control) | wrun_01KNV0W2A2VQJXX7MXESGRSDM9
  • importMetaUrlWorkflow - import.meta.url is available in step bundles | wrun_01KNV0W84VZDVWXS70W43KAEH0
  • metadataFromHelperWorkflow - getWorkflowMetadata/getStepMetadata work from module-level helper (#1577) | wrun_01KNV0WB44T71W3EN270871V1D
  • resilient start: addTenWorkflow completes when run_created returns 500 | wrun_01KNV0WD3GB4PGAEKQH1H7DA3G
  • getterStepWorkflow - getter functions with "use step" directive | wrun_01KNV0WG9NC78XQCJ1QTKRHE2Z

Details by Category

✅ ▲ Vercel Production
App Passed Failed Skipped
✅ astro 83 0 7
✅ example 83 0 7
✅ express 83 0 7
✅ fastify 83 0 7
✅ hono 83 0 7
✅ nextjs-turbopack 88 0 2
✅ nextjs-webpack 88 0 2
✅ nitro 83 0 7
✅ nuxt 83 0 7
✅ sveltekit 83 0 7
✅ vite 83 0 7
✅ 💻 Local Development
App Passed Failed Skipped
✅ astro-stable 76 0 14
✅ express-stable 76 0 14
✅ fastify-stable 76 0 14
✅ hono-stable 76 0 14
✅ nextjs-turbopack-canary 63 0 27
✅ nextjs-turbopack-stable 82 0 8
✅ nextjs-webpack-canary 63 0 27
✅ nextjs-webpack-stable 82 0 8
✅ nuxt-stable 76 0 14
✅ sveltekit-stable 76 0 14
✅ vite-stable 76 0 14
✅ 📦 Local Production
App Passed Failed Skipped
✅ astro-stable 76 0 14
✅ express-stable 76 0 14
✅ fastify-stable 76 0 14
✅ hono-stable 76 0 14
✅ nextjs-turbopack-canary 63 0 27
✅ nextjs-turbopack-stable 82 0 8
✅ nextjs-webpack-canary 63 0 27
✅ nextjs-webpack-stable 82 0 8
✅ nitro-stable 76 0 14
✅ nuxt-stable 76 0 14
✅ sveltekit-stable 76 0 14
✅ vite-stable 76 0 14
✅ 🐘 Local Postgres
App Passed Failed Skipped
✅ astro-stable 76 0 14
✅ express-stable 76 0 14
✅ fastify-stable 76 0 14
✅ hono-stable 76 0 14
✅ nextjs-turbopack-canary 63 0 27
✅ nextjs-turbopack-stable 82 0 8
✅ nextjs-webpack-canary 63 0 27
✅ nextjs-webpack-stable 82 0 8
✅ nitro-stable 76 0 14
✅ nuxt-stable 76 0 14
✅ sveltekit-stable 76 0 14
✅ vite-stable 76 0 14
✅ 🪟 Windows
App Passed Failed Skipped
✅ nextjs-turbopack 82 0 8
❌ 🌍 Community Worlds
App Passed Failed Skipped
✅ mongodb-dev 6 0 0
❌ mongodb 56 7 8
✅ redis-dev 6 0 0
❌ redis 56 7 8
✅ turso-dev 6 0 0
❌ turso 3 60 8
✅ 📋 Other
App Passed Failed Skipped
✅ e2e-local-dev-nest-stable 76 0 14
✅ e2e-local-postgres-nest-stable 76 0 14
✅ e2e-local-prod-nest-stable 76 0 14

📋 View full workflow run


Some E2E test jobs failed:

  • Vercel Prod: success
  • Local Dev: failure
  • Local Prod: success
  • Local Postgres: success
  • Windows: success

Check the workflow run for details.

Copy link
Copy Markdown
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Adds a UI-friendly RunRef marker to hydrated observability data so serialized Run values can render as clickable run-id badges that navigate to the referenced run detail page.

Changes:

  • Introduce RunRef in core serialization format and revive serialized Run values into RunRef for o11y hydration.
  • Render RunRef inline in the shared DataInspector and thread onRunClick through trace/detail panels to enable navigation.
  • Improve fallback naming for steps (built-in steps now show a non-empty name).

Reviewed changes

Copilot reviewed 10 out of 10 changed files in this pull request and generated 1 comment.

Show a summary per file
File Description
packages/core/src/serialization-format.ts Adds RunRef marker/type + reviver so o11y hydration converts serialized Run to display-friendly references.
packages/web-shared/src/lib/hydration.ts Re-exports RunRef utilities/types for web consumers.
packages/web-shared/src/components/ui/data-inspector.tsx Adds inline RunRef rendering + ref-collapsing utilities and click context plumbing.
packages/web-shared/src/components/sidebar/attribute-panel.tsx Provides RunClickContext to sidebar attribute rendering and improves step name fallback display.
packages/web-shared/src/components/sidebar/entity-detail-panel.tsx Threads onRunClick into the sidebar attribute panel.
packages/web-shared/src/components/workflow-trace-view.tsx Threads onRunClick to entity panel and resets selected span when run changes.
packages/web-shared/src/components/run-trace-view.tsx Threads onRunClick into WorkflowTraceViewer.
packages/web-shared/src/components/workflow-traces/trace-span-construction.ts Uses a better step name fallback for span names.
packages/web/app/components/run-detail-view.tsx Implements run-ref click handler that navigates to /run/{runId}.
.changeset/o11y-run-ref-rendering.md Publishes patch bumps for core/web-shared/web for the new o11y behavior.

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

Comment on lines +303 to +312
function collapseRefs(data: unknown): unknown {
if (data === null || typeof data !== 'object') return data;
if (isRunRef(data) || isStreamRef(data))
return makeOpaqueRef(data as unknown as Record<string, unknown>);
if (Array.isArray(data)) return data.map(collapseRefs);
const result: Record<string, unknown> = {};
for (const [key, value] of Object.entries(data)) {
result[key] = collapseRefs(value);
}
return result;
Copy link

Copilot AI Apr 10, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

collapseRefs() rebuilds every non-array object via Object.entries and a new {}. This will strip/flatten non-plain instances that getWebRevivers() explicitly revives (e.g. Date, Error, Map, Set, URL, Headers), often turning them into {} and breaking the existing Date/Error rendering in NodeRenderer. Consider only collapsing refs within plain objects/arrays (e.g., guard on Object.getPrototypeOf(data) being Object.prototype/null) and returning other object instances unchanged; also memoize the collapsed result so it isn’t recomputed (and deep-compared) on every render.

Copilot uses AI. Check for mistakes.
Copy link
Copy Markdown
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Fixed. collapseRefs() now checks Object.getPrototypeOf(data) and only recurses into plain objects (Object.prototype or null prototype). Class instances like Date, Error, Map, Set, URL, Headers, etc. are returned unchanged. Also memoized the collapsed result with useMemo to avoid recomputing on every render.

Only recurse into plain objects (prototype is Object.prototype or null)
to avoid stripping class instances like Date, Error, Map, etc. that
have their own rendering in NodeRenderer. Also memoize the collapsed
result to avoid recomputing on every render.
…de key

The Run class goes through the standard Instance serialization pipeline
(WORKFLOW_SERIALIZE/WORKFLOW_DESERIALIZE), not a dedicated 'Run' key.
Move the RunRef detection into serializedInstanceToRef() which checks
if the className is 'Run' and the data contains a runId string, then
returns a RunRef instead of a generic ClassInstanceRef.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants