package temporal.api.sdk.v1

Mouse Melon logoGet desktop application:
View/edit binary Protocol Buffers messages

message EnhancedStackTrace

enhanced_stack_trace.proto:13

Internal structure used to create worker stack traces with references to code.

message EventGroupMarker

event_group_marker.proto:15

Used in: command.v1.Command, history.v1.HistoryEvent

message EventGroupMarker.InboundEvent

event_group_marker.proto:51

The event ID of an event in the present workflow that triggered implicit creation of this group Marker. The target event's type must be one of the following: - `WORKFLOW_EXECUTION_STARTED` - `WORKFLOW_EXECUTION_SIGNALED`

Used in: EventGroupMarker

message EventGroupMarker.InboundUpdate

event_group_marker.proto:61

The identifier of an inbound Update (request.meta.update_id) whose handler triggered implicit creation of this group Marker. Used in place of `inbound_event_id` for Updates because the event ID of the UpdateAccepted history event is not known until the Workflow Task is completed and recorded by the server, which may be too late.

Used in: EventGroupMarker

message EventGroupMarker.Label

event_group_marker.proto:26

A user-defined short-form string value to be used as the group's label.

Used in: EventGroupMarker

message ExternalStorageReference

external_storage.proto:15

ExternalStorageReference identifies a payload stored in an external storage system. It is used as a claim-check token, allowing the actual payload data to be retrieved from the named driver using the provided claim data.

message StackTrace

enhanced_stack_trace.proto:71

Collection of FileLocation messages from a single stack.

Used in: EnhancedStackTrace

message StackTraceFileLocation

enhanced_stack_trace.proto:49

More specific location details of a file: its path, precise line and column numbers if applicable, and function name if available. In essence, a pointer to a location in a file

Used in: StackTrace

message StackTraceFileSlice

enhanced_stack_trace.proto:36

"Slice" of a file starting at line_offset -- a line offset and code fragment corresponding to the worker's stack.

Used in: EnhancedStackTrace

message StackTraceSDKInfo

enhanced_stack_trace.proto:27

Information pertaining to the SDK that the trace has been captured from. (-- api-linter: core::0123::resource-annotation=disabled aip.dev/not-precedent: Naming SDK version is optional. --)

Used in: EnhancedStackTrace

message UserMetadata

user_metadata.proto:16

Information a user can set, often for use by user interfaces.

Used in: activity.v1.ActivityExecutionInfo, command.v1.Command, history.v1.HistoryEvent, nexus.v1.NexusOperationExecutionInfo, workflow.v1.NewWorkflowExecutionInfo, workflow.v1.WorkflowExecutionConfig, workflowservice.v1.SignalWithStartWorkflowExecutionRequest, workflowservice.v1.StartActivityExecutionRequest, workflowservice.v1.StartNexusOperationExecutionRequest, workflowservice.v1.StartWorkflowExecutionRequest

message WorkerConfig

worker_config.proto:12

Used in: workflowservice.v1.FetchWorkerConfigResponse, workflowservice.v1.UpdateWorkerConfigRequest, workflowservice.v1.UpdateWorkerConfigResponse

message WorkerConfig.AutoscalingPollerBehavior

worker_config.proto:17

Used in: WorkerConfig

message WorkerConfig.SimplePollerBehavior

worker_config.proto:13

Used in: WorkerConfig

message WorkflowDefinition

workflow_metadata.proto:22

(-- api-linter: core::0203::optional=disabled --)

Used in: WorkflowMetadata

message WorkflowInteractionDefinition

workflow_metadata.proto:40

(-- api-linter: core::0123::resource-annotation=disabled aip.dev/not-precedent: The `name` field is optional. --) (-- api-linter: core::0203::optional=disabled --)

Used in: WorkflowDefinition

message WorkflowMetadata

workflow_metadata.proto:13

The name of the query to retrieve this information is `__temporal_workflow_metadata`.

message WorkflowTaskCompletedMetadata

task_complete_metadata.proto:12

Used in: history.v1.WorkflowTaskCompletedEventAttributes, workflowservice.v1.RespondWorkflowTaskCompletedRequest