Interface: ICapabilities
v1.NamespaceInfo.ICapabilities
Properties of a Capabilities.
Hierarchy
-
↳
ICapabilities
Properties
asyncUpdate
• Optional asyncUpdate: null | boolean
True if the namespace supports async update
Inherited from
eagerWorkflowStart
• Optional eagerWorkflowStart: null | boolean
True if the namespace supports eager workflow start.
Inherited from
$Properties.eagerWorkflowStart
pollerAutoscaling
• Optional pollerAutoscaling: null | boolean
True if the namespace supports poller autoscaling
Inherited from
pollerAutoscalingAutoEnroll
• Optional pollerAutoscalingAutoEnroll: null | boolean
When true, workers should use poller autoscaling by default unless explicitly configured otherwise.
Inherited from
$Properties.pollerAutoscalingAutoEnroll
reportedProblemsSearchAttribute
• Optional reportedProblemsSearchAttribute: null | boolean
True if the namespace supports reported problems search attribute
Inherited from
$Properties.reportedProblemsSearchAttribute
standaloneActivities
• Optional standaloneActivities: null | boolean
True if the namespace supports standalone activities
Inherited from
$Properties.standaloneActivities
standaloneActivityBatchOperations
• Optional standaloneActivityBatchOperations: null | boolean
True if the namespace supports batch operations for standalone activities.
Inherited from
$Properties.standaloneActivityBatchOperations
standaloneActivityOperatorCommands
• Optional standaloneActivityOperatorCommands: null | boolean
True if the namespace supports standalone activity operator commands.
Inherited from
$Properties.standaloneActivityOperatorCommands
standaloneActivityStartDelay
• Optional standaloneActivityStartDelay: null | boolean
True if the namespace supports start delay for standalone activities.
Inherited from
$Properties.standaloneActivityStartDelay
standaloneNexusOperation
• Optional standaloneNexusOperation: null | boolean
True if the namespace supports standalone Nexus operations.
Inherited from
$Properties.standaloneNexusOperation
syncUpdate
• Optional syncUpdate: null | boolean
True if the namespace supports sync update
Inherited from
workerCommands
• Optional workerCommands: null | boolean
True if the namespace supports worker commands (server-to-worker communication via control queues).
Inherited from
workerHeartbeats
• Optional workerHeartbeats: null | boolean
True if the namespace supports worker heartbeats
Inherited from
workerPollCompleteOnShutdown
• Optional workerPollCompleteOnShutdown: null | boolean
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.
Inherited from
$Properties.workerPollCompleteOnShutdown
workflowPause
• Optional workflowPause: null | boolean
True if the namespace supports pausing workflows
Inherited from
workflowTaskCompletionPagination
• Optional workflowTaskCompletionPagination: null | boolean
True if the namespace supports pagination of RespondWorkflowTaskCompleted request.
Inherited from
$Properties.workflowTaskCompletionPagination
workflowUpdateCallbacks
• Optional workflowUpdateCallbacks: null | boolean
True if the namespace supports attaching callbacks on workflow updates