temporalio / temporalio/ui

[Bug] Parent Id link is not correct when the parent workflow link is in different namespace.

Open
#864 1 comment 0 reactions 1 assignee View on GitHub

@Alex-Tideman is already working on this.

Since Oct 4, 2022.

bug
Dominant language
TypeScript
Stars
431
Forks
179
Avg merge
2d 9h
Merged PRs (30d)
71

Description

What are you really trying to do?

Create a child workflow in a different namespace. Go to the childworkflow in UI. The link to parent workflow in parent Id is not correct.

Expected:
/namespaces/<PARENT_NAMESPACE>/workflows/<PARENT_WORKFLOW_ID>/<PARENT_RUN_ID>

Actual:
/namespaces/<CHILD_NAMESPACE>/workflows/<PARENT_WORKFLOW_ID>/<PARENT_RUN_ID>

Environment/Versions

ui-server version 2.6.2

Additional context
image

Contributor guide

No contributing guide indexed for this repository

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.