Skip to main content

Interface: ICapabilities

v1.GetSystemInfoResponse.ICapabilities

Properties of a Capabilities.

Implemented by

Properties

activityFailureIncludeHeartbeat

Optional activityFailureIncludeHeartbeat: null | boolean

True if RespondActivityTaskFailed API supports including heartbeat details


buildIdBasedVersioning

Optional buildIdBasedVersioning: null | 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)


countGroupByExecutionStatus

Optional countGroupByExecutionStatus: null | boolean

True if the server supports count group by execution status (-- api-linter: core::0140::prepositions=disabled --)


eagerWorkflowStart

Optional eagerWorkflowStart: null | boolean

True if server supports eager workflow task dispatching for the StartWorkflowExecution API


encodedFailureAttributes

Optional encodedFailureAttributes: null | boolean

True if server uses protos that include temporal.api.failure.v1.Failure.encoded_attributes


internalErrorDifferentiation

Optional internalErrorDifferentiation: null | 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.


sdkMetadata

Optional sdkMetadata: null | boolean

True if the server knows about the sdk metadata field on WFT completions and will record it in history


signalAndQueryHeader

Optional signalAndQueryHeader: null | boolean

True if signal and query headers are supported.


supportsSchedules

Optional supportsSchedules: null | boolean

Supports scheduled workflow features.


upsertMemo

Optional upsertMemo: null | boolean

True if server supports upserting workflow memo