Table of Contents

Namespace Temporalio.Api.Worker.V1

Classes

CancelActivityCommand

Cancel an activity if it is still running. Otherwise, do nothing.

CancelActivityResult

Result of a CancelActivityCommand. Treat both successful cancellation and no-op (activity is no longer running) as success.

EnvironmentInfo
EnvironmentInfo.Types

Container for nested types declared in the EnvironmentInfo message type.

EnvironmentInfo.Types.HostingEnvironment
EnvironmentInfo.Types.HostingEnvironment.Types

Container for nested types declared in the HostingEnvironment message type.

EnvironmentInfo.Types.LinuxPlatform
EnvironmentInfo.Types.LinuxPlatform.Types

Container for nested types declared in the LinuxPlatform message type.

EnvironmentInfo.Types.MacOSPlatform
EnvironmentInfo.Types.Platform
EnvironmentInfo.Types.Runtime
EnvironmentInfo.Types.Runtime.Types

Container for nested types declared in the Runtime message type.

EnvironmentInfo.Types.WindowsPlatform
EnvironmentInfo.Types.WindowsPlatform.Types

Container for nested types declared in the WindowsPlatform message type.

MessageReflection

Holder for reflection information generated from temporal/api/worker/v1/message.proto

PluginInfo
StorageDriverInfo
WorkerCommand

A command sent from the server to a worker.

WorkerCommandResult

The result of executing a WorkerCommand.

WorkerHeartbeat

Worker info message, contains information about the worker and its current state. All information is provided by the worker itself. (-- api-linter: core::0140::prepositions=disabled aip.dev/not-precedent: Removing those words make names less clear. --)

WorkerHostInfo

Holds everything needed to identify the worker host/process context

WorkerInfo

Detailed worker information.

WorkerListInfo

Limited worker information returned in the list response. When adding fields here, ensure that it is also added to WorkerInfo (as it carries the full worker information).

WorkerPollerInfo
WorkerSlotsInfo

Enums

EnvironmentInfo.Types.Architecture
EnvironmentInfo.Types.HostingEnvironment.Types.HostingEnvironmentType

What kind of hosting environment we're running in. This list is about what can actually be detected reliably and is unrelated to what SDKs can actually run in.

EnvironmentInfo.Types.LinuxPlatform.Types.Libc
EnvironmentInfo.Types.Platform.VariantOneofCase

Enum of possible cases for the "variant" oneof.

EnvironmentInfo.Types.Runtime.Types.RuntimeType
EnvironmentInfo.Types.WindowsPlatform.Types.Crt
WorkerCommand.TypeOneofCase

Enum of possible cases for the "type" oneof.

WorkerCommandResult.TypeOneofCase

Enum of possible cases for the "type" oneof.