[Bug] Parent Id link is not correct when the parent workflow link is in different namespace.
Open
@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
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.
Assessment
This issue has not been assessed yet.