ui
ui copied to clipboard
[Bug] Parent Id link is not correct when the parent workflow link is in different namespace.
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
@Alex-Tideman It looks like the issue happens for childworkflow links as well. Let me know if you need a separate bug for that. Thanks.