Get desktop application:
View/edit binary Protocol Buffers messages
Used in:
Used in:
Used in: , ,
If unspecified (ARCHIVAL_STATE_UNSPECIFIED) then default server configuration is used.
If unspecified (ARCHIVAL_STATE_UNSPECIFIED) then default server configuration is used.
Map from field name to alias.
Used in:
By default namespaces in NAMESPACE_STATE_DELETED state are not included. Setting include_deleted to true will include deleted namespaces. Note: Namespace is in NAMESPACE_STATE_DELETED state when it was deleted from the system but associated data is not deleted yet.
Used in: ,
A key-value map for any customized purpose.
All capabilities the namespace supports.
Namespace configured limits
Whether scheduled workflows are supported on this namespace. This is only needed temporarily while the feature is experimental, so we can give it a high tag.
Namespace capability details. Should contain what features are enabled in a namespace.
Used in:
True if the namespace supports eager workflow start.
True if the namespace supports sync update
True if the namespace supports async update
True if the namespace supports worker heartbeats
True if the namespace supports reported problems search attribute
True if the namespace supports pausing workflows
True if the namespace supports standalone activities
True if the namespace supports server-side completion of outstanding worker polls on shutdown. When enabled, the server will complete polls for workers that send WorkerInstanceKey in their poll requests and call ShutdownWorker with the same WorkerInstanceKey. The poll will return an empty response. When this flag is true, workers should allow polls to return gracefully rather than terminating any open polls on shutdown.
True if the namespace supports poller autoscaling
True if the namespace supports worker commands (server-to-worker communication via control queues).
True if the namespace supports standalone Nexus operations.
True if the namespace supports attaching callbacks on workflow updates
When true, workers should use poller autoscaling by default unless explicitly configured otherwise.
Used in:
Maximum size in bytes for payload fields in workflow history events (e.g., workflow/activity inputs and results, failure details, signal payloads). When exceeded, the server will reject the operation with an error.
Maximum total memo size in bytes per workflow execution.
Used in:
A key-value map for any customized purpose. If data already exists on the namespace, this will merge with the existing key values.
New namespace state, server will reject if transition is not allowed. Allowed transitions are: Registered -> [ Deleted | Deprecated | Handover ] Handover -> [ Registered ] Default is NAMESPACE_STATE_UNSPECIFIED which is do not change state.