Incorrect link when child workflow is started in a different namespace
Nobody has claimed this yet.
- Dominant language
- TypeScript
- Stars
- 431
- Forks
- 179
- Avg merge
- 2d 9h
- Merged PRs (30d)
- 71
Description
Describe the bug
When inspecting a started child workflow a link is created to the run. This link has the same namespace as the currently selected instead of using the child workflow.
This results in a 404 and the namespace must be changed manually in the url to navigate to the correct workflow.
To Reproduce
- Start a child workflow in a different namespace.
- Navigate to the parent workflow in the web ui.
- Try to click any link which points to the child workflow in the Workflow tab.
- Get a 404 page
Expected behavior
The link should point to the correct namespace
Desktop
Same error in all browsers
Additional context
Using latest version of ui: temporalio/ui:2.13.3
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Reproduce the issue by starting a child workflow in another namespace, then open the parent workflow's Workflow tab and inspect the child-workflow links. Trace where those links are assembled and verify that the generated URL uses the child workflow's namespace; done means the link opens the child workflow without a 404.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- typescript
- Domain
- frontend
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Clearly specified
- Newbie friendliness
- 48/100