Skip to content

Update activity operator command API routes #3151

Merged
laurakwhit merged 3 commits intomainfrom
fix-activity-endpoints
Feb 11, 2026
Merged

Update activity operator command API routes #3151
laurakwhit merged 3 commits intomainfrom
fix-activity-endpoints

Conversation

@laurakwhit
Copy link
Collaborator

@laurakwhit laurakwhit commented Feb 11, 2026

Description & motivation 💭

Activity operator command API routes where colliding with standalone activity start route. This PR

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

Docs

Any docs updates needed?

@vercel
Copy link

vercel bot commented Feb 11, 2026

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

Project Deployment Actions Updated (UTC)
holocene Ready Ready Preview, Comment Feb 11, 2026 8:16pm

Request Review

@temporal-cicd
Copy link
Contributor

temporal-cicd bot commented Feb 11, 2026

Warnings
⚠️

📊 Strict Mode: 12 errors in 2 files (1.1% of 1126 total)

src/lib/utilities/route-for-api.ts (8)
  • L67:48: Element implicitly has an 'any' type because type 'typeof globalThis' has no index signature.
  • L73:50: Element implicitly has an 'any' type because type 'typeof globalThis' has no index signature.
  • L75:4: Type 'string | null' is not assignable to type 'string'.
  • L102:8: Element implicitly has an 'any' type because expression of type 'string' can't be used to index type '{ namespace: string; workflowId: string; scheduleId: string; queue: string; queryType: string; signalName: string; updateName: string; batchJobId: string; runId: string; activityId: string; endpointId: string; deploymentName: string; version: string; }'.
  • L102:38: Element implicitly has an 'any' type because expression of type 'string' can't be used to index type 'Partial'.
  • L104:8: Element implicitly has an 'any' type because expression of type 'string' can't be used to index type '{ namespace: string; workflowId: string; scheduleId: string; queue: string; queryType: string; signalName: string; updateName: string; batchJobId: string; runId: string; activityId: string; endpointId: string; deploymentName: string; version: string; }'.
  • L104:57: Element implicitly has an 'any' type because expression of type 'string' can't be used to index type 'Partial'.
  • L186:16: This overload signature is not compatible with its implementation signature.
src/lib/services/workflow-activities-service.ts (4)
  • L30:28: No overload matches this call.
  • L55:28: No overload matches this call.
  • L80:28: No overload matches this call.
  • L106:28: No overload matches this call.

Generated by 🚫 dangerJS against 59cf044

@laurakwhit laurakwhit merged commit b06ca2f into main Feb 11, 2026
17 checks passed
@laurakwhit laurakwhit deleted the fix-activity-endpoints branch February 11, 2026 20:42
temporal-cicd bot pushed a commit that referenced this pull request Feb 11, 2026
Auto-generated version bump from 2.45.2 to 2.45.3

Specific version: 2.45.3

Changes included:
- [`8fcea7ea`](8fcea7e) fix(nav): restore cloud navigation width and version positioning (#3147)
- [`9fd0b463`](9fd0b46) Refactor to use on from svelte/events  (#3126)
- [`c4cb8fa8`](c4cb8fa)   Upgrade to ESLint v9 (#3125)
- [`50d5c96c`](50d5c96) Fix subtitle size and padding on proj nav (#3148)
- [`b06ca2fc`](b06ca2f) Update activity operator command API routes  (#3151)
laurakwhit added a commit that referenced this pull request Feb 11, 2026
Auto-generated version bump from 2.45.2 to 2.45.3

Specific version: 2.45.3

Changes included:
- [`8fcea7ea`](8fcea7e) fix(nav): restore cloud navigation width and version positioning (#3147)
- [`9fd0b463`](9fd0b46) Refactor to use on from svelte/events  (#3126)
- [`c4cb8fa8`](c4cb8fa)   Upgrade to ESLint v9 (#3125)
- [`50d5c96c`](50d5c96) Fix subtitle size and padding on proj nav (#3148)
- [`b06ca2fc`](b06ca2f) Update activity operator command API routes  (#3151)

Co-authored-by: laurakwhit <15069288+laurakwhit@users.noreply.github.com>
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