temporal
temporal copied to clipboard
access from one temporal namespace to another
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
Cross namespace invocation will be supported by nexus service. See more: https://github.com/temporalio/proposals/tree/master/nexus