temporal icon indicating copy to clipboard operation
temporal copied to clipboard

access from one temporal namespace to another

Open mmoya91 opened this issue 1 year ago • 1 comments

hello, I was wondering if there any additional considerations when referencing resources from one namespace to another?

For instance: lets say I workflow_1 that contains activity_1 and resides in temporal namespace_1 and I also have namespace_2 which contains workflow_2 and activity_2 and both temporal namespaces, namespace_1 and namespace_2, exist in the same temporal server

would we run into any issues if the inputs for activity_2 depends on outputs from activity_1? I'm not sure if temporal namespaces behave like k8s namespaces as far as access

mmoya91 avatar Jan 19 '24 16:01 mmoya91

Cross namespace invocation will be supported by nexus service. See more: https://github.com/temporalio/proposals/tree/master/nexus

yiminc avatar Jan 26 '24 22:01 yiminc