Skip to content

Add ExecutionTime search attribute for Standalone Activities#3666

Draft
laurakwhit wants to merge 1 commit into
mainfrom
DT-4256-execution-time-sa-for-saa
Draft

Add ExecutionTime search attribute for Standalone Activities#3666
laurakwhit wants to merge 1 commit into
mainfrom
DT-4256-execution-time-sa-for-saa

Conversation

@laurakwhit

Copy link
Copy Markdown
Collaborator

Description & motivation 💭

Adds ExecutionTime search attribute for Standalone Activities.

Screenshots (if applicable) 📸

Design Considerations 🎨

Testing 🧪

How was this tested 👻

  • Manual testing
  • E2E tests added
  • Unit tests added

Steps for others to test: 🚶🏽‍♂️🚶🏽‍♀️

On the /activities page

  • ExecutionTime should be listed as an option under "Add Filter"
  • "Execution Time" should be listed under "Available Columns" in the configure table drawer

Checklists

Draft Checklist

Merge Checklist

Issue(s) closed

DT-4256

Docs

Any docs updates needed?

@vercel

vercel Bot commented Jul 11, 2026

Copy link
Copy Markdown

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

Project Deployment Actions Updated (UTC)
holocene Ready Ready Preview, Comment Jul 11, 2026 12:20am

Request Review

{/if}
{:else if label === 'State Transitions'}
{activity.stateTransitionCount ?? ''}
{:else if label === 'Execution Time'}

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

  • ⚠️ Property 'executionTime' does not exist on type 'ActivityExecutionInfo'.

@temporal-cicd

temporal-cicd Bot commented Jul 11, 2026

Copy link
Copy Markdown
Contributor
Warnings
⚠️

📊 Strict Mode: 2 errors in 2 files (0.2% of 896 total)

src/lib/stores/configurable-table-columns.ts (1)
  • L298:51: Property 'name' does not exist on type 'INamespaceInfo | null | undefined'.
src/lib/components/standalone-activities/activities-summary-configurable-table/table-body-cell.svelte (1)
  • L90:36: Property 'executionTime' does not exist on type 'ActivityExecutionInfo'.

Generated by 🚫 dangerJS against 6208eaf

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.

1 participant