Skip to content

Add SDK version to standalone activity details#3447

Open
laurakwhit wants to merge 2 commits into
mainfrom
DT-3984-add-sdk-saa-details
Open

Add SDK version to standalone activity details#3447
laurakwhit wants to merge 2 commits into
mainfrom
DT-3984-add-sdk-saa-details

Conversation

@laurakwhit
Copy link
Copy Markdown
Collaborator

@laurakwhit laurakwhit commented May 22, 2026

Description & motivation 💭

Adds SDK version to standalone activity details page.

Note: Need latest API release that includes temporalio/api#782 to actually see fields.

Screenshots (if applicable) 📸

Design Considerations 🎨

Testing 🧪

How was this tested 👻

  • Manual testing
  • E2E tests added
  • Unit tests added

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

Checklists

Draft Checklist

Merge Checklist

Issue(s) closed

DT-3984

Docs

Any docs updates needed?

@vercel
Copy link
Copy Markdown

vercel Bot commented May 22, 2026

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

Project Deployment Actions Updated (UTC)
holocene Ready Ready Preview, Comment May 22, 2026 9:35pm

Request Review

@temporal-cicd
Copy link
Copy Markdown
Contributor

temporal-cicd Bot commented May 22, 2026

Warnings
⚠️

📊 Strict Mode: 13 errors in 2 files (1.4% of 933 total)

src/lib/components/standalone-activities/activity-header.svelte (4)
  • L32:32: 'activityExecutionInfo.activityType' is possibly 'null' or 'undefined'.
  • L60:10: Type 'string | null | undefined' is not assignable to type 'string'.
  • L103:36: Type 'string | null | undefined' is not assignable to type 'string'.
  • L121:8: Type 'string | null | undefined' is not assignable to type 'string'.
src/lib/pages/standalone-activity-details.svelte (9)
  • L38:6: '$activityExecution.info.attempt' is possibly 'null' or 'undefined'.
  • L81:9: '$activityExecution.info.activityType' is possibly 'null' or 'undefined'.
  • L104:16: Argument of type 'number | null | undefined' is not assignable to parameter of type 'number'.
  • L117:16: '$activityExecution.info.attempt' is possibly 'null' or 'undefined'.
  • L158:19: '$activityExecution.info.attempt' is possibly 'null' or 'undefined'.
  • L160:18: Argument of type 'number | null | undefined' is not assignable to parameter of type 'number'.
  • L285:16: Type 'string | null | undefined' is not assignable to type 'string'.
  • L287:14: Type 'string | null | undefined' is not assignable to type 'string'.
  • L296:14: Type 'string | null | undefined' is not assignable to type 'string'.

Generated by 🚫 dangerJS against 69496e5

@laurakwhit laurakwhit force-pushed the DT-3984-add-sdk-saa-details branch from 35fdada to 69496e5 Compare May 22, 2026 21:34
@laurakwhit laurakwhit marked this pull request as ready for review May 22, 2026 21:47
@laurakwhit laurakwhit requested a review from a team as a code owner May 22, 2026 21:47
@laurakwhit laurakwhit requested a review from rossedfort May 22, 2026 21:48
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.

2 participants