Temporal · Arazzo Workflow
Temporal Find a Namespace by Name and Load Its Details
Version 1.0.0
Page through Namespaces to find one by name, then load its full detail record.
Provider
Workflows
find-namespace-by-name
List Namespaces and load the detail record for a chosen namespace.
Chains listNamespaces (first page, branching on the presence of a nextPageToken) with getNamespace to load the full detail of the target namespace.
1
listNamespaces
listNamespaces
List the first page of Namespaces. The nextPageToken indicates whether additional pages remain to be fetched.
2
loadNamespace
getNamespace
Load the full Namespace detail record for the target namespace identifier.