Class: Capabilities
v1.GetSystemInfoResponse.Capabilities
System capability details.
Implements
Constructors
constructor
• new Capabilities(properties?
): Capabilities
Constructs a new Capabilities.
Parameters
Name | Type | Description |
---|---|---|
properties? | ICapabilities | Properties to set |
Returns
Properties
activityFailureIncludeHeartbeat
• activityFailureIncludeHeartbeat: boolean
True if RespondActivityTaskFailed API supports including heartbeat details
Implementation of
ICapabilities.activityFailureIncludeHeartbeat
buildIdBasedVersioning
• buildIdBasedVersioning: boolean
True if server supports dispatching Workflow and Activity tasks based on a worker's build_id (see: https://github.com/temporalio/proposals/blob/a123af3b559f43db16ea6dd31870bfb754c4dc5e/versioning/worker-versions.md)
Implementation of
ICapabilities.buildIdBasedVersioning
countGroupByExecutionStatus
• countGroupByExecutionStatus: boolean
True if the server supports count group by execution status (-- api-linter: core::0140::prepositions=disabled --)
Implementation of
ICapabilities.countGroupByExecutionStatus
eagerWorkflowStart
• eagerWorkflowStart: boolean
True if server supports eager workflow task dispatching for the StartWorkflowExecution API
Implementation of
ICapabilities.eagerWorkflowStart
encodedFailureAttributes
• encodedFailureAttributes: boolean
True if server uses protos that include temporal.api.failure.v1.Failure.encoded_attributes
Implementation of
ICapabilities.encodedFailureAttributes
internalErrorDifferentiation
• internalErrorDifferentiation: boolean
True if internal errors are differentiated from other types of errors for purposes of retrying non-internal errors.
When unset/false, clients retry all failures. When true, clients should only retry non-internal errors.
Implementation of
ICapabilities.internalErrorDifferentiation
nexus
• nexus: boolean
True if the server supports Nexus operations. This flag is dependent both on server version and for Nexus to be enabled via server configuration.
Implementation of
sdkMetadata
• sdkMetadata: boolean
True if the server knows about the sdk metadata field on WFT completions and will record it in history
Implementation of
signalAndQueryHeader
• signalAndQueryHeader: boolean
True if signal and query headers are supported.