history

package
v1.34.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: May 22, 2024 License: MIT Imports: 14 Imported by: 70

Documentation

Overview

Code generated by protoc-gen-go-helpers. DO NOT EDIT.

Index

Constants

This section is empty.

Variables

View Source
var File_temporal_api_history_v1_message_proto protoreflect.FileDescriptor

Functions

This section is empty.

Types

type ActivityPropertiesModifiedExternallyEventAttributes added in v1.11.0

type ActivityPropertiesModifiedExternallyEventAttributes struct {

	// The id of the `ACTIVITY_TASK_SCHEDULED` event this modification corresponds to.
	ScheduledEventId int64 `protobuf:"varint,1,opt,name=scheduled_event_id,json=scheduledEventId,proto3" json:"scheduled_event_id,omitempty"`
	// If set, update the retry policy of the activity, replacing it with the specified one.
	// The number of attempts at the activity is preserved.
	NewRetryPolicy *v1.RetryPolicy `protobuf:"bytes,2,opt,name=new_retry_policy,json=newRetryPolicy,proto3" json:"new_retry_policy,omitempty"`
	// contains filtered or unexported fields
}

func (*ActivityPropertiesModifiedExternallyEventAttributes) Descriptor deprecated added in v1.11.0

Deprecated: Use ActivityPropertiesModifiedExternallyEventAttributes.ProtoReflect.Descriptor instead.

func (*ActivityPropertiesModifiedExternallyEventAttributes) Equal added in v1.11.0

func (this *ActivityPropertiesModifiedExternallyEventAttributes) Equal(that interface{}) bool

Equal returns whether two ActivityPropertiesModifiedExternallyEventAttributes values are equivalent by recursively comparing the message's fields. For more information see the documentation for https://pkg.golang.ir/google.golang.org/protobuf/proto#Equal

func (*ActivityPropertiesModifiedExternallyEventAttributes) GetNewRetryPolicy added in v1.11.0

func (*ActivityPropertiesModifiedExternallyEventAttributes) GetScheduledEventId added in v1.11.0

func (*ActivityPropertiesModifiedExternallyEventAttributes) Marshal added in v1.11.0

Marshal an object of type ActivityPropertiesModifiedExternallyEventAttributes to the protobuf v3 wire format

func (*ActivityPropertiesModifiedExternallyEventAttributes) ProtoMessage added in v1.11.0

func (*ActivityPropertiesModifiedExternallyEventAttributes) ProtoReflect added in v1.26.1

func (*ActivityPropertiesModifiedExternallyEventAttributes) Reset added in v1.11.0

func (*ActivityPropertiesModifiedExternallyEventAttributes) Size added in v1.11.0

Size returns the size of the object, in bytes, once serialized

func (*ActivityPropertiesModifiedExternallyEventAttributes) String added in v1.11.0

func (*ActivityPropertiesModifiedExternallyEventAttributes) Unmarshal added in v1.11.0

Unmarshal an object of type ActivityPropertiesModifiedExternallyEventAttributes from the protobuf v3 wire format

type ActivityTaskCancelRequestedEventAttributes

type ActivityTaskCancelRequestedEventAttributes struct {

	// The id of the `ACTIVITY_TASK_SCHEDULED` event this cancel request corresponds to
	ScheduledEventId int64 `protobuf:"varint,1,opt,name=scheduled_event_id,json=scheduledEventId,proto3" json:"scheduled_event_id,omitempty"`
	// The `WORKFLOW_TASK_COMPLETED` event which this command was reported with
	WorkflowTaskCompletedEventId int64 `` /* 152-byte string literal not displayed */
	// contains filtered or unexported fields
}

func (*ActivityTaskCancelRequestedEventAttributes) Descriptor deprecated

Deprecated: Use ActivityTaskCancelRequestedEventAttributes.ProtoReflect.Descriptor instead.

func (*ActivityTaskCancelRequestedEventAttributes) Equal

func (this *ActivityTaskCancelRequestedEventAttributes) Equal(that interface{}) bool

Equal returns whether two ActivityTaskCancelRequestedEventAttributes values are equivalent by recursively comparing the message's fields. For more information see the documentation for https://pkg.golang.ir/google.golang.org/protobuf/proto#Equal

func (*ActivityTaskCancelRequestedEventAttributes) GetScheduledEventId

func (x *ActivityTaskCancelRequestedEventAttributes) GetScheduledEventId() int64

func (*ActivityTaskCancelRequestedEventAttributes) GetWorkflowTaskCompletedEventId

func (x *ActivityTaskCancelRequestedEventAttributes) GetWorkflowTaskCompletedEventId() int64

func (*ActivityTaskCancelRequestedEventAttributes) Marshal

Marshal an object of type ActivityTaskCancelRequestedEventAttributes to the protobuf v3 wire format

func (*ActivityTaskCancelRequestedEventAttributes) ProtoMessage

func (*ActivityTaskCancelRequestedEventAttributes) ProtoReflect added in v1.26.1

func (*ActivityTaskCancelRequestedEventAttributes) Reset

func (*ActivityTaskCancelRequestedEventAttributes) Size

Size returns the size of the object, in bytes, once serialized

func (*ActivityTaskCancelRequestedEventAttributes) String

func (*ActivityTaskCancelRequestedEventAttributes) Unmarshal

Unmarshal an object of type ActivityTaskCancelRequestedEventAttributes from the protobuf v3 wire format

type ActivityTaskCanceledEventAttributes

type ActivityTaskCanceledEventAttributes struct {

	// Additional information that the activity reported upon confirming cancellation
	Details *v1.Payloads `protobuf:"bytes,1,opt,name=details,proto3" json:"details,omitempty"`
	// id of the most recent `ACTIVITY_TASK_CANCEL_REQUESTED` event which refers to the same
	// activity
	LatestCancelRequestedEventId int64 `` /* 152-byte string literal not displayed */
	// The id of the `ACTIVITY_TASK_SCHEDULED` event this cancel confirmation corresponds to
	ScheduledEventId int64 `protobuf:"varint,3,opt,name=scheduled_event_id,json=scheduledEventId,proto3" json:"scheduled_event_id,omitempty"`
	// The id of the `ACTIVITY_TASK_STARTED` event this cancel confirmation corresponds to
	StartedEventId int64 `protobuf:"varint,4,opt,name=started_event_id,json=startedEventId,proto3" json:"started_event_id,omitempty"`
	// id of the worker who canceled this activity
	Identity string `protobuf:"bytes,5,opt,name=identity,proto3" json:"identity,omitempty"`
	// Version info of the worker who processed this workflow task.
	// Deprecated. Use the info inside the corresponding ActivityTaskStartedEvent
	WorkerVersion *v1.WorkerVersionStamp `protobuf:"bytes,6,opt,name=worker_version,json=workerVersion,proto3" json:"worker_version,omitempty"`
	// contains filtered or unexported fields
}

func (*ActivityTaskCanceledEventAttributes) Descriptor deprecated

func (*ActivityTaskCanceledEventAttributes) Descriptor() ([]byte, []int)

Deprecated: Use ActivityTaskCanceledEventAttributes.ProtoReflect.Descriptor instead.

func (*ActivityTaskCanceledEventAttributes) Equal

func (this *ActivityTaskCanceledEventAttributes) Equal(that interface{}) bool

Equal returns whether two ActivityTaskCanceledEventAttributes values are equivalent by recursively comparing the message's fields. For more information see the documentation for https://pkg.golang.ir/google.golang.org/protobuf/proto#Equal

func (*ActivityTaskCanceledEventAttributes) GetDetails

func (*ActivityTaskCanceledEventAttributes) GetIdentity

func (*ActivityTaskCanceledEventAttributes) GetLatestCancelRequestedEventId

func (x *ActivityTaskCanceledEventAttributes) GetLatestCancelRequestedEventId() int64

func (*ActivityTaskCanceledEventAttributes) GetScheduledEventId

func (x *ActivityTaskCanceledEventAttributes) GetScheduledEventId() int64

func (*ActivityTaskCanceledEventAttributes) GetStartedEventId

func (x *ActivityTaskCanceledEventAttributes) GetStartedEventId() int64

func (*ActivityTaskCanceledEventAttributes) GetWorkerVersion added in v1.21.0

func (*ActivityTaskCanceledEventAttributes) Marshal

func (val *ActivityTaskCanceledEventAttributes) Marshal() ([]byte, error)

Marshal an object of type ActivityTaskCanceledEventAttributes to the protobuf v3 wire format

func (*ActivityTaskCanceledEventAttributes) ProtoMessage

func (*ActivityTaskCanceledEventAttributes) ProtoMessage()

func (*ActivityTaskCanceledEventAttributes) ProtoReflect added in v1.26.1

func (*ActivityTaskCanceledEventAttributes) Reset

func (*ActivityTaskCanceledEventAttributes) Size

Size returns the size of the object, in bytes, once serialized

func (*ActivityTaskCanceledEventAttributes) String

func (*ActivityTaskCanceledEventAttributes) Unmarshal

func (val *ActivityTaskCanceledEventAttributes) Unmarshal(buf []byte) error

Unmarshal an object of type ActivityTaskCanceledEventAttributes from the protobuf v3 wire format

type ActivityTaskCompletedEventAttributes

type ActivityTaskCompletedEventAttributes struct {

	// Serialized results of the activity. IE: The return value of the activity function
	Result *v1.Payloads `protobuf:"bytes,1,opt,name=result,proto3" json:"result,omitempty"`
	// The id of the `ACTIVITY_TASK_SCHEDULED` event this completion corresponds to
	ScheduledEventId int64 `protobuf:"varint,2,opt,name=scheduled_event_id,json=scheduledEventId,proto3" json:"scheduled_event_id,omitempty"`
	// The id of the `ACTIVITY_TASK_STARTED` event this completion corresponds to
	StartedEventId int64 `protobuf:"varint,3,opt,name=started_event_id,json=startedEventId,proto3" json:"started_event_id,omitempty"`
	// id of the worker that completed this task
	Identity string `protobuf:"bytes,4,opt,name=identity,proto3" json:"identity,omitempty"`
	// Version info of the worker who processed this workflow task.
	// Deprecated. Use the info inside the corresponding ActivityTaskStartedEvent
	WorkerVersion *v1.WorkerVersionStamp `protobuf:"bytes,5,opt,name=worker_version,json=workerVersion,proto3" json:"worker_version,omitempty"`
	// contains filtered or unexported fields
}

func (*ActivityTaskCompletedEventAttributes) Descriptor deprecated

func (*ActivityTaskCompletedEventAttributes) Descriptor() ([]byte, []int)

Deprecated: Use ActivityTaskCompletedEventAttributes.ProtoReflect.Descriptor instead.

func (*ActivityTaskCompletedEventAttributes) Equal

func (this *ActivityTaskCompletedEventAttributes) Equal(that interface{}) bool

Equal returns whether two ActivityTaskCompletedEventAttributes values are equivalent by recursively comparing the message's fields. For more information see the documentation for https://pkg.golang.ir/google.golang.org/protobuf/proto#Equal

func (*ActivityTaskCompletedEventAttributes) GetIdentity

func (*ActivityTaskCompletedEventAttributes) GetResult

func (*ActivityTaskCompletedEventAttributes) GetScheduledEventId

func (x *ActivityTaskCompletedEventAttributes) GetScheduledEventId() int64

func (*ActivityTaskCompletedEventAttributes) GetStartedEventId

func (x *ActivityTaskCompletedEventAttributes) GetStartedEventId() int64

func (*ActivityTaskCompletedEventAttributes) GetWorkerVersion added in v1.21.0

func (*ActivityTaskCompletedEventAttributes) Marshal

func (val *ActivityTaskCompletedEventAttributes) Marshal() ([]byte, error)

Marshal an object of type ActivityTaskCompletedEventAttributes to the protobuf v3 wire format

func (*ActivityTaskCompletedEventAttributes) ProtoMessage

func (*ActivityTaskCompletedEventAttributes) ProtoMessage()

func (*ActivityTaskCompletedEventAttributes) ProtoReflect added in v1.26.1

func (*ActivityTaskCompletedEventAttributes) Reset

func (*ActivityTaskCompletedEventAttributes) Size

Size returns the size of the object, in bytes, once serialized

func (*ActivityTaskCompletedEventAttributes) String

func (*ActivityTaskCompletedEventAttributes) Unmarshal

func (val *ActivityTaskCompletedEventAttributes) Unmarshal(buf []byte) error

Unmarshal an object of type ActivityTaskCompletedEventAttributes from the protobuf v3 wire format

type ActivityTaskFailedEventAttributes

type ActivityTaskFailedEventAttributes struct {

	// Failure details
	Failure *v13.Failure `protobuf:"bytes,1,opt,name=failure,proto3" json:"failure,omitempty"`
	// The id of the `ACTIVITY_TASK_SCHEDULED` event this failure corresponds to
	ScheduledEventId int64 `protobuf:"varint,2,opt,name=scheduled_event_id,json=scheduledEventId,proto3" json:"scheduled_event_id,omitempty"`
	// The id of the `ACTIVITY_TASK_STARTED` event this failure corresponds to
	StartedEventId int64 `protobuf:"varint,3,opt,name=started_event_id,json=startedEventId,proto3" json:"started_event_id,omitempty"`
	// id of the worker that failed this task
	Identity   string         `protobuf:"bytes,4,opt,name=identity,proto3" json:"identity,omitempty"`
	RetryState v12.RetryState `` /* 130-byte string literal not displayed */
	// Version info of the worker who processed this workflow task.
	// Deprecated. Use the info inside the corresponding ActivityTaskStartedEvent
	WorkerVersion *v1.WorkerVersionStamp `protobuf:"bytes,6,opt,name=worker_version,json=workerVersion,proto3" json:"worker_version,omitempty"`
	// contains filtered or unexported fields
}

func (*ActivityTaskFailedEventAttributes) Descriptor deprecated

func (*ActivityTaskFailedEventAttributes) Descriptor() ([]byte, []int)

Deprecated: Use ActivityTaskFailedEventAttributes.ProtoReflect.Descriptor instead.

func (*ActivityTaskFailedEventAttributes) Equal

func (this *ActivityTaskFailedEventAttributes) Equal(that interface{}) bool

Equal returns whether two ActivityTaskFailedEventAttributes values are equivalent by recursively comparing the message's fields. For more information see the documentation for https://pkg.golang.ir/google.golang.org/protobuf/proto#Equal

func (*ActivityTaskFailedEventAttributes) GetFailure

func (*ActivityTaskFailedEventAttributes) GetIdentity

func (x *ActivityTaskFailedEventAttributes) GetIdentity() string

func (*ActivityTaskFailedEventAttributes) GetRetryState

func (*ActivityTaskFailedEventAttributes) GetScheduledEventId

func (x *ActivityTaskFailedEventAttributes) GetScheduledEventId() int64

func (*ActivityTaskFailedEventAttributes) GetStartedEventId

func (x *ActivityTaskFailedEventAttributes) GetStartedEventId() int64

func (*ActivityTaskFailedEventAttributes) GetWorkerVersion added in v1.21.0

func (*ActivityTaskFailedEventAttributes) Marshal

func (val *ActivityTaskFailedEventAttributes) Marshal() ([]byte, error)

Marshal an object of type ActivityTaskFailedEventAttributes to the protobuf v3 wire format

func (*ActivityTaskFailedEventAttributes) ProtoMessage

func (*ActivityTaskFailedEventAttributes) ProtoMessage()

func (*ActivityTaskFailedEventAttributes) ProtoReflect added in v1.26.1

func (*ActivityTaskFailedEventAttributes) Reset

func (*ActivityTaskFailedEventAttributes) Size

Size returns the size of the object, in bytes, once serialized

func (*ActivityTaskFailedEventAttributes) String

func (*ActivityTaskFailedEventAttributes) Unmarshal

func (val *ActivityTaskFailedEventAttributes) Unmarshal(buf []byte) error

Unmarshal an object of type ActivityTaskFailedEventAttributes from the protobuf v3 wire format

type ActivityTaskScheduledEventAttributes

type ActivityTaskScheduledEventAttributes struct {

	// The worker/user assigned identifier for the activity
	ActivityId   string           `protobuf:"bytes,1,opt,name=activity_id,json=activityId,proto3" json:"activity_id,omitempty"`
	ActivityType *v1.ActivityType `protobuf:"bytes,2,opt,name=activity_type,json=activityType,proto3" json:"activity_type,omitempty"`
	TaskQueue    *v11.TaskQueue   `protobuf:"bytes,4,opt,name=task_queue,json=taskQueue,proto3" json:"task_queue,omitempty"`
	Header       *v1.Header       `protobuf:"bytes,5,opt,name=header,proto3" json:"header,omitempty"`
	Input        *v1.Payloads     `protobuf:"bytes,6,opt,name=input,proto3" json:"input,omitempty"`
	// Indicates how long the caller is willing to wait for an activity completion. Limits how long
	// retries will be attempted. Either this or `start_to_close_timeout` must be specified.
	//
	// (-- api-linter: core::0140::prepositions=disabled
	//
	//	aip.dev/not-precedent: "to" is used to indicate interval. --)
	ScheduleToCloseTimeout *durationpb.Duration `` /* 131-byte string literal not displayed */
	// Limits time an activity task can stay in a task queue before a worker picks it up. This
	// timeout is always non retryable, as all a retry would achieve is to put it back into the same
	// queue. Defaults to `schedule_to_close_timeout` or workflow execution timeout if not
	// specified.
	//
	// (-- api-linter: core::0140::prepositions=disabled
	//
	//	aip.dev/not-precedent: "to" is used to indicate interval. --)
	ScheduleToStartTimeout *durationpb.Duration `` /* 131-byte string literal not displayed */
	// Maximum time an activity is allowed to execute after being picked up by a worker. This
	// timeout is always retryable. Either this or `schedule_to_close_timeout` must be
	// specified.
	//
	// (-- api-linter: core::0140::prepositions=disabled
	//
	//	aip.dev/not-precedent: "to" is used to indicate interval. --)
	StartToCloseTimeout *durationpb.Duration `protobuf:"bytes,9,opt,name=start_to_close_timeout,json=startToCloseTimeout,proto3" json:"start_to_close_timeout,omitempty"`
	// Maximum permitted time between successful worker heartbeats.
	HeartbeatTimeout *durationpb.Duration `protobuf:"bytes,10,opt,name=heartbeat_timeout,json=heartbeatTimeout,proto3" json:"heartbeat_timeout,omitempty"`
	// The `WORKFLOW_TASK_COMPLETED` event which this command was reported with
	WorkflowTaskCompletedEventId int64 `` /* 153-byte string literal not displayed */
	// Activities are assigned a default retry policy controlled by the service's dynamic
	// configuration. Retries will happen up to `schedule_to_close_timeout`. To disable retries set
	// retry_policy.maximum_attempts to 1.
	RetryPolicy *v1.RetryPolicy `protobuf:"bytes,12,opt,name=retry_policy,json=retryPolicy,proto3" json:"retry_policy,omitempty"`
	// If this is set, the activity would be assigned to the Build ID of the workflow. Otherwise,
	// Assignment rules of the activity's Task Queue will be used to determine the Build ID.
	UseWorkflowBuildId bool `protobuf:"varint,13,opt,name=use_workflow_build_id,json=useWorkflowBuildId,proto3" json:"use_workflow_build_id,omitempty"`
	// contains filtered or unexported fields
}

func (*ActivityTaskScheduledEventAttributes) Descriptor deprecated

func (*ActivityTaskScheduledEventAttributes) Descriptor() ([]byte, []int)

Deprecated: Use ActivityTaskScheduledEventAttributes.ProtoReflect.Descriptor instead.

func (*ActivityTaskScheduledEventAttributes) Equal

func (this *ActivityTaskScheduledEventAttributes) Equal(that interface{}) bool

Equal returns whether two ActivityTaskScheduledEventAttributes values are equivalent by recursively comparing the message's fields. For more information see the documentation for https://pkg.golang.ir/google.golang.org/protobuf/proto#Equal

func (*ActivityTaskScheduledEventAttributes) GetActivityId

func (x *ActivityTaskScheduledEventAttributes) GetActivityId() string

func (*ActivityTaskScheduledEventAttributes) GetActivityType

func (*ActivityTaskScheduledEventAttributes) GetHeader

func (*ActivityTaskScheduledEventAttributes) GetHeartbeatTimeout added in v0.28.0

func (x *ActivityTaskScheduledEventAttributes) GetHeartbeatTimeout() *durationpb.Duration

func (*ActivityTaskScheduledEventAttributes) GetInput

func (*ActivityTaskScheduledEventAttributes) GetRetryPolicy

func (*ActivityTaskScheduledEventAttributes) GetScheduleToCloseTimeout added in v0.28.0

func (x *ActivityTaskScheduledEventAttributes) GetScheduleToCloseTimeout() *durationpb.Duration

func (*ActivityTaskScheduledEventAttributes) GetScheduleToStartTimeout added in v0.28.0

func (x *ActivityTaskScheduledEventAttributes) GetScheduleToStartTimeout() *durationpb.Duration

func (*ActivityTaskScheduledEventAttributes) GetStartToCloseTimeout added in v0.28.0

func (x *ActivityTaskScheduledEventAttributes) GetStartToCloseTimeout() *durationpb.Duration

func (*ActivityTaskScheduledEventAttributes) GetTaskQueue

func (*ActivityTaskScheduledEventAttributes) GetUseWorkflowBuildId added in v1.32.0

func (x *ActivityTaskScheduledEventAttributes) GetUseWorkflowBuildId() bool

func (*ActivityTaskScheduledEventAttributes) GetWorkflowTaskCompletedEventId

func (x *ActivityTaskScheduledEventAttributes) GetWorkflowTaskCompletedEventId() int64

func (*ActivityTaskScheduledEventAttributes) Marshal

func (val *ActivityTaskScheduledEventAttributes) Marshal() ([]byte, error)

Marshal an object of type ActivityTaskScheduledEventAttributes to the protobuf v3 wire format

func (*ActivityTaskScheduledEventAttributes) ProtoMessage

func (*ActivityTaskScheduledEventAttributes) ProtoMessage()

func (*ActivityTaskScheduledEventAttributes) ProtoReflect added in v1.26.1

func (*ActivityTaskScheduledEventAttributes) Reset

func (*ActivityTaskScheduledEventAttributes) Size

Size returns the size of the object, in bytes, once serialized

func (*ActivityTaskScheduledEventAttributes) String

func (*ActivityTaskScheduledEventAttributes) Unmarshal

func (val *ActivityTaskScheduledEventAttributes) Unmarshal(buf []byte) error

Unmarshal an object of type ActivityTaskScheduledEventAttributes from the protobuf v3 wire format

type ActivityTaskStartedEventAttributes

type ActivityTaskStartedEventAttributes struct {

	// The id of the `ACTIVITY_TASK_SCHEDULED` event this task corresponds to
	ScheduledEventId int64 `protobuf:"varint,1,opt,name=scheduled_event_id,json=scheduledEventId,proto3" json:"scheduled_event_id,omitempty"`
	// id of the worker that picked up this task
	Identity string `protobuf:"bytes,2,opt,name=identity,proto3" json:"identity,omitempty"`
	// TODO ??
	RequestId string `protobuf:"bytes,3,opt,name=request_id,json=requestId,proto3" json:"request_id,omitempty"`
	// Starting at 1, the number of times this task has been attempted
	Attempt int32 `protobuf:"varint,4,opt,name=attempt,proto3" json:"attempt,omitempty"`
	// Will be set to the most recent failure details, if this task has previously failed and then
	// been retried.
	LastFailure *v13.Failure `protobuf:"bytes,5,opt,name=last_failure,json=lastFailure,proto3" json:"last_failure,omitempty"`
	// Version info of the worker to whom this task was dispatched.
	WorkerVersion *v1.WorkerVersionStamp `protobuf:"bytes,6,opt,name=worker_version,json=workerVersion,proto3" json:"worker_version,omitempty"`
	// Used by server internally to properly reapply build ID redirects to an execution
	// when rebuilding it from events.
	BuildIdRedirectCounter int64 `` /* 132-byte string literal not displayed */
	// contains filtered or unexported fields
}

func (*ActivityTaskStartedEventAttributes) Descriptor deprecated

func (*ActivityTaskStartedEventAttributes) Descriptor() ([]byte, []int)

Deprecated: Use ActivityTaskStartedEventAttributes.ProtoReflect.Descriptor instead.

func (*ActivityTaskStartedEventAttributes) Equal

func (this *ActivityTaskStartedEventAttributes) Equal(that interface{}) bool

Equal returns whether two ActivityTaskStartedEventAttributes values are equivalent by recursively comparing the message's fields. For more information see the documentation for https://pkg.golang.ir/google.golang.org/protobuf/proto#Equal

func (*ActivityTaskStartedEventAttributes) GetAttempt

func (x *ActivityTaskStartedEventAttributes) GetAttempt() int32

func (*ActivityTaskStartedEventAttributes) GetBuildIdRedirectCounter added in v1.32.0

func (x *ActivityTaskStartedEventAttributes) GetBuildIdRedirectCounter() int64

func (*ActivityTaskStartedEventAttributes) GetIdentity

func (x *ActivityTaskStartedEventAttributes) GetIdentity() string

func (*ActivityTaskStartedEventAttributes) GetLastFailure

func (x *ActivityTaskStartedEventAttributes) GetLastFailure() *v13.Failure

func (*ActivityTaskStartedEventAttributes) GetRequestId

func (x *ActivityTaskStartedEventAttributes) GetRequestId() string

func (*ActivityTaskStartedEventAttributes) GetScheduledEventId

func (x *ActivityTaskStartedEventAttributes) GetScheduledEventId() int64

func (*ActivityTaskStartedEventAttributes) GetWorkerVersion added in v1.32.0

func (*ActivityTaskStartedEventAttributes) Marshal

func (val *ActivityTaskStartedEventAttributes) Marshal() ([]byte, error)

Marshal an object of type ActivityTaskStartedEventAttributes to the protobuf v3 wire format

func (*ActivityTaskStartedEventAttributes) ProtoMessage

func (*ActivityTaskStartedEventAttributes) ProtoMessage()

func (*ActivityTaskStartedEventAttributes) ProtoReflect added in v1.26.1

func (*ActivityTaskStartedEventAttributes) Reset

func (*ActivityTaskStartedEventAttributes) Size

Size returns the size of the object, in bytes, once serialized

func (*ActivityTaskStartedEventAttributes) String

func (*ActivityTaskStartedEventAttributes) Unmarshal

func (val *ActivityTaskStartedEventAttributes) Unmarshal(buf []byte) error

Unmarshal an object of type ActivityTaskStartedEventAttributes from the protobuf v3 wire format

type ActivityTaskTimedOutEventAttributes

type ActivityTaskTimedOutEventAttributes struct {

	// If this activity had failed, was retried, and then timed out, that failure is stored as the
	// `cause` in here.
	Failure *v13.Failure `protobuf:"bytes,1,opt,name=failure,proto3" json:"failure,omitempty"`
	// The id of the `ACTIVITY_TASK_SCHEDULED` event this timeout corresponds to
	ScheduledEventId int64 `protobuf:"varint,2,opt,name=scheduled_event_id,json=scheduledEventId,proto3" json:"scheduled_event_id,omitempty"`
	// The id of the `ACTIVITY_TASK_STARTED` event this timeout corresponds to
	StartedEventId int64          `protobuf:"varint,3,opt,name=started_event_id,json=startedEventId,proto3" json:"started_event_id,omitempty"`
	RetryState     v12.RetryState `` /* 130-byte string literal not displayed */
	// contains filtered or unexported fields
}

func (*ActivityTaskTimedOutEventAttributes) Descriptor deprecated

func (*ActivityTaskTimedOutEventAttributes) Descriptor() ([]byte, []int)

Deprecated: Use ActivityTaskTimedOutEventAttributes.ProtoReflect.Descriptor instead.

func (*ActivityTaskTimedOutEventAttributes) Equal

func (this *ActivityTaskTimedOutEventAttributes) Equal(that interface{}) bool

Equal returns whether two ActivityTaskTimedOutEventAttributes values are equivalent by recursively comparing the message's fields. For more information see the documentation for https://pkg.golang.ir/google.golang.org/protobuf/proto#Equal

func (*ActivityTaskTimedOutEventAttributes) GetFailure

func (*ActivityTaskTimedOutEventAttributes) GetRetryState

func (*ActivityTaskTimedOutEventAttributes) GetScheduledEventId

func (x *ActivityTaskTimedOutEventAttributes) GetScheduledEventId() int64

func (*ActivityTaskTimedOutEventAttributes) GetStartedEventId

func (x *ActivityTaskTimedOutEventAttributes) GetStartedEventId() int64

func (*ActivityTaskTimedOutEventAttributes) Marshal

func (val *ActivityTaskTimedOutEventAttributes) Marshal() ([]byte, error)

Marshal an object of type ActivityTaskTimedOutEventAttributes to the protobuf v3 wire format

func (*ActivityTaskTimedOutEventAttributes) ProtoMessage

func (*ActivityTaskTimedOutEventAttributes) ProtoMessage()

func (*ActivityTaskTimedOutEventAttributes) ProtoReflect added in v1.26.1

func (*ActivityTaskTimedOutEventAttributes) Reset

func (*ActivityTaskTimedOutEventAttributes) Size

Size returns the size of the object, in bytes, once serialized

func (*ActivityTaskTimedOutEventAttributes) String

func (*ActivityTaskTimedOutEventAttributes) Unmarshal

func (val *ActivityTaskTimedOutEventAttributes) Unmarshal(buf []byte) error

Unmarshal an object of type ActivityTaskTimedOutEventAttributes from the protobuf v3 wire format

type ChildWorkflowExecutionCanceledEventAttributes

type ChildWorkflowExecutionCanceledEventAttributes struct {
	Details *v1.Payloads `protobuf:"bytes,1,opt,name=details,proto3" json:"details,omitempty"`
	// Namespace of the child workflow.
	// SDKs and UI tools should use `namespace` field but server must use `namespace_id` only.
	Namespace         string                `protobuf:"bytes,2,opt,name=namespace,proto3" json:"namespace,omitempty"`
	NamespaceId       string                `protobuf:"bytes,7,opt,name=namespace_id,json=namespaceId,proto3" json:"namespace_id,omitempty"`
	WorkflowExecution *v1.WorkflowExecution `protobuf:"bytes,3,opt,name=workflow_execution,json=workflowExecution,proto3" json:"workflow_execution,omitempty"`
	WorkflowType      *v1.WorkflowType      `protobuf:"bytes,4,opt,name=workflow_type,json=workflowType,proto3" json:"workflow_type,omitempty"`
	// Id of the `START_CHILD_WORKFLOW_EXECUTION_INITIATED` event which this event corresponds to
	InitiatedEventId int64 `protobuf:"varint,5,opt,name=initiated_event_id,json=initiatedEventId,proto3" json:"initiated_event_id,omitempty"`
	// Id of the `CHILD_WORKFLOW_EXECUTION_STARTED` event which this event corresponds to
	StartedEventId int64 `protobuf:"varint,6,opt,name=started_event_id,json=startedEventId,proto3" json:"started_event_id,omitempty"`
	// contains filtered or unexported fields
}

func (*ChildWorkflowExecutionCanceledEventAttributes) Descriptor deprecated

Deprecated: Use ChildWorkflowExecutionCanceledEventAttributes.ProtoReflect.Descriptor instead.

func (*ChildWorkflowExecutionCanceledEventAttributes) Equal

func (this *ChildWorkflowExecutionCanceledEventAttributes) Equal(that interface{}) bool

Equal returns whether two ChildWorkflowExecutionCanceledEventAttributes values are equivalent by recursively comparing the message's fields. For more information see the documentation for https://pkg.golang.ir/google.golang.org/protobuf/proto#Equal

func (*ChildWorkflowExecutionCanceledEventAttributes) GetDetails

func (*ChildWorkflowExecutionCanceledEventAttributes) GetInitiatedEventId

func (x *ChildWorkflowExecutionCanceledEventAttributes) GetInitiatedEventId() int64

func (*ChildWorkflowExecutionCanceledEventAttributes) GetNamespace

func (*ChildWorkflowExecutionCanceledEventAttributes) GetNamespaceId added in v1.8.0

func (*ChildWorkflowExecutionCanceledEventAttributes) GetStartedEventId

func (*ChildWorkflowExecutionCanceledEventAttributes) GetWorkflowExecution

func (*ChildWorkflowExecutionCanceledEventAttributes) GetWorkflowType

func (*ChildWorkflowExecutionCanceledEventAttributes) Marshal

Marshal an object of type ChildWorkflowExecutionCanceledEventAttributes to the protobuf v3 wire format

func (*ChildWorkflowExecutionCanceledEventAttributes) ProtoMessage

func (*ChildWorkflowExecutionCanceledEventAttributes) ProtoReflect added in v1.26.1

func (*ChildWorkflowExecutionCanceledEventAttributes) Reset

func (*ChildWorkflowExecutionCanceledEventAttributes) Size

Size returns the size of the object, in bytes, once serialized

func (*ChildWorkflowExecutionCanceledEventAttributes) String

func (*ChildWorkflowExecutionCanceledEventAttributes) Unmarshal

Unmarshal an object of type ChildWorkflowExecutionCanceledEventAttributes from the protobuf v3 wire format

type ChildWorkflowExecutionCompletedEventAttributes

type ChildWorkflowExecutionCompletedEventAttributes struct {
	Result *v1.Payloads `protobuf:"bytes,1,opt,name=result,proto3" json:"result,omitempty"`
	// Namespace of the child workflow.
	// SDKs and UI tools should use `namespace` field but server must use `namespace_id` only.
	Namespace         string                `protobuf:"bytes,2,opt,name=namespace,proto3" json:"namespace,omitempty"`
	NamespaceId       string                `protobuf:"bytes,7,opt,name=namespace_id,json=namespaceId,proto3" json:"namespace_id,omitempty"`
	WorkflowExecution *v1.WorkflowExecution `protobuf:"bytes,3,opt,name=workflow_execution,json=workflowExecution,proto3" json:"workflow_execution,omitempty"`
	WorkflowType      *v1.WorkflowType      `protobuf:"bytes,4,opt,name=workflow_type,json=workflowType,proto3" json:"workflow_type,omitempty"`
	// Id of the `START_CHILD_WORKFLOW_EXECUTION_INITIATED` event which this event corresponds to
	InitiatedEventId int64 `protobuf:"varint,5,opt,name=initiated_event_id,json=initiatedEventId,proto3" json:"initiated_event_id,omitempty"`
	// Id of the `CHILD_WORKFLOW_EXECUTION_STARTED` event which this event corresponds to
	StartedEventId int64 `protobuf:"varint,6,opt,name=started_event_id,json=startedEventId,proto3" json:"started_event_id,omitempty"`
	// contains filtered or unexported fields
}

func (*ChildWorkflowExecutionCompletedEventAttributes) Descriptor deprecated

Deprecated: Use ChildWorkflowExecutionCompletedEventAttributes.ProtoReflect.Descriptor instead.

func (*ChildWorkflowExecutionCompletedEventAttributes) Equal

func (this *ChildWorkflowExecutionCompletedEventAttributes) Equal(that interface{}) bool

Equal returns whether two ChildWorkflowExecutionCompletedEventAttributes values are equivalent by recursively comparing the message's fields. For more information see the documentation for https://pkg.golang.ir/google.golang.org/protobuf/proto#Equal

func (*ChildWorkflowExecutionCompletedEventAttributes) GetInitiatedEventId

func (x *ChildWorkflowExecutionCompletedEventAttributes) GetInitiatedEventId() int64

func (*ChildWorkflowExecutionCompletedEventAttributes) GetNamespace

func (*ChildWorkflowExecutionCompletedEventAttributes) GetNamespaceId added in v1.8.0

func (*ChildWorkflowExecutionCompletedEventAttributes) GetResult

func (*ChildWorkflowExecutionCompletedEventAttributes) GetStartedEventId

func (*ChildWorkflowExecutionCompletedEventAttributes) GetWorkflowExecution

func (*ChildWorkflowExecutionCompletedEventAttributes) GetWorkflowType

func (*ChildWorkflowExecutionCompletedEventAttributes) Marshal

Marshal an object of type ChildWorkflowExecutionCompletedEventAttributes to the protobuf v3 wire format

func (*ChildWorkflowExecutionCompletedEventAttributes) ProtoMessage

func (*ChildWorkflowExecutionCompletedEventAttributes) ProtoReflect added in v1.26.1

func (*ChildWorkflowExecutionCompletedEventAttributes) Reset

func (*ChildWorkflowExecutionCompletedEventAttributes) Size

Size returns the size of the object, in bytes, once serialized

func (*ChildWorkflowExecutionCompletedEventAttributes) String

func (*ChildWorkflowExecutionCompletedEventAttributes) Unmarshal

Unmarshal an object of type ChildWorkflowExecutionCompletedEventAttributes from the protobuf v3 wire format

type ChildWorkflowExecutionFailedEventAttributes

type ChildWorkflowExecutionFailedEventAttributes struct {
	Failure *v13.Failure `protobuf:"bytes,1,opt,name=failure,proto3" json:"failure,omitempty"`
	// Namespace of the child workflow.
	// SDKs and UI tools should use `namespace` field but server must use `namespace_id` only.
	Namespace         string                `protobuf:"bytes,2,opt,name=namespace,proto3" json:"namespace,omitempty"`
	NamespaceId       string                `protobuf:"bytes,8,opt,name=namespace_id,json=namespaceId,proto3" json:"namespace_id,omitempty"`
	WorkflowExecution *v1.WorkflowExecution `protobuf:"bytes,3,opt,name=workflow_execution,json=workflowExecution,proto3" json:"workflow_execution,omitempty"`
	WorkflowType      *v1.WorkflowType      `protobuf:"bytes,4,opt,name=workflow_type,json=workflowType,proto3" json:"workflow_type,omitempty"`
	// Id of the `START_CHILD_WORKFLOW_EXECUTION_INITIATED` event which this event corresponds to
	InitiatedEventId int64 `protobuf:"varint,5,opt,name=initiated_event_id,json=initiatedEventId,proto3" json:"initiated_event_id,omitempty"`
	// Id of the `CHILD_WORKFLOW_EXECUTION_STARTED` event which this event corresponds to
	StartedEventId int64          `protobuf:"varint,6,opt,name=started_event_id,json=startedEventId,proto3" json:"started_event_id,omitempty"`
	RetryState     v12.RetryState `` /* 130-byte string literal not displayed */
	// contains filtered or unexported fields
}

func (*ChildWorkflowExecutionFailedEventAttributes) Descriptor deprecated

Deprecated: Use ChildWorkflowExecutionFailedEventAttributes.ProtoReflect.Descriptor instead.

func (*ChildWorkflowExecutionFailedEventAttributes) Equal

func (this *ChildWorkflowExecutionFailedEventAttributes) Equal(that interface{}) bool

Equal returns whether two ChildWorkflowExecutionFailedEventAttributes values are equivalent by recursively comparing the message's fields. For more information see the documentation for https://pkg.golang.ir/google.golang.org/protobuf/proto#Equal

func (*ChildWorkflowExecutionFailedEventAttributes) GetFailure

func (*ChildWorkflowExecutionFailedEventAttributes) GetInitiatedEventId

func (x *ChildWorkflowExecutionFailedEventAttributes) GetInitiatedEventId() int64

func (*ChildWorkflowExecutionFailedEventAttributes) GetNamespace

func (*ChildWorkflowExecutionFailedEventAttributes) GetNamespaceId added in v1.8.0

func (*ChildWorkflowExecutionFailedEventAttributes) GetRetryState

func (*ChildWorkflowExecutionFailedEventAttributes) GetStartedEventId

func (x *ChildWorkflowExecutionFailedEventAttributes) GetStartedEventId() int64

func (*ChildWorkflowExecutionFailedEventAttributes) GetWorkflowExecution

func (*ChildWorkflowExecutionFailedEventAttributes) GetWorkflowType

func (*ChildWorkflowExecutionFailedEventAttributes) Marshal

Marshal an object of type ChildWorkflowExecutionFailedEventAttributes to the protobuf v3 wire format

func (*ChildWorkflowExecutionFailedEventAttributes) ProtoMessage

func (*ChildWorkflowExecutionFailedEventAttributes) ProtoReflect added in v1.26.1

func (*ChildWorkflowExecutionFailedEventAttributes) Reset

func (*ChildWorkflowExecutionFailedEventAttributes) Size

Size returns the size of the object, in bytes, once serialized

func (*ChildWorkflowExecutionFailedEventAttributes) String

func (*ChildWorkflowExecutionFailedEventAttributes) Unmarshal

Unmarshal an object of type ChildWorkflowExecutionFailedEventAttributes from the protobuf v3 wire format

type ChildWorkflowExecutionStartedEventAttributes

type ChildWorkflowExecutionStartedEventAttributes struct {

	// Namespace of the child workflow.
	// SDKs and UI tools should use `namespace` field but server must use `namespace_id` only.
	Namespace   string `protobuf:"bytes,1,opt,name=namespace,proto3" json:"namespace,omitempty"`
	NamespaceId string `protobuf:"bytes,6,opt,name=namespace_id,json=namespaceId,proto3" json:"namespace_id,omitempty"`
	// Id of the `START_CHILD_WORKFLOW_EXECUTION_INITIATED` event which this event corresponds to
	InitiatedEventId  int64                 `protobuf:"varint,2,opt,name=initiated_event_id,json=initiatedEventId,proto3" json:"initiated_event_id,omitempty"`
	WorkflowExecution *v1.WorkflowExecution `protobuf:"bytes,3,opt,name=workflow_execution,json=workflowExecution,proto3" json:"workflow_execution,omitempty"`
	WorkflowType      *v1.WorkflowType      `protobuf:"bytes,4,opt,name=workflow_type,json=workflowType,proto3" json:"workflow_type,omitempty"`
	Header            *v1.Header            `protobuf:"bytes,5,opt,name=header,proto3" json:"header,omitempty"`
	// contains filtered or unexported fields
}

func (*ChildWorkflowExecutionStartedEventAttributes) Descriptor deprecated

Deprecated: Use ChildWorkflowExecutionStartedEventAttributes.ProtoReflect.Descriptor instead.

func (*ChildWorkflowExecutionStartedEventAttributes) Equal

func (this *ChildWorkflowExecutionStartedEventAttributes) Equal(that interface{}) bool

Equal returns whether two ChildWorkflowExecutionStartedEventAttributes values are equivalent by recursively comparing the message's fields. For more information see the documentation for https://pkg.golang.ir/google.golang.org/protobuf/proto#Equal

func (*ChildWorkflowExecutionStartedEventAttributes) GetHeader

func (*ChildWorkflowExecutionStartedEventAttributes) GetInitiatedEventId

func (x *ChildWorkflowExecutionStartedEventAttributes) GetInitiatedEventId() int64

func (*ChildWorkflowExecutionStartedEventAttributes) GetNamespace

func (*ChildWorkflowExecutionStartedEventAttributes) GetNamespaceId added in v1.8.0

func (*ChildWorkflowExecutionStartedEventAttributes) GetWorkflowExecution

func (*ChildWorkflowExecutionStartedEventAttributes) GetWorkflowType

func (*ChildWorkflowExecutionStartedEventAttributes) Marshal

Marshal an object of type ChildWorkflowExecutionStartedEventAttributes to the protobuf v3 wire format

func (*ChildWorkflowExecutionStartedEventAttributes) ProtoMessage

func (*ChildWorkflowExecutionStartedEventAttributes) ProtoReflect added in v1.26.1

func (*ChildWorkflowExecutionStartedEventAttributes) Reset

func (*ChildWorkflowExecutionStartedEventAttributes) Size

Size returns the size of the object, in bytes, once serialized

func (*ChildWorkflowExecutionStartedEventAttributes) String

func (*ChildWorkflowExecutionStartedEventAttributes) Unmarshal

Unmarshal an object of type ChildWorkflowExecutionStartedEventAttributes from the protobuf v3 wire format

type ChildWorkflowExecutionTerminatedEventAttributes

type ChildWorkflowExecutionTerminatedEventAttributes struct {

	// Namespace of the child workflow.
	// SDKs and UI tools should use `namespace` field but server must use `namespace_id` only.
	Namespace         string                `protobuf:"bytes,1,opt,name=namespace,proto3" json:"namespace,omitempty"`
	NamespaceId       string                `protobuf:"bytes,6,opt,name=namespace_id,json=namespaceId,proto3" json:"namespace_id,omitempty"`
	WorkflowExecution *v1.WorkflowExecution `protobuf:"bytes,2,opt,name=workflow_execution,json=workflowExecution,proto3" json:"workflow_execution,omitempty"`
	WorkflowType      *v1.WorkflowType      `protobuf:"bytes,3,opt,name=workflow_type,json=workflowType,proto3" json:"workflow_type,omitempty"`
	// Id of the `START_CHILD_WORKFLOW_EXECUTION_INITIATED` event which this event corresponds to
	InitiatedEventId int64 `protobuf:"varint,4,opt,name=initiated_event_id,json=initiatedEventId,proto3" json:"initiated_event_id,omitempty"`
	// Id of the `CHILD_WORKFLOW_EXECUTION_STARTED` event which this event corresponds to
	StartedEventId int64 `protobuf:"varint,5,opt,name=started_event_id,json=startedEventId,proto3" json:"started_event_id,omitempty"`
	// contains filtered or unexported fields
}

func (*ChildWorkflowExecutionTerminatedEventAttributes) Descriptor deprecated

Deprecated: Use ChildWorkflowExecutionTerminatedEventAttributes.ProtoReflect.Descriptor instead.

func (*ChildWorkflowExecutionTerminatedEventAttributes) Equal

func (this *ChildWorkflowExecutionTerminatedEventAttributes) Equal(that interface{}) bool

Equal returns whether two ChildWorkflowExecutionTerminatedEventAttributes values are equivalent by recursively comparing the message's fields. For more information see the documentation for https://pkg.golang.ir/google.golang.org/protobuf/proto#Equal

func (*ChildWorkflowExecutionTerminatedEventAttributes) GetInitiatedEventId

func (x *ChildWorkflowExecutionTerminatedEventAttributes) GetInitiatedEventId() int64

func (*ChildWorkflowExecutionTerminatedEventAttributes) GetNamespace

func (*ChildWorkflowExecutionTerminatedEventAttributes) GetNamespaceId added in v1.8.0

func (*ChildWorkflowExecutionTerminatedEventAttributes) GetStartedEventId

func (*ChildWorkflowExecutionTerminatedEventAttributes) GetWorkflowExecution

func (*ChildWorkflowExecutionTerminatedEventAttributes) GetWorkflowType

func (*ChildWorkflowExecutionTerminatedEventAttributes) Marshal

Marshal an object of type ChildWorkflowExecutionTerminatedEventAttributes to the protobuf v3 wire format

func (*ChildWorkflowExecutionTerminatedEventAttributes) ProtoMessage

func (*ChildWorkflowExecutionTerminatedEventAttributes) ProtoReflect added in v1.26.1

func (*ChildWorkflowExecutionTerminatedEventAttributes) Reset

func (*ChildWorkflowExecutionTerminatedEventAttributes) Size

Size returns the size of the object, in bytes, once serialized

func (*ChildWorkflowExecutionTerminatedEventAttributes) String

func (*ChildWorkflowExecutionTerminatedEventAttributes) Unmarshal

Unmarshal an object of type ChildWorkflowExecutionTerminatedEventAttributes from the protobuf v3 wire format

type ChildWorkflowExecutionTimedOutEventAttributes

type ChildWorkflowExecutionTimedOutEventAttributes struct {

	// Namespace of the child workflow.
	// SDKs and UI tools should use `namespace` field but server must use `namespace_id` only.
	Namespace         string                `protobuf:"bytes,1,opt,name=namespace,proto3" json:"namespace,omitempty"`
	NamespaceId       string                `protobuf:"bytes,7,opt,name=namespace_id,json=namespaceId,proto3" json:"namespace_id,omitempty"`
	WorkflowExecution *v1.WorkflowExecution `protobuf:"bytes,2,opt,name=workflow_execution,json=workflowExecution,proto3" json:"workflow_execution,omitempty"`
	WorkflowType      *v1.WorkflowType      `protobuf:"bytes,3,opt,name=workflow_type,json=workflowType,proto3" json:"workflow_type,omitempty"`
	// Id of the `START_CHILD_WORKFLOW_EXECUTION_INITIATED` event which this event corresponds to
	InitiatedEventId int64 `protobuf:"varint,4,opt,name=initiated_event_id,json=initiatedEventId,proto3" json:"initiated_event_id,omitempty"`
	// Id of the `CHILD_WORKFLOW_EXECUTION_STARTED` event which this event corresponds to
	StartedEventId int64          `protobuf:"varint,5,opt,name=started_event_id,json=startedEventId,proto3" json:"started_event_id,omitempty"`
	RetryState     v12.RetryState `` /* 130-byte string literal not displayed */
	// contains filtered or unexported fields
}

func (*ChildWorkflowExecutionTimedOutEventAttributes) Descriptor deprecated

Deprecated: Use ChildWorkflowExecutionTimedOutEventAttributes.ProtoReflect.Descriptor instead.

func (*ChildWorkflowExecutionTimedOutEventAttributes) Equal

func (this *ChildWorkflowExecutionTimedOutEventAttributes) Equal(that interface{}) bool

Equal returns whether two ChildWorkflowExecutionTimedOutEventAttributes values are equivalent by recursively comparing the message's fields. For more information see the documentation for https://pkg.golang.ir/google.golang.org/protobuf/proto#Equal

func (*ChildWorkflowExecutionTimedOutEventAttributes) GetInitiatedEventId

func (x *ChildWorkflowExecutionTimedOutEventAttributes) GetInitiatedEventId() int64

func (*ChildWorkflowExecutionTimedOutEventAttributes) GetNamespace

func (*ChildWorkflowExecutionTimedOutEventAttributes) GetNamespaceId added in v1.8.0

func (*ChildWorkflowExecutionTimedOutEventAttributes) GetRetryState

func (*ChildWorkflowExecutionTimedOutEventAttributes) GetStartedEventId

func (*ChildWorkflowExecutionTimedOutEventAttributes) GetWorkflowExecution

func (*ChildWorkflowExecutionTimedOutEventAttributes) GetWorkflowType

func (*ChildWorkflowExecutionTimedOutEventAttributes) Marshal

Marshal an object of type ChildWorkflowExecutionTimedOutEventAttributes to the protobuf v3 wire format

func (*ChildWorkflowExecutionTimedOutEventAttributes) ProtoMessage

func (*ChildWorkflowExecutionTimedOutEventAttributes) ProtoReflect added in v1.26.1

func (*ChildWorkflowExecutionTimedOutEventAttributes) Reset

func (*ChildWorkflowExecutionTimedOutEventAttributes) Size

Size returns the size of the object, in bytes, once serialized

func (*ChildWorkflowExecutionTimedOutEventAttributes) String

func (*ChildWorkflowExecutionTimedOutEventAttributes) Unmarshal

Unmarshal an object of type ChildWorkflowExecutionTimedOutEventAttributes from the protobuf v3 wire format

type ExternalWorkflowExecutionCancelRequestedEventAttributes

type ExternalWorkflowExecutionCancelRequestedEventAttributes struct {

	// id of the `REQUEST_CANCEL_EXTERNAL_WORKFLOW_EXECUTION_INITIATED` event this event corresponds
	// to
	InitiatedEventId int64 `protobuf:"varint,1,opt,name=initiated_event_id,json=initiatedEventId,proto3" json:"initiated_event_id,omitempty"`
	// Namespace of the to-be-cancelled workflow.
	// SDKs and UI tools should use `namespace` field but server must use `namespace_id` only.
	Namespace         string                `protobuf:"bytes,2,opt,name=namespace,proto3" json:"namespace,omitempty"`
	NamespaceId       string                `protobuf:"bytes,4,opt,name=namespace_id,json=namespaceId,proto3" json:"namespace_id,omitempty"`
	WorkflowExecution *v1.WorkflowExecution `protobuf:"bytes,3,opt,name=workflow_execution,json=workflowExecution,proto3" json:"workflow_execution,omitempty"`
	// contains filtered or unexported fields
}

func (*ExternalWorkflowExecutionCancelRequestedEventAttributes) Descriptor deprecated

Deprecated: Use ExternalWorkflowExecutionCancelRequestedEventAttributes.ProtoReflect.Descriptor instead.

func (*ExternalWorkflowExecutionCancelRequestedEventAttributes) Equal

func (this *ExternalWorkflowExecutionCancelRequestedEventAttributes) Equal(that interface{}) bool

Equal returns whether two ExternalWorkflowExecutionCancelRequestedEventAttributes values are equivalent by recursively comparing the message's fields. For more information see the documentation for https://pkg.golang.ir/google.golang.org/protobuf/proto#Equal

func (*ExternalWorkflowExecutionCancelRequestedEventAttributes) GetInitiatedEventId

func (*ExternalWorkflowExecutionCancelRequestedEventAttributes) GetNamespace

func (*ExternalWorkflowExecutionCancelRequestedEventAttributes) GetNamespaceId added in v1.8.0

func (*ExternalWorkflowExecutionCancelRequestedEventAttributes) GetWorkflowExecution

func (*ExternalWorkflowExecutionCancelRequestedEventAttributes) Marshal

Marshal an object of type ExternalWorkflowExecutionCancelRequestedEventAttributes to the protobuf v3 wire format

func (*ExternalWorkflowExecutionCancelRequestedEventAttributes) ProtoMessage

func (*ExternalWorkflowExecutionCancelRequestedEventAttributes) ProtoReflect added in v1.26.1

func (*ExternalWorkflowExecutionCancelRequestedEventAttributes) Reset

func (*ExternalWorkflowExecutionCancelRequestedEventAttributes) Size

Size returns the size of the object, in bytes, once serialized

func (*ExternalWorkflowExecutionCancelRequestedEventAttributes) String

func (*ExternalWorkflowExecutionCancelRequestedEventAttributes) Unmarshal

Unmarshal an object of type ExternalWorkflowExecutionCancelRequestedEventAttributes from the protobuf v3 wire format

type ExternalWorkflowExecutionSignaledEventAttributes

type ExternalWorkflowExecutionSignaledEventAttributes struct {

	// id of the `SIGNAL_EXTERNAL_WORKFLOW_EXECUTION_INITIATED` event this event corresponds to
	InitiatedEventId int64 `protobuf:"varint,1,opt,name=initiated_event_id,json=initiatedEventId,proto3" json:"initiated_event_id,omitempty"`
	// Namespace of the workflow which was signaled.
	// SDKs and UI tools should use `namespace` field but server must use `namespace_id` only.
	Namespace         string                `protobuf:"bytes,2,opt,name=namespace,proto3" json:"namespace,omitempty"`
	NamespaceId       string                `protobuf:"bytes,5,opt,name=namespace_id,json=namespaceId,proto3" json:"namespace_id,omitempty"`
	WorkflowExecution *v1.WorkflowExecution `protobuf:"bytes,3,opt,name=workflow_execution,json=workflowExecution,proto3" json:"workflow_execution,omitempty"`
	// Deprecated
	Control string `protobuf:"bytes,4,opt,name=control,proto3" json:"control,omitempty"`
	// contains filtered or unexported fields
}

func (*ExternalWorkflowExecutionSignaledEventAttributes) Descriptor deprecated

Deprecated: Use ExternalWorkflowExecutionSignaledEventAttributes.ProtoReflect.Descriptor instead.

func (*ExternalWorkflowExecutionSignaledEventAttributes) Equal

func (this *ExternalWorkflowExecutionSignaledEventAttributes) Equal(that interface{}) bool

Equal returns whether two ExternalWorkflowExecutionSignaledEventAttributes values are equivalent by recursively comparing the message's fields. For more information see the documentation for https://pkg.golang.ir/google.golang.org/protobuf/proto#Equal

func (*ExternalWorkflowExecutionSignaledEventAttributes) GetControl

func (*ExternalWorkflowExecutionSignaledEventAttributes) GetInitiatedEventId

func (*ExternalWorkflowExecutionSignaledEventAttributes) GetNamespace

func (*ExternalWorkflowExecutionSignaledEventAttributes) GetNamespaceId added in v1.8.0

func (*ExternalWorkflowExecutionSignaledEventAttributes) GetWorkflowExecution

func (*ExternalWorkflowExecutionSignaledEventAttributes) Marshal

Marshal an object of type ExternalWorkflowExecutionSignaledEventAttributes to the protobuf v3 wire format

func (*ExternalWorkflowExecutionSignaledEventAttributes) ProtoMessage

func (*ExternalWorkflowExecutionSignaledEventAttributes) ProtoReflect added in v1.26.1

func (*ExternalWorkflowExecutionSignaledEventAttributes) Reset

func (*ExternalWorkflowExecutionSignaledEventAttributes) Size

Size returns the size of the object, in bytes, once serialized

func (*ExternalWorkflowExecutionSignaledEventAttributes) String

func (*ExternalWorkflowExecutionSignaledEventAttributes) Unmarshal

Unmarshal an object of type ExternalWorkflowExecutionSignaledEventAttributes from the protobuf v3 wire format

type History

type History struct {
	Events []*HistoryEvent `protobuf:"bytes,1,rep,name=events,proto3" json:"events,omitempty"`
	// contains filtered or unexported fields
}

func (*History) Descriptor deprecated

func (*History) Descriptor() ([]byte, []int)

Deprecated: Use History.ProtoReflect.Descriptor instead.

func (*History) Equal

func (this *History) Equal(that interface{}) bool

Equal returns whether two History values are equivalent by recursively comparing the message's fields. For more information see the documentation for https://pkg.golang.ir/google.golang.org/protobuf/proto#Equal

func (*History) GetEvents

func (x *History) GetEvents() []*HistoryEvent

func (*History) Marshal

func (val *History) Marshal() ([]byte, error)

Marshal an object of type History to the protobuf v3 wire format

func (*History) ProtoMessage

func (*History) ProtoMessage()

func (*History) ProtoReflect added in v1.26.1

func (x *History) ProtoReflect() protoreflect.Message

func (*History) Reset

func (x *History) Reset()

func (*History) Size

func (val *History) Size() int

Size returns the size of the object, in bytes, once serialized

func (*History) String

func (x *History) String() string

func (*History) Unmarshal

func (val *History) Unmarshal(buf []byte) error

Unmarshal an object of type History from the protobuf v3 wire format

type HistoryEvent

type HistoryEvent struct {

	// Monotonically increasing event number, starts at 1.
	EventId   int64                  `protobuf:"varint,1,opt,name=event_id,json=eventId,proto3" json:"event_id,omitempty"`
	EventTime *timestamppb.Timestamp `protobuf:"bytes,2,opt,name=event_time,json=eventTime,proto3" json:"event_time,omitempty"`
	EventType v12.EventType          `` /* 126-byte string literal not displayed */
	// TODO: What is this? Appears unused by SDKs
	Version int64 `protobuf:"varint,4,opt,name=version,proto3" json:"version,omitempty"`
	// TODO: What is this? Appears unused by SDKs
	TaskId int64 `protobuf:"varint,5,opt,name=task_id,json=taskId,proto3" json:"task_id,omitempty"`
	// Set to true when the SDK may ignore the event as it does not impact workflow state or
	// information in any way that the SDK need be concerned with. If an SDK encounters an event
	// type which it does not understand, it must error unless this is true. If it is true, it's
	// acceptable for the event type and/or attributes to be uninterpretable.
	WorkerMayIgnore bool `protobuf:"varint,300,opt,name=worker_may_ignore,json=workerMayIgnore,proto3" json:"worker_may_ignore,omitempty"`
	// Metadata on the event. This is often carried over from commands and client calls. Most events
	// won't have this information, and how this information is used is dependent upon the interface
	// that reads it.
	//
	// Current well-known uses:
	//   - workflow_execution_started_event_attributes - summary and details from start workflow.
	//   - timer_started_event_attributes - summary represents an identifier for the timer for use by
	//     user interfaces.
	UserMetadata *v15.UserMetadata `protobuf:"bytes,301,opt,name=user_metadata,json=userMetadata,proto3" json:"user_metadata,omitempty"`
	// The event details. The type must match that in `event_type`.
	//
	// Types that are assignable to Attributes:
	//
	//	*HistoryEvent_WorkflowExecutionStartedEventAttributes
	//	*HistoryEvent_WorkflowExecutionCompletedEventAttributes
	//	*HistoryEvent_WorkflowExecutionFailedEventAttributes
	//	*HistoryEvent_WorkflowExecutionTimedOutEventAttributes
	//	*HistoryEvent_WorkflowTaskScheduledEventAttributes
	//	*HistoryEvent_WorkflowTaskStartedEventAttributes
	//	*HistoryEvent_WorkflowTaskCompletedEventAttributes
	//	*HistoryEvent_WorkflowTaskTimedOutEventAttributes
	//	*HistoryEvent_WorkflowTaskFailedEventAttributes
	//	*HistoryEvent_ActivityTaskScheduledEventAttributes
	//	*HistoryEvent_ActivityTaskStartedEventAttributes
	//	*HistoryEvent_ActivityTaskCompletedEventAttributes
	//	*HistoryEvent_ActivityTaskFailedEventAttributes
	//	*HistoryEvent_ActivityTaskTimedOutEventAttributes
	//	*HistoryEvent_TimerStartedEventAttributes
	//	*HistoryEvent_TimerFiredEventAttributes
	//	*HistoryEvent_ActivityTaskCancelRequestedEventAttributes
	//	*HistoryEvent_ActivityTaskCanceledEventAttributes
	//	*HistoryEvent_TimerCanceledEventAttributes
	//	*HistoryEvent_MarkerRecordedEventAttributes
	//	*HistoryEvent_WorkflowExecutionSignaledEventAttributes
	//	*HistoryEvent_WorkflowExecutionTerminatedEventAttributes
	//	*HistoryEvent_WorkflowExecutionCancelRequestedEventAttributes
	//	*HistoryEvent_WorkflowExecutionCanceledEventAttributes
	//	*HistoryEvent_RequestCancelExternalWorkflowExecutionInitiatedEventAttributes
	//	*HistoryEvent_RequestCancelExternalWorkflowExecutionFailedEventAttributes
	//	*HistoryEvent_ExternalWorkflowExecutionCancelRequestedEventAttributes
	//	*HistoryEvent_WorkflowExecutionContinuedAsNewEventAttributes
	//	*HistoryEvent_StartChildWorkflowExecutionInitiatedEventAttributes
	//	*HistoryEvent_StartChildWorkflowExecutionFailedEventAttributes
	//	*HistoryEvent_ChildWorkflowExecutionStartedEventAttributes
	//	*HistoryEvent_ChildWorkflowExecutionCompletedEventAttributes
	//	*HistoryEvent_ChildWorkflowExecutionFailedEventAttributes
	//	*HistoryEvent_ChildWorkflowExecutionCanceledEventAttributes
	//	*HistoryEvent_ChildWorkflowExecutionTimedOutEventAttributes
	//	*HistoryEvent_ChildWorkflowExecutionTerminatedEventAttributes
	//	*HistoryEvent_SignalExternalWorkflowExecutionInitiatedEventAttributes
	//	*HistoryEvent_SignalExternalWorkflowExecutionFailedEventAttributes
	//	*HistoryEvent_ExternalWorkflowExecutionSignaledEventAttributes
	//	*HistoryEvent_UpsertWorkflowSearchAttributesEventAttributes
	//	*HistoryEvent_WorkflowExecutionUpdateAcceptedEventAttributes
	//	*HistoryEvent_WorkflowExecutionUpdateRejectedEventAttributes
	//	*HistoryEvent_WorkflowExecutionUpdateCompletedEventAttributes
	//	*HistoryEvent_WorkflowPropertiesModifiedExternallyEventAttributes
	//	*HistoryEvent_ActivityPropertiesModifiedExternallyEventAttributes
	//	*HistoryEvent_WorkflowPropertiesModifiedEventAttributes
	//	*HistoryEvent_WorkflowExecutionUpdateAdmittedEventAttributes
	//	*HistoryEvent_NexusOperationScheduledEventAttributes
	//	*HistoryEvent_NexusOperationStartedEventAttributes
	//	*HistoryEvent_NexusOperationCompletedEventAttributes
	//	*HistoryEvent_NexusOperationFailedEventAttributes
	//	*HistoryEvent_NexusOperationCanceledEventAttributes
	//	*HistoryEvent_NexusOperationTimedOutEventAttributes
	//	*HistoryEvent_NexusOperationCancelRequestedEventAttributes
	Attributes isHistoryEvent_Attributes `protobuf_oneof:"attributes"`
	// contains filtered or unexported fields
}

History events are the method by which Temporal SDKs advance (or recreate) workflow state. See the `EventType` enum for more info about what each event is for.

func (*HistoryEvent) Descriptor deprecated

func (*HistoryEvent) Descriptor() ([]byte, []int)

Deprecated: Use HistoryEvent.ProtoReflect.Descriptor instead.

func (*HistoryEvent) Equal

func (this *HistoryEvent) Equal(that interface{}) bool

Equal returns whether two HistoryEvent values are equivalent by recursively comparing the message's fields. For more information see the documentation for https://pkg.golang.ir/google.golang.org/protobuf/proto#Equal

func (*HistoryEvent) GetActivityPropertiesModifiedExternallyEventAttributes added in v1.11.0

func (x *HistoryEvent) GetActivityPropertiesModifiedExternallyEventAttributes() *ActivityPropertiesModifiedExternallyEventAttributes

func (*HistoryEvent) GetActivityTaskCancelRequestedEventAttributes

func (x *HistoryEvent) GetActivityTaskCancelRequestedEventAttributes() *ActivityTaskCancelRequestedEventAttributes

func (*HistoryEvent) GetActivityTaskCanceledEventAttributes

func (x *HistoryEvent) GetActivityTaskCanceledEventAttributes() *ActivityTaskCanceledEventAttributes

func (*HistoryEvent) GetActivityTaskCompletedEventAttributes

func (x *HistoryEvent) GetActivityTaskCompletedEventAttributes() *ActivityTaskCompletedEventAttributes

func (*HistoryEvent) GetActivityTaskFailedEventAttributes

func (x *HistoryEvent) GetActivityTaskFailedEventAttributes() *ActivityTaskFailedEventAttributes

func (*HistoryEvent) GetActivityTaskScheduledEventAttributes

func (x *HistoryEvent) GetActivityTaskScheduledEventAttributes() *ActivityTaskScheduledEventAttributes

func (*HistoryEvent) GetActivityTaskStartedEventAttributes

func (x *HistoryEvent) GetActivityTaskStartedEventAttributes() *ActivityTaskStartedEventAttributes

func (*HistoryEvent) GetActivityTaskTimedOutEventAttributes

func (x *HistoryEvent) GetActivityTaskTimedOutEventAttributes() *ActivityTaskTimedOutEventAttributes

func (*HistoryEvent) GetAttributes

func (m *HistoryEvent) GetAttributes() isHistoryEvent_Attributes

func (*HistoryEvent) GetChildWorkflowExecutionCanceledEventAttributes

func (x *HistoryEvent) GetChildWorkflowExecutionCanceledEventAttributes() *ChildWorkflowExecutionCanceledEventAttributes

func (*HistoryEvent) GetChildWorkflowExecutionCompletedEventAttributes

func (x *HistoryEvent) GetChildWorkflowExecutionCompletedEventAttributes() *ChildWorkflowExecutionCompletedEventAttributes

func (*HistoryEvent) GetChildWorkflowExecutionFailedEventAttributes

func (x *HistoryEvent) GetChildWorkflowExecutionFailedEventAttributes() *ChildWorkflowExecutionFailedEventAttributes

func (*HistoryEvent) GetChildWorkflowExecutionStartedEventAttributes

func (x *HistoryEvent) GetChildWorkflowExecutionStartedEventAttributes() *ChildWorkflowExecutionStartedEventAttributes

func (*HistoryEvent) GetChildWorkflowExecutionTerminatedEventAttributes

func (x *HistoryEvent) GetChildWorkflowExecutionTerminatedEventAttributes() *ChildWorkflowExecutionTerminatedEventAttributes

func (*HistoryEvent) GetChildWorkflowExecutionTimedOutEventAttributes

func (x *HistoryEvent) GetChildWorkflowExecutionTimedOutEventAttributes() *ChildWorkflowExecutionTimedOutEventAttributes

func (*HistoryEvent) GetEventId

func (x *HistoryEvent) GetEventId() int64

func (*HistoryEvent) GetEventTime added in v0.28.0

func (x *HistoryEvent) GetEventTime() *timestamppb.Timestamp

func (*HistoryEvent) GetEventType

func (x *HistoryEvent) GetEventType() v12.EventType

func (*HistoryEvent) GetExternalWorkflowExecutionCancelRequestedEventAttributes

func (x *HistoryEvent) GetExternalWorkflowExecutionCancelRequestedEventAttributes() *ExternalWorkflowExecutionCancelRequestedEventAttributes

func (*HistoryEvent) GetExternalWorkflowExecutionSignaledEventAttributes

func (x *HistoryEvent) GetExternalWorkflowExecutionSignaledEventAttributes() *ExternalWorkflowExecutionSignaledEventAttributes

func (*HistoryEvent) GetMarkerRecordedEventAttributes

func (x *HistoryEvent) GetMarkerRecordedEventAttributes() *MarkerRecordedEventAttributes

func (*HistoryEvent) GetNexusOperationCancelRequestedEventAttributes added in v1.33.0

func (x *HistoryEvent) GetNexusOperationCancelRequestedEventAttributes() *NexusOperationCancelRequestedEventAttributes

func (*HistoryEvent) GetNexusOperationCanceledEventAttributes added in v1.33.0

func (x *HistoryEvent) GetNexusOperationCanceledEventAttributes() *NexusOperationCanceledEventAttributes

func (*HistoryEvent) GetNexusOperationCompletedEventAttributes added in v1.33.0

func (x *HistoryEvent) GetNexusOperationCompletedEventAttributes() *NexusOperationCompletedEventAttributes

func (*HistoryEvent) GetNexusOperationFailedEventAttributes added in v1.33.0

func (x *HistoryEvent) GetNexusOperationFailedEventAttributes() *NexusOperationFailedEventAttributes

func (*HistoryEvent) GetNexusOperationScheduledEventAttributes added in v1.33.0

func (x *HistoryEvent) GetNexusOperationScheduledEventAttributes() *NexusOperationScheduledEventAttributes

func (*HistoryEvent) GetNexusOperationStartedEventAttributes added in v1.33.0

func (x *HistoryEvent) GetNexusOperationStartedEventAttributes() *NexusOperationStartedEventAttributes

func (*HistoryEvent) GetNexusOperationTimedOutEventAttributes added in v1.33.0

func (x *HistoryEvent) GetNexusOperationTimedOutEventAttributes() *NexusOperationTimedOutEventAttributes

func (*HistoryEvent) GetRequestCancelExternalWorkflowExecutionFailedEventAttributes

func (x *HistoryEvent) GetRequestCancelExternalWorkflowExecutionFailedEventAttributes() *RequestCancelExternalWorkflowExecutionFailedEventAttributes

func (*HistoryEvent) GetRequestCancelExternalWorkflowExecutionInitiatedEventAttributes

func (x *HistoryEvent) GetRequestCancelExternalWorkflowExecutionInitiatedEventAttributes() *RequestCancelExternalWorkflowExecutionInitiatedEventAttributes

func (*HistoryEvent) GetSignalExternalWorkflowExecutionFailedEventAttributes

func (x *HistoryEvent) GetSignalExternalWorkflowExecutionFailedEventAttributes() *SignalExternalWorkflowExecutionFailedEventAttributes

func (*HistoryEvent) GetSignalExternalWorkflowExecutionInitiatedEventAttributes

func (x *HistoryEvent) GetSignalExternalWorkflowExecutionInitiatedEventAttributes() *SignalExternalWorkflowExecutionInitiatedEventAttributes

func (*HistoryEvent) GetStartChildWorkflowExecutionFailedEventAttributes

func (x *HistoryEvent) GetStartChildWorkflowExecutionFailedEventAttributes() *StartChildWorkflowExecutionFailedEventAttributes

func (*HistoryEvent) GetStartChildWorkflowExecutionInitiatedEventAttributes

func (x *HistoryEvent) GetStartChildWorkflowExecutionInitiatedEventAttributes() *StartChildWorkflowExecutionInitiatedEventAttributes

func (*HistoryEvent) GetTaskId

func (x *HistoryEvent) GetTaskId() int64

func (*HistoryEvent) GetTimerCanceledEventAttributes

func (x *HistoryEvent) GetTimerCanceledEventAttributes() *TimerCanceledEventAttributes

func (*HistoryEvent) GetTimerFiredEventAttributes

func (x *HistoryEvent) GetTimerFiredEventAttributes() *TimerFiredEventAttributes

func (*HistoryEvent) GetTimerStartedEventAttributes

func (x *HistoryEvent) GetTimerStartedEventAttributes() *TimerStartedEventAttributes

func (*HistoryEvent) GetUpsertWorkflowSearchAttributesEventAttributes

func (x *HistoryEvent) GetUpsertWorkflowSearchAttributesEventAttributes() *UpsertWorkflowSearchAttributesEventAttributes

func (*HistoryEvent) GetUserMetadata added in v1.34.0

func (x *HistoryEvent) GetUserMetadata() *v15.UserMetadata

func (*HistoryEvent) GetVersion

func (x *HistoryEvent) GetVersion() int64

func (*HistoryEvent) GetWorkerMayIgnore added in v1.11.0

func (x *HistoryEvent) GetWorkerMayIgnore() bool

func (*HistoryEvent) GetWorkflowExecutionCancelRequestedEventAttributes

func (x *HistoryEvent) GetWorkflowExecutionCancelRequestedEventAttributes() *WorkflowExecutionCancelRequestedEventAttributes

func (*HistoryEvent) GetWorkflowExecutionCanceledEventAttributes

func (x *HistoryEvent) GetWorkflowExecutionCanceledEventAttributes() *WorkflowExecutionCanceledEventAttributes

func (*HistoryEvent) GetWorkflowExecutionCompletedEventAttributes

func (x *HistoryEvent) GetWorkflowExecutionCompletedEventAttributes() *WorkflowExecutionCompletedEventAttributes

func (*HistoryEvent) GetWorkflowExecutionContinuedAsNewEventAttributes

func (x *HistoryEvent) GetWorkflowExecutionContinuedAsNewEventAttributes() *WorkflowExecutionContinuedAsNewEventAttributes

func (*HistoryEvent) GetWorkflowExecutionFailedEventAttributes

func (x *HistoryEvent) GetWorkflowExecutionFailedEventAttributes() *WorkflowExecutionFailedEventAttributes

func (*HistoryEvent) GetWorkflowExecutionSignaledEventAttributes

func (x *HistoryEvent) GetWorkflowExecutionSignaledEventAttributes() *WorkflowExecutionSignaledEventAttributes

func (*HistoryEvent) GetWorkflowExecutionStartedEventAttributes

func (x *HistoryEvent) GetWorkflowExecutionStartedEventAttributes() *WorkflowExecutionStartedEventAttributes

func (*HistoryEvent) GetWorkflowExecutionTerminatedEventAttributes

func (x *HistoryEvent) GetWorkflowExecutionTerminatedEventAttributes() *WorkflowExecutionTerminatedEventAttributes

func (*HistoryEvent) GetWorkflowExecutionTimedOutEventAttributes

func (x *HistoryEvent) GetWorkflowExecutionTimedOutEventAttributes() *WorkflowExecutionTimedOutEventAttributes

func (*HistoryEvent) GetWorkflowExecutionUpdateAcceptedEventAttributes added in v1.16.0

func (x *HistoryEvent) GetWorkflowExecutionUpdateAcceptedEventAttributes() *WorkflowExecutionUpdateAcceptedEventAttributes

func (*HistoryEvent) GetWorkflowExecutionUpdateAdmittedEventAttributes added in v1.31.0

func (x *HistoryEvent) GetWorkflowExecutionUpdateAdmittedEventAttributes() *WorkflowExecutionUpdateAdmittedEventAttributes

func (*HistoryEvent) GetWorkflowExecutionUpdateCompletedEventAttributes added in v1.16.0

func (x *HistoryEvent) GetWorkflowExecutionUpdateCompletedEventAttributes() *WorkflowExecutionUpdateCompletedEventAttributes

func (*HistoryEvent) GetWorkflowExecutionUpdateRejectedEventAttributes added in v1.16.0

func (x *HistoryEvent) GetWorkflowExecutionUpdateRejectedEventAttributes() *WorkflowExecutionUpdateRejectedEventAttributes

func (*HistoryEvent) GetWorkflowPropertiesModifiedEventAttributes added in v1.12.0

func (x *HistoryEvent) GetWorkflowPropertiesModifiedEventAttributes() *WorkflowPropertiesModifiedEventAttributes

func (*HistoryEvent) GetWorkflowPropertiesModifiedExternallyEventAttributes added in v1.11.0

func (x *HistoryEvent) GetWorkflowPropertiesModifiedExternallyEventAttributes() *WorkflowPropertiesModifiedExternallyEventAttributes

func (*HistoryEvent) GetWorkflowTaskCompletedEventAttributes

func (x *HistoryEvent) GetWorkflowTaskCompletedEventAttributes() *WorkflowTaskCompletedEventAttributes

func (*HistoryEvent) GetWorkflowTaskFailedEventAttributes

func (x *HistoryEvent) GetWorkflowTaskFailedEventAttributes() *WorkflowTaskFailedEventAttributes

func (*HistoryEvent) GetWorkflowTaskScheduledEventAttributes

func (x *HistoryEvent) GetWorkflowTaskScheduledEventAttributes() *WorkflowTaskScheduledEventAttributes

func (*HistoryEvent) GetWorkflowTaskStartedEventAttributes

func (x *HistoryEvent) GetWorkflowTaskStartedEventAttributes() *WorkflowTaskStartedEventAttributes

func (*HistoryEvent) GetWorkflowTaskTimedOutEventAttributes

func (x *HistoryEvent) GetWorkflowTaskTimedOutEventAttributes() *WorkflowTaskTimedOutEventAttributes

func (*HistoryEvent) Marshal

func (val *HistoryEvent) Marshal() ([]byte, error)

Marshal an object of type HistoryEvent to the protobuf v3 wire format

func (*HistoryEvent) ProtoMessage

func (*HistoryEvent) ProtoMessage()

func (*HistoryEvent) ProtoReflect added in v1.26.1

func (x *HistoryEvent) ProtoReflect() protoreflect.Message

func (*HistoryEvent) Reset

func (x *HistoryEvent) Reset()

func (*HistoryEvent) Size

func (val *HistoryEvent) Size() int

Size returns the size of the object, in bytes, once serialized

func (*HistoryEvent) String

func (x *HistoryEvent) String() string

func (*HistoryEvent) Unmarshal

func (val *HistoryEvent) Unmarshal(buf []byte) error

Unmarshal an object of type HistoryEvent from the protobuf v3 wire format

type HistoryEvent_ActivityPropertiesModifiedExternallyEventAttributes added in v1.11.0

type HistoryEvent_ActivityPropertiesModifiedExternallyEventAttributes struct {
	ActivityPropertiesModifiedExternallyEventAttributes *ActivityPropertiesModifiedExternallyEventAttributes `` /* 155-byte string literal not displayed */
}

type HistoryEvent_ActivityTaskCancelRequestedEventAttributes

type HistoryEvent_ActivityTaskCancelRequestedEventAttributes struct {
	ActivityTaskCancelRequestedEventAttributes *ActivityTaskCancelRequestedEventAttributes `` /* 137-byte string literal not displayed */
}

type HistoryEvent_ActivityTaskCanceledEventAttributes

type HistoryEvent_ActivityTaskCanceledEventAttributes struct {
	ActivityTaskCanceledEventAttributes *ActivityTaskCanceledEventAttributes `protobuf:"bytes,23,opt,name=activity_task_canceled_event_attributes,json=activityTaskCanceledEventAttributes,proto3,oneof"`
}

type HistoryEvent_ActivityTaskCompletedEventAttributes

type HistoryEvent_ActivityTaskCompletedEventAttributes struct {
	ActivityTaskCompletedEventAttributes *ActivityTaskCompletedEventAttributes `protobuf:"bytes,17,opt,name=activity_task_completed_event_attributes,json=activityTaskCompletedEventAttributes,proto3,oneof"`
}

type HistoryEvent_ActivityTaskFailedEventAttributes

type HistoryEvent_ActivityTaskFailedEventAttributes struct {
	ActivityTaskFailedEventAttributes *ActivityTaskFailedEventAttributes `protobuf:"bytes,18,opt,name=activity_task_failed_event_attributes,json=activityTaskFailedEventAttributes,proto3,oneof"`
}

type HistoryEvent_ActivityTaskScheduledEventAttributes

type HistoryEvent_ActivityTaskScheduledEventAttributes struct {
	ActivityTaskScheduledEventAttributes *ActivityTaskScheduledEventAttributes `protobuf:"bytes,15,opt,name=activity_task_scheduled_event_attributes,json=activityTaskScheduledEventAttributes,proto3,oneof"`
}

type HistoryEvent_ActivityTaskStartedEventAttributes

type HistoryEvent_ActivityTaskStartedEventAttributes struct {
	ActivityTaskStartedEventAttributes *ActivityTaskStartedEventAttributes `protobuf:"bytes,16,opt,name=activity_task_started_event_attributes,json=activityTaskStartedEventAttributes,proto3,oneof"`
}

type HistoryEvent_ActivityTaskTimedOutEventAttributes

type HistoryEvent_ActivityTaskTimedOutEventAttributes struct {
	ActivityTaskTimedOutEventAttributes *ActivityTaskTimedOutEventAttributes `protobuf:"bytes,19,opt,name=activity_task_timed_out_event_attributes,json=activityTaskTimedOutEventAttributes,proto3,oneof"`
}

type HistoryEvent_ChildWorkflowExecutionCanceledEventAttributes

type HistoryEvent_ChildWorkflowExecutionCanceledEventAttributes struct {
	ChildWorkflowExecutionCanceledEventAttributes *ChildWorkflowExecutionCanceledEventAttributes `` /* 143-byte string literal not displayed */
}

type HistoryEvent_ChildWorkflowExecutionCompletedEventAttributes

type HistoryEvent_ChildWorkflowExecutionCompletedEventAttributes struct {
	ChildWorkflowExecutionCompletedEventAttributes *ChildWorkflowExecutionCompletedEventAttributes `` /* 145-byte string literal not displayed */
}

type HistoryEvent_ChildWorkflowExecutionFailedEventAttributes

type HistoryEvent_ChildWorkflowExecutionFailedEventAttributes struct {
	ChildWorkflowExecutionFailedEventAttributes *ChildWorkflowExecutionFailedEventAttributes `` /* 139-byte string literal not displayed */
}

type HistoryEvent_ChildWorkflowExecutionStartedEventAttributes

type HistoryEvent_ChildWorkflowExecutionStartedEventAttributes struct {
	ChildWorkflowExecutionStartedEventAttributes *ChildWorkflowExecutionStartedEventAttributes `` /* 141-byte string literal not displayed */
}

type HistoryEvent_ChildWorkflowExecutionTerminatedEventAttributes

type HistoryEvent_ChildWorkflowExecutionTerminatedEventAttributes struct {
	ChildWorkflowExecutionTerminatedEventAttributes *ChildWorkflowExecutionTerminatedEventAttributes `` /* 147-byte string literal not displayed */
}

type HistoryEvent_ChildWorkflowExecutionTimedOutEventAttributes

type HistoryEvent_ChildWorkflowExecutionTimedOutEventAttributes struct {
	ChildWorkflowExecutionTimedOutEventAttributes *ChildWorkflowExecutionTimedOutEventAttributes `` /* 144-byte string literal not displayed */
}

type HistoryEvent_ExternalWorkflowExecutionCancelRequestedEventAttributes

type HistoryEvent_ExternalWorkflowExecutionCancelRequestedEventAttributes struct {
	ExternalWorkflowExecutionCancelRequestedEventAttributes *ExternalWorkflowExecutionCancelRequestedEventAttributes `` /* 164-byte string literal not displayed */
}

type HistoryEvent_ExternalWorkflowExecutionSignaledEventAttributes

type HistoryEvent_ExternalWorkflowExecutionSignaledEventAttributes struct {
	ExternalWorkflowExecutionSignaledEventAttributes *ExternalWorkflowExecutionSignaledEventAttributes `` /* 149-byte string literal not displayed */
}

type HistoryEvent_MarkerRecordedEventAttributes

type HistoryEvent_MarkerRecordedEventAttributes struct {
	MarkerRecordedEventAttributes *MarkerRecordedEventAttributes `protobuf:"bytes,25,opt,name=marker_recorded_event_attributes,json=markerRecordedEventAttributes,proto3,oneof"`
}

type HistoryEvent_NexusOperationCancelRequestedEventAttributes added in v1.33.0

type HistoryEvent_NexusOperationCancelRequestedEventAttributes struct {
	NexusOperationCancelRequestedEventAttributes *NexusOperationCancelRequestedEventAttributes `` /* 141-byte string literal not displayed */
}

type HistoryEvent_NexusOperationCanceledEventAttributes added in v1.33.0

type HistoryEvent_NexusOperationCanceledEventAttributes struct {
	NexusOperationCanceledEventAttributes *NexusOperationCanceledEventAttributes `` /* 126-byte string literal not displayed */
}

type HistoryEvent_NexusOperationCompletedEventAttributes added in v1.33.0

type HistoryEvent_NexusOperationCompletedEventAttributes struct {
	NexusOperationCompletedEventAttributes *NexusOperationCompletedEventAttributes `` /* 128-byte string literal not displayed */
}

type HistoryEvent_NexusOperationFailedEventAttributes added in v1.33.0

type HistoryEvent_NexusOperationFailedEventAttributes struct {
	NexusOperationFailedEventAttributes *NexusOperationFailedEventAttributes `protobuf:"bytes,56,opt,name=nexus_operation_failed_event_attributes,json=nexusOperationFailedEventAttributes,proto3,oneof"`
}

type HistoryEvent_NexusOperationScheduledEventAttributes added in v1.33.0

type HistoryEvent_NexusOperationScheduledEventAttributes struct {
	NexusOperationScheduledEventAttributes *NexusOperationScheduledEventAttributes `` /* 128-byte string literal not displayed */
}

type HistoryEvent_NexusOperationStartedEventAttributes added in v1.33.0

type HistoryEvent_NexusOperationStartedEventAttributes struct {
	NexusOperationStartedEventAttributes *NexusOperationStartedEventAttributes `protobuf:"bytes,54,opt,name=nexus_operation_started_event_attributes,json=nexusOperationStartedEventAttributes,proto3,oneof"`
}

type HistoryEvent_NexusOperationTimedOutEventAttributes added in v1.33.0

type HistoryEvent_NexusOperationTimedOutEventAttributes struct {
	NexusOperationTimedOutEventAttributes *NexusOperationTimedOutEventAttributes `` /* 127-byte string literal not displayed */
}

type HistoryEvent_RequestCancelExternalWorkflowExecutionFailedEventAttributes

type HistoryEvent_RequestCancelExternalWorkflowExecutionFailedEventAttributes struct {
	RequestCancelExternalWorkflowExecutionFailedEventAttributes *RequestCancelExternalWorkflowExecutionFailedEventAttributes `` /* 173-byte string literal not displayed */
}

type HistoryEvent_RequestCancelExternalWorkflowExecutionInitiatedEventAttributes

type HistoryEvent_RequestCancelExternalWorkflowExecutionInitiatedEventAttributes struct {
	RequestCancelExternalWorkflowExecutionInitiatedEventAttributes *RequestCancelExternalWorkflowExecutionInitiatedEventAttributes `` /* 179-byte string literal not displayed */
}

type HistoryEvent_SignalExternalWorkflowExecutionFailedEventAttributes

type HistoryEvent_SignalExternalWorkflowExecutionFailedEventAttributes struct {
	SignalExternalWorkflowExecutionFailedEventAttributes *SignalExternalWorkflowExecutionFailedEventAttributes `` /* 158-byte string literal not displayed */
}

type HistoryEvent_SignalExternalWorkflowExecutionInitiatedEventAttributes

type HistoryEvent_SignalExternalWorkflowExecutionInitiatedEventAttributes struct {
	SignalExternalWorkflowExecutionInitiatedEventAttributes *SignalExternalWorkflowExecutionInitiatedEventAttributes `` /* 164-byte string literal not displayed */
}

type HistoryEvent_StartChildWorkflowExecutionFailedEventAttributes

type HistoryEvent_StartChildWorkflowExecutionFailedEventAttributes struct {
	StartChildWorkflowExecutionFailedEventAttributes *StartChildWorkflowExecutionFailedEventAttributes `` /* 150-byte string literal not displayed */
}

type HistoryEvent_StartChildWorkflowExecutionInitiatedEventAttributes

type HistoryEvent_StartChildWorkflowExecutionInitiatedEventAttributes struct {
	StartChildWorkflowExecutionInitiatedEventAttributes *StartChildWorkflowExecutionInitiatedEventAttributes `` /* 156-byte string literal not displayed */
}

type HistoryEvent_TimerCanceledEventAttributes

type HistoryEvent_TimerCanceledEventAttributes struct {
	TimerCanceledEventAttributes *TimerCanceledEventAttributes `protobuf:"bytes,24,opt,name=timer_canceled_event_attributes,json=timerCanceledEventAttributes,proto3,oneof"`
}

type HistoryEvent_TimerFiredEventAttributes

type HistoryEvent_TimerFiredEventAttributes struct {
	TimerFiredEventAttributes *TimerFiredEventAttributes `protobuf:"bytes,21,opt,name=timer_fired_event_attributes,json=timerFiredEventAttributes,proto3,oneof"`
}

type HistoryEvent_TimerStartedEventAttributes

type HistoryEvent_TimerStartedEventAttributes struct {
	TimerStartedEventAttributes *TimerStartedEventAttributes `protobuf:"bytes,20,opt,name=timer_started_event_attributes,json=timerStartedEventAttributes,proto3,oneof"`
}

type HistoryEvent_UpsertWorkflowSearchAttributesEventAttributes

type HistoryEvent_UpsertWorkflowSearchAttributesEventAttributes struct {
	UpsertWorkflowSearchAttributesEventAttributes *UpsertWorkflowSearchAttributesEventAttributes `` /* 143-byte string literal not displayed */
}

type HistoryEvent_WorkflowExecutionCancelRequestedEventAttributes

type HistoryEvent_WorkflowExecutionCancelRequestedEventAttributes struct {
	WorkflowExecutionCancelRequestedEventAttributes *WorkflowExecutionCancelRequestedEventAttributes `` /* 147-byte string literal not displayed */
}

type HistoryEvent_WorkflowExecutionCanceledEventAttributes

type HistoryEvent_WorkflowExecutionCanceledEventAttributes struct {
	WorkflowExecutionCanceledEventAttributes *WorkflowExecutionCanceledEventAttributes `` /* 132-byte string literal not displayed */
}

type HistoryEvent_WorkflowExecutionCompletedEventAttributes

type HistoryEvent_WorkflowExecutionCompletedEventAttributes struct {
	WorkflowExecutionCompletedEventAttributes *WorkflowExecutionCompletedEventAttributes `` /* 133-byte string literal not displayed */
}

type HistoryEvent_WorkflowExecutionContinuedAsNewEventAttributes

type HistoryEvent_WorkflowExecutionContinuedAsNewEventAttributes struct {
	WorkflowExecutionContinuedAsNewEventAttributes *WorkflowExecutionContinuedAsNewEventAttributes `` /* 146-byte string literal not displayed */
}

type HistoryEvent_WorkflowExecutionFailedEventAttributes

type HistoryEvent_WorkflowExecutionFailedEventAttributes struct {
	WorkflowExecutionFailedEventAttributes *WorkflowExecutionFailedEventAttributes `` /* 127-byte string literal not displayed */
}

type HistoryEvent_WorkflowExecutionSignaledEventAttributes

type HistoryEvent_WorkflowExecutionSignaledEventAttributes struct {
	WorkflowExecutionSignaledEventAttributes *WorkflowExecutionSignaledEventAttributes `` /* 132-byte string literal not displayed */
}

type HistoryEvent_WorkflowExecutionStartedEventAttributes

type HistoryEvent_WorkflowExecutionStartedEventAttributes struct {
	WorkflowExecutionStartedEventAttributes *WorkflowExecutionStartedEventAttributes `` /* 129-byte string literal not displayed */
}

type HistoryEvent_WorkflowExecutionTerminatedEventAttributes

type HistoryEvent_WorkflowExecutionTerminatedEventAttributes struct {
	WorkflowExecutionTerminatedEventAttributes *WorkflowExecutionTerminatedEventAttributes `` /* 136-byte string literal not displayed */
}

type HistoryEvent_WorkflowExecutionTimedOutEventAttributes

type HistoryEvent_WorkflowExecutionTimedOutEventAttributes struct {
	WorkflowExecutionTimedOutEventAttributes *WorkflowExecutionTimedOutEventAttributes `` /* 132-byte string literal not displayed */
}

type HistoryEvent_WorkflowExecutionUpdateAcceptedEventAttributes added in v1.16.0

type HistoryEvent_WorkflowExecutionUpdateAcceptedEventAttributes struct {
	WorkflowExecutionUpdateAcceptedEventAttributes *WorkflowExecutionUpdateAcceptedEventAttributes `` /* 145-byte string literal not displayed */
}

type HistoryEvent_WorkflowExecutionUpdateAdmittedEventAttributes added in v1.31.0

type HistoryEvent_WorkflowExecutionUpdateAdmittedEventAttributes struct {
	WorkflowExecutionUpdateAdmittedEventAttributes *WorkflowExecutionUpdateAdmittedEventAttributes `` /* 145-byte string literal not displayed */
}

type HistoryEvent_WorkflowExecutionUpdateCompletedEventAttributes added in v1.16.0

type HistoryEvent_WorkflowExecutionUpdateCompletedEventAttributes struct {
	WorkflowExecutionUpdateCompletedEventAttributes *WorkflowExecutionUpdateCompletedEventAttributes `` /* 147-byte string literal not displayed */
}

type HistoryEvent_WorkflowExecutionUpdateRejectedEventAttributes added in v1.16.0

type HistoryEvent_WorkflowExecutionUpdateRejectedEventAttributes struct {
	WorkflowExecutionUpdateRejectedEventAttributes *WorkflowExecutionUpdateRejectedEventAttributes `` /* 145-byte string literal not displayed */
}

type HistoryEvent_WorkflowPropertiesModifiedEventAttributes added in v1.12.0

type HistoryEvent_WorkflowPropertiesModifiedEventAttributes struct {
	WorkflowPropertiesModifiedEventAttributes *WorkflowPropertiesModifiedEventAttributes `` /* 134-byte string literal not displayed */
}

type HistoryEvent_WorkflowPropertiesModifiedExternallyEventAttributes added in v1.11.0

type HistoryEvent_WorkflowPropertiesModifiedExternallyEventAttributes struct {
	WorkflowPropertiesModifiedExternallyEventAttributes *WorkflowPropertiesModifiedExternallyEventAttributes `` /* 155-byte string literal not displayed */
}

type HistoryEvent_WorkflowTaskCompletedEventAttributes

type HistoryEvent_WorkflowTaskCompletedEventAttributes struct {
	WorkflowTaskCompletedEventAttributes *WorkflowTaskCompletedEventAttributes `protobuf:"bytes,12,opt,name=workflow_task_completed_event_attributes,json=workflowTaskCompletedEventAttributes,proto3,oneof"`
}

type HistoryEvent_WorkflowTaskFailedEventAttributes

type HistoryEvent_WorkflowTaskFailedEventAttributes struct {
	WorkflowTaskFailedEventAttributes *WorkflowTaskFailedEventAttributes `protobuf:"bytes,14,opt,name=workflow_task_failed_event_attributes,json=workflowTaskFailedEventAttributes,proto3,oneof"`
}

type HistoryEvent_WorkflowTaskScheduledEventAttributes

type HistoryEvent_WorkflowTaskScheduledEventAttributes struct {
	WorkflowTaskScheduledEventAttributes *WorkflowTaskScheduledEventAttributes `protobuf:"bytes,10,opt,name=workflow_task_scheduled_event_attributes,json=workflowTaskScheduledEventAttributes,proto3,oneof"`
}

type HistoryEvent_WorkflowTaskStartedEventAttributes

type HistoryEvent_WorkflowTaskStartedEventAttributes struct {
	WorkflowTaskStartedEventAttributes *WorkflowTaskStartedEventAttributes `protobuf:"bytes,11,opt,name=workflow_task_started_event_attributes,json=workflowTaskStartedEventAttributes,proto3,oneof"`
}

type HistoryEvent_WorkflowTaskTimedOutEventAttributes

type HistoryEvent_WorkflowTaskTimedOutEventAttributes struct {
	WorkflowTaskTimedOutEventAttributes *WorkflowTaskTimedOutEventAttributes `protobuf:"bytes,13,opt,name=workflow_task_timed_out_event_attributes,json=workflowTaskTimedOutEventAttributes,proto3,oneof"`
}

type MarkerRecordedEventAttributes

type MarkerRecordedEventAttributes struct {

	// Workers use this to identify the "types" of various markers. Ex: Local activity, side effect.
	MarkerName string `protobuf:"bytes,1,opt,name=marker_name,json=markerName,proto3" json:"marker_name,omitempty"`
	// Serialized information recorded in the marker
	Details map[string]*v1.Payloads `` /* 155-byte string literal not displayed */
	// The `WORKFLOW_TASK_COMPLETED` event which this command was reported with
	WorkflowTaskCompletedEventId int64      `` /* 152-byte string literal not displayed */
	Header                       *v1.Header `protobuf:"bytes,4,opt,name=header,proto3" json:"header,omitempty"`
	// Some uses of markers, like a local activity, could "fail". If they did that is recorded here.
	Failure *v13.Failure `protobuf:"bytes,5,opt,name=failure,proto3" json:"failure,omitempty"`
	// contains filtered or unexported fields
}

func (*MarkerRecordedEventAttributes) Descriptor deprecated

func (*MarkerRecordedEventAttributes) Descriptor() ([]byte, []int)

Deprecated: Use MarkerRecordedEventAttributes.ProtoReflect.Descriptor instead.

func (*MarkerRecordedEventAttributes) Equal

func (this *MarkerRecordedEventAttributes) Equal(that interface{}) bool

Equal returns whether two MarkerRecordedEventAttributes values are equivalent by recursively comparing the message's fields. For more information see the documentation for https://pkg.golang.ir/google.golang.org/protobuf/proto#Equal

func (*MarkerRecordedEventAttributes) GetDetails

func (x *MarkerRecordedEventAttributes) GetDetails() map[string]*v1.Payloads

func (*MarkerRecordedEventAttributes) GetFailure

func (x *MarkerRecordedEventAttributes) GetFailure() *v13.Failure

func (*MarkerRecordedEventAttributes) GetHeader

func (x *MarkerRecordedEventAttributes) GetHeader() *v1.Header

func (*MarkerRecordedEventAttributes) GetMarkerName

func (x *MarkerRecordedEventAttributes) GetMarkerName() string

func (*MarkerRecordedEventAttributes) GetWorkflowTaskCompletedEventId

func (x *MarkerRecordedEventAttributes) GetWorkflowTaskCompletedEventId() int64

func (*MarkerRecordedEventAttributes) Marshal

func (val *MarkerRecordedEventAttributes) Marshal() ([]byte, error)

Marshal an object of type MarkerRecordedEventAttributes to the protobuf v3 wire format

func (*MarkerRecordedEventAttributes) ProtoMessage

func (*MarkerRecordedEventAttributes) ProtoMessage()

func (*MarkerRecordedEventAttributes) ProtoReflect added in v1.26.1

func (*MarkerRecordedEventAttributes) Reset

func (x *MarkerRecordedEventAttributes) Reset()

func (*MarkerRecordedEventAttributes) Size

func (val *MarkerRecordedEventAttributes) Size() int

Size returns the size of the object, in bytes, once serialized

func (*MarkerRecordedEventAttributes) String

func (*MarkerRecordedEventAttributes) Unmarshal

func (val *MarkerRecordedEventAttributes) Unmarshal(buf []byte) error

Unmarshal an object of type MarkerRecordedEventAttributes from the protobuf v3 wire format

type NexusOperationCancelRequestedEventAttributes added in v1.33.0

type NexusOperationCancelRequestedEventAttributes struct {

	// The id of the `NEXUS_OPERATION_SCHEDULED` event this cancel request corresponds to.
	ScheduledEventId int64 `protobuf:"varint,1,opt,name=scheduled_event_id,json=scheduledEventId,proto3" json:"scheduled_event_id,omitempty"`
	// The `WORKFLOW_TASK_COMPLETED` event that the corresponding RequestCancelNexusOperation command was reported
	// with.
	WorkflowTaskCompletedEventId int64 `` /* 152-byte string literal not displayed */
	// contains filtered or unexported fields
}

func (*NexusOperationCancelRequestedEventAttributes) Descriptor deprecated added in v1.33.0

Deprecated: Use NexusOperationCancelRequestedEventAttributes.ProtoReflect.Descriptor instead.

func (*NexusOperationCancelRequestedEventAttributes) Equal added in v1.33.0

func (this *NexusOperationCancelRequestedEventAttributes) Equal(that interface{}) bool

Equal returns whether two NexusOperationCancelRequestedEventAttributes values are equivalent by recursively comparing the message's fields. For more information see the documentation for https://pkg.golang.ir/google.golang.org/protobuf/proto#Equal

func (*NexusOperationCancelRequestedEventAttributes) GetScheduledEventId added in v1.33.0

func (x *NexusOperationCancelRequestedEventAttributes) GetScheduledEventId() int64

func (*NexusOperationCancelRequestedEventAttributes) GetWorkflowTaskCompletedEventId added in v1.33.0

func (x *NexusOperationCancelRequestedEventAttributes) GetWorkflowTaskCompletedEventId() int64

func (*NexusOperationCancelRequestedEventAttributes) Marshal added in v1.33.0

Marshal an object of type NexusOperationCancelRequestedEventAttributes to the protobuf v3 wire format

func (*NexusOperationCancelRequestedEventAttributes) ProtoMessage added in v1.33.0

func (*NexusOperationCancelRequestedEventAttributes) ProtoReflect added in v1.33.0

func (*NexusOperationCancelRequestedEventAttributes) Reset added in v1.33.0

func (*NexusOperationCancelRequestedEventAttributes) Size added in v1.33.0

Size returns the size of the object, in bytes, once serialized

func (*NexusOperationCancelRequestedEventAttributes) String added in v1.33.0

func (*NexusOperationCancelRequestedEventAttributes) Unmarshal added in v1.33.0

Unmarshal an object of type NexusOperationCancelRequestedEventAttributes from the protobuf v3 wire format

type NexusOperationCanceledEventAttributes added in v1.33.0

type NexusOperationCanceledEventAttributes struct {

	// The ID of the `NEXUS_OPERATION_SCHEDULED` event. Uniquely identifies this operation.
	ScheduledEventId int64 `protobuf:"varint,1,opt,name=scheduled_event_id,json=scheduledEventId,proto3" json:"scheduled_event_id,omitempty"`
	// Cancellation details.
	Failure *v13.Failure `protobuf:"bytes,2,opt,name=failure,proto3" json:"failure,omitempty"`
	// contains filtered or unexported fields
}

Nexus operation completed as canceled. May or may not have been due to a cancellation request by the workflow.

func (*NexusOperationCanceledEventAttributes) Descriptor deprecated added in v1.33.0

func (*NexusOperationCanceledEventAttributes) Descriptor() ([]byte, []int)

Deprecated: Use NexusOperationCanceledEventAttributes.ProtoReflect.Descriptor instead.

func (*NexusOperationCanceledEventAttributes) Equal added in v1.33.0

func (this *NexusOperationCanceledEventAttributes) Equal(that interface{}) bool

Equal returns whether two NexusOperationCanceledEventAttributes values are equivalent by recursively comparing the message's fields. For more information see the documentation for https://pkg.golang.ir/google.golang.org/protobuf/proto#Equal

func (*NexusOperationCanceledEventAttributes) GetFailure added in v1.33.0

func (*NexusOperationCanceledEventAttributes) GetScheduledEventId added in v1.33.0

func (x *NexusOperationCanceledEventAttributes) GetScheduledEventId() int64

func (*NexusOperationCanceledEventAttributes) Marshal added in v1.33.0

func (val *NexusOperationCanceledEventAttributes) Marshal() ([]byte, error)

Marshal an object of type NexusOperationCanceledEventAttributes to the protobuf v3 wire format

func (*NexusOperationCanceledEventAttributes) ProtoMessage added in v1.33.0

func (*NexusOperationCanceledEventAttributes) ProtoMessage()

func (*NexusOperationCanceledEventAttributes) ProtoReflect added in v1.33.0

func (*NexusOperationCanceledEventAttributes) Reset added in v1.33.0

func (*NexusOperationCanceledEventAttributes) Size added in v1.33.0

Size returns the size of the object, in bytes, once serialized

func (*NexusOperationCanceledEventAttributes) String added in v1.33.0

func (*NexusOperationCanceledEventAttributes) Unmarshal added in v1.33.0

func (val *NexusOperationCanceledEventAttributes) Unmarshal(buf []byte) error

Unmarshal an object of type NexusOperationCanceledEventAttributes from the protobuf v3 wire format

type NexusOperationCompletedEventAttributes added in v1.33.0

type NexusOperationCompletedEventAttributes struct {

	// The ID of the `NEXUS_OPERATION_SCHEDULED` event. Uniquely identifies this operation.
	ScheduledEventId int64 `protobuf:"varint,1,opt,name=scheduled_event_id,json=scheduledEventId,proto3" json:"scheduled_event_id,omitempty"`
	// Serialized result of the Nexus operation. The response of the Nexus handler.
	// Delivered either via a completion callback or as a response to a synchronous operation.
	Result *v1.Payload `protobuf:"bytes,2,opt,name=result,proto3" json:"result,omitempty"`
	// contains filtered or unexported fields
}

Nexus operation completed successfully.

func (*NexusOperationCompletedEventAttributes) Descriptor deprecated added in v1.33.0

func (*NexusOperationCompletedEventAttributes) Descriptor() ([]byte, []int)

Deprecated: Use NexusOperationCompletedEventAttributes.ProtoReflect.Descriptor instead.

func (*NexusOperationCompletedEventAttributes) Equal added in v1.33.0

func (this *NexusOperationCompletedEventAttributes) Equal(that interface{}) bool

Equal returns whether two NexusOperationCompletedEventAttributes values are equivalent by recursively comparing the message's fields. For more information see the documentation for https://pkg.golang.ir/google.golang.org/protobuf/proto#Equal

func (*NexusOperationCompletedEventAttributes) GetResult added in v1.33.0

func (*NexusOperationCompletedEventAttributes) GetScheduledEventId added in v1.33.0

func (x *NexusOperationCompletedEventAttributes) GetScheduledEventId() int64

func (*NexusOperationCompletedEventAttributes) Marshal added in v1.33.0

Marshal an object of type NexusOperationCompletedEventAttributes to the protobuf v3 wire format

func (*NexusOperationCompletedEventAttributes) ProtoMessage added in v1.33.0

func (*NexusOperationCompletedEventAttributes) ProtoReflect added in v1.33.0

func (*NexusOperationCompletedEventAttributes) Reset added in v1.33.0

func (*NexusOperationCompletedEventAttributes) Size added in v1.33.0

Size returns the size of the object, in bytes, once serialized

func (*NexusOperationCompletedEventAttributes) String added in v1.33.0

func (*NexusOperationCompletedEventAttributes) Unmarshal added in v1.33.0

func (val *NexusOperationCompletedEventAttributes) Unmarshal(buf []byte) error

Unmarshal an object of type NexusOperationCompletedEventAttributes from the protobuf v3 wire format

type NexusOperationFailedEventAttributes added in v1.33.0

type NexusOperationFailedEventAttributes struct {

	// The ID of the `NEXUS_OPERATION_SCHEDULED` event. Uniquely identifies this operation.
	ScheduledEventId int64 `protobuf:"varint,1,opt,name=scheduled_event_id,json=scheduledEventId,proto3" json:"scheduled_event_id,omitempty"`
	// Failure details. A NexusOperationFailureInfo wrapping an ApplicationFailureInfo.
	Failure *v13.Failure `protobuf:"bytes,2,opt,name=failure,proto3" json:"failure,omitempty"`
	// contains filtered or unexported fields
}

Nexus operation failed.

func (*NexusOperationFailedEventAttributes) Descriptor deprecated added in v1.33.0

func (*NexusOperationFailedEventAttributes) Descriptor() ([]byte, []int)

Deprecated: Use NexusOperationFailedEventAttributes.ProtoReflect.Descriptor instead.

func (*NexusOperationFailedEventAttributes) Equal added in v1.33.0

func (this *NexusOperationFailedEventAttributes) Equal(that interface{}) bool

Equal returns whether two NexusOperationFailedEventAttributes values are equivalent by recursively comparing the message's fields. For more information see the documentation for https://pkg.golang.ir/google.golang.org/protobuf/proto#Equal

func (*NexusOperationFailedEventAttributes) GetFailure added in v1.33.0

func (*NexusOperationFailedEventAttributes) GetScheduledEventId added in v1.33.0

func (x *NexusOperationFailedEventAttributes) GetScheduledEventId() int64

func (*NexusOperationFailedEventAttributes) Marshal added in v1.33.0

func (val *NexusOperationFailedEventAttributes) Marshal() ([]byte, error)

Marshal an object of type NexusOperationFailedEventAttributes to the protobuf v3 wire format

func (*NexusOperationFailedEventAttributes) ProtoMessage added in v1.33.0

func (*NexusOperationFailedEventAttributes) ProtoMessage()

func (*NexusOperationFailedEventAttributes) ProtoReflect added in v1.33.0

func (*NexusOperationFailedEventAttributes) Reset added in v1.33.0

func (*NexusOperationFailedEventAttributes) Size added in v1.33.0

Size returns the size of the object, in bytes, once serialized

func (*NexusOperationFailedEventAttributes) String added in v1.33.0

func (*NexusOperationFailedEventAttributes) Unmarshal added in v1.33.0

func (val *NexusOperationFailedEventAttributes) Unmarshal(buf []byte) error

Unmarshal an object of type NexusOperationFailedEventAttributes from the protobuf v3 wire format

type NexusOperationScheduledEventAttributes added in v1.33.0

type NexusOperationScheduledEventAttributes struct {

	// Endpoint name, must exist in the endpoint registry.
	Endpoint string `protobuf:"bytes,1,opt,name=endpoint,proto3" json:"endpoint,omitempty"`
	// Service name.
	Service string `protobuf:"bytes,2,opt,name=service,proto3" json:"service,omitempty"`
	// Operation name.
	Operation string `protobuf:"bytes,3,opt,name=operation,proto3" json:"operation,omitempty"`
	// Input for the operation. The server converts this into Nexus request content and the appropriate content headers
	// internally when sending the StartOperation request. On the handler side, if it is also backed by Temporal, the
	// content is transformed back to the original Payload stored in this event.
	Input *v1.Payload `protobuf:"bytes,4,opt,name=input,proto3" json:"input,omitempty"`
	// Schedule-to-close timeout for this operation.
	// Indicates how long the caller is willing to wait for operation completion.
	// Calls are retried internally by the server.
	// (-- api-linter: core::0140::prepositions=disabled
	//
	//	aip.dev/not-precedent: "to" is used to indicate interval. --)
	ScheduleToCloseTimeout *durationpb.Duration `` /* 131-byte string literal not displayed */
	// Header to attach to the Nexus request. Note these headers are not the same as Temporal headers on internal
	// activities and child workflows, these are transmitted to Nexus operations that may be external and are not
	// traditional payloads.
	NexusHeader map[string]string `` /* 182-byte string literal not displayed */
	// The `WORKFLOW_TASK_COMPLETED` event that the corresponding ScheduleNexusOperation command was reported with.
	WorkflowTaskCompletedEventId int64 `` /* 152-byte string literal not displayed */
	// A unique ID generated by the history service upon creation of this event.
	// The ID will be transmitted with all nexus StartOperation requests and is used as an idempotentency key.
	RequestId string `protobuf:"bytes,8,opt,name=request_id,json=requestId,proto3" json:"request_id,omitempty"`
	// contains filtered or unexported fields
}

Event marking that an operation was scheduled by a workflow via the ScheduleNexusOperation command.

func (*NexusOperationScheduledEventAttributes) Descriptor deprecated added in v1.33.0

func (*NexusOperationScheduledEventAttributes) Descriptor() ([]byte, []int)

Deprecated: Use NexusOperationScheduledEventAttributes.ProtoReflect.Descriptor instead.

func (*NexusOperationScheduledEventAttributes) Equal added in v1.33.0

func (this *NexusOperationScheduledEventAttributes) Equal(that interface{}) bool

Equal returns whether two NexusOperationScheduledEventAttributes values are equivalent by recursively comparing the message's fields. For more information see the documentation for https://pkg.golang.ir/google.golang.org/protobuf/proto#Equal

func (*NexusOperationScheduledEventAttributes) GetEndpoint added in v1.33.0

func (*NexusOperationScheduledEventAttributes) GetInput added in v1.33.0

func (*NexusOperationScheduledEventAttributes) GetNexusHeader added in v1.33.0

func (x *NexusOperationScheduledEventAttributes) GetNexusHeader() map[string]string

func (*NexusOperationScheduledEventAttributes) GetOperation added in v1.33.0

func (*NexusOperationScheduledEventAttributes) GetRequestId added in v1.33.0

func (*NexusOperationScheduledEventAttributes) GetScheduleToCloseTimeout added in v1.33.0

func (x *NexusOperationScheduledEventAttributes) GetScheduleToCloseTimeout() *durationpb.Duration

func (*NexusOperationScheduledEventAttributes) GetService added in v1.33.0

func (*NexusOperationScheduledEventAttributes) GetWorkflowTaskCompletedEventId added in v1.33.0

func (x *NexusOperationScheduledEventAttributes) GetWorkflowTaskCompletedEventId() int64

func (*NexusOperationScheduledEventAttributes) Marshal added in v1.33.0

Marshal an object of type NexusOperationScheduledEventAttributes to the protobuf v3 wire format

func (*NexusOperationScheduledEventAttributes) ProtoMessage added in v1.33.0

func (*NexusOperationScheduledEventAttributes) ProtoReflect added in v1.33.0

func (*NexusOperationScheduledEventAttributes) Reset added in v1.33.0

func (*NexusOperationScheduledEventAttributes) Size added in v1.33.0

Size returns the size of the object, in bytes, once serialized

func (*NexusOperationScheduledEventAttributes) String added in v1.33.0

func (*NexusOperationScheduledEventAttributes) Unmarshal added in v1.33.0

func (val *NexusOperationScheduledEventAttributes) Unmarshal(buf []byte) error

Unmarshal an object of type NexusOperationScheduledEventAttributes from the protobuf v3 wire format

type NexusOperationStartedEventAttributes added in v1.33.0

type NexusOperationStartedEventAttributes struct {

	// The ID of the `NEXUS_OPERATION_SCHEDULED` event this task corresponds to.
	ScheduledEventId int64 `protobuf:"varint,1,opt,name=scheduled_event_id,json=scheduledEventId,proto3" json:"scheduled_event_id,omitempty"`
	// The operation ID returned by the Nexus handler in the response to the StartOperation request.
	// This ID is used when canceling the operation.
	OperationId string `protobuf:"bytes,3,opt,name=operation_id,json=operationId,proto3" json:"operation_id,omitempty"`
	// contains filtered or unexported fields
}

Event marking an asynchronous operation was started by the responding Nexus handler. If the operation completes synchronously, this event is not generated. In rare situations, such as request timeouts, the service may fail to record the actual start time and will fabricate this event upon receiving the operation completion via callback.

func (*NexusOperationStartedEventAttributes) Descriptor deprecated added in v1.33.0

func (*NexusOperationStartedEventAttributes) Descriptor() ([]byte, []int)

Deprecated: Use NexusOperationStartedEventAttributes.ProtoReflect.Descriptor instead.

func (*NexusOperationStartedEventAttributes) Equal added in v1.33.0

func (this *NexusOperationStartedEventAttributes) Equal(that interface{}) bool

Equal returns whether two NexusOperationStartedEventAttributes values are equivalent by recursively comparing the message's fields. For more information see the documentation for https://pkg.golang.ir/google.golang.org/protobuf/proto#Equal

func (*NexusOperationStartedEventAttributes) GetOperationId added in v1.33.0

func (x *NexusOperationStartedEventAttributes) GetOperationId() string

func (*NexusOperationStartedEventAttributes) GetScheduledEventId added in v1.33.0

func (x *NexusOperationStartedEventAttributes) GetScheduledEventId() int64

func (*NexusOperationStartedEventAttributes) Marshal added in v1.33.0

func (val *NexusOperationStartedEventAttributes) Marshal() ([]byte, error)

Marshal an object of type NexusOperationStartedEventAttributes to the protobuf v3 wire format

func (*NexusOperationStartedEventAttributes) ProtoMessage added in v1.33.0

func (*NexusOperationStartedEventAttributes) ProtoMessage()

func (*NexusOperationStartedEventAttributes) ProtoReflect added in v1.33.0

func (*NexusOperationStartedEventAttributes) Reset added in v1.33.0

func (*NexusOperationStartedEventAttributes) Size added in v1.33.0

Size returns the size of the object, in bytes, once serialized

func (*NexusOperationStartedEventAttributes) String added in v1.33.0

func (*NexusOperationStartedEventAttributes) Unmarshal added in v1.33.0

func (val *NexusOperationStartedEventAttributes) Unmarshal(buf []byte) error

Unmarshal an object of type NexusOperationStartedEventAttributes from the protobuf v3 wire format

type NexusOperationTimedOutEventAttributes added in v1.33.0

type NexusOperationTimedOutEventAttributes struct {

	// The ID of the `NEXUS_OPERATION_SCHEDULED` event. Uniquely identifies this operation.
	ScheduledEventId int64 `protobuf:"varint,1,opt,name=scheduled_event_id,json=scheduledEventId,proto3" json:"scheduled_event_id,omitempty"`
	// Failure details. A NexusOperationFailureInfo wrapping a CanceledFailureInfo.
	Failure *v13.Failure `protobuf:"bytes,2,opt,name=failure,proto3" json:"failure,omitempty"`
	// contains filtered or unexported fields
}

Nexus operation timed out.

func (*NexusOperationTimedOutEventAttributes) Descriptor deprecated added in v1.33.0

func (*NexusOperationTimedOutEventAttributes) Descriptor() ([]byte, []int)

Deprecated: Use NexusOperationTimedOutEventAttributes.ProtoReflect.Descriptor instead.

func (*NexusOperationTimedOutEventAttributes) Equal added in v1.33.0

func (this *NexusOperationTimedOutEventAttributes) Equal(that interface{}) bool

Equal returns whether two NexusOperationTimedOutEventAttributes values are equivalent by recursively comparing the message's fields. For more information see the documentation for https://pkg.golang.ir/google.golang.org/protobuf/proto#Equal

func (*NexusOperationTimedOutEventAttributes) GetFailure added in v1.33.0

func (*NexusOperationTimedOutEventAttributes) GetScheduledEventId added in v1.33.0

func (x *NexusOperationTimedOutEventAttributes) GetScheduledEventId() int64

func (*NexusOperationTimedOutEventAttributes) Marshal added in v1.33.0

func (val *NexusOperationTimedOutEventAttributes) Marshal() ([]byte, error)

Marshal an object of type NexusOperationTimedOutEventAttributes to the protobuf v3 wire format

func (*NexusOperationTimedOutEventAttributes) ProtoMessage added in v1.33.0

func (*NexusOperationTimedOutEventAttributes) ProtoMessage()

func (*NexusOperationTimedOutEventAttributes) ProtoReflect added in v1.33.0

func (*NexusOperationTimedOutEventAttributes) Reset added in v1.33.0

func (*NexusOperationTimedOutEventAttributes) Size added in v1.33.0

Size returns the size of the object, in bytes, once serialized

func (*NexusOperationTimedOutEventAttributes) String added in v1.33.0

func (*NexusOperationTimedOutEventAttributes) Unmarshal added in v1.33.0

func (val *NexusOperationTimedOutEventAttributes) Unmarshal(buf []byte) error

Unmarshal an object of type NexusOperationTimedOutEventAttributes from the protobuf v3 wire format

type RequestCancelExternalWorkflowExecutionFailedEventAttributes

type RequestCancelExternalWorkflowExecutionFailedEventAttributes struct {
	Cause v12.CancelExternalWorkflowExecutionFailedCause `` /* 134-byte string literal not displayed */
	// The `WORKFLOW_TASK_COMPLETED` event which this command was reported with
	WorkflowTaskCompletedEventId int64 `` /* 152-byte string literal not displayed */
	// Namespace of the workflow which failed to cancel.
	// SDKs and UI tools should use `namespace` field but server must use `namespace_id` only.
	Namespace         string                `protobuf:"bytes,3,opt,name=namespace,proto3" json:"namespace,omitempty"`
	NamespaceId       string                `protobuf:"bytes,7,opt,name=namespace_id,json=namespaceId,proto3" json:"namespace_id,omitempty"`
	WorkflowExecution *v1.WorkflowExecution `protobuf:"bytes,4,opt,name=workflow_execution,json=workflowExecution,proto3" json:"workflow_execution,omitempty"`
	// id of the `REQUEST_CANCEL_EXTERNAL_WORKFLOW_EXECUTION_INITIATED` event this failure
	// corresponds to
	InitiatedEventId int64 `protobuf:"varint,5,opt,name=initiated_event_id,json=initiatedEventId,proto3" json:"initiated_event_id,omitempty"`
	// Deprecated
	Control string `protobuf:"bytes,6,opt,name=control,proto3" json:"control,omitempty"`
	// contains filtered or unexported fields
}

func (*RequestCancelExternalWorkflowExecutionFailedEventAttributes) Descriptor deprecated

Deprecated: Use RequestCancelExternalWorkflowExecutionFailedEventAttributes.ProtoReflect.Descriptor instead.

func (*RequestCancelExternalWorkflowExecutionFailedEventAttributes) Equal

Equal returns whether two RequestCancelExternalWorkflowExecutionFailedEventAttributes values are equivalent by recursively comparing the message's fields. For more information see the documentation for https://pkg.golang.ir/google.golang.org/protobuf/proto#Equal

func (*RequestCancelExternalWorkflowExecutionFailedEventAttributes) GetCause

func (*RequestCancelExternalWorkflowExecutionFailedEventAttributes) GetControl

func (*RequestCancelExternalWorkflowExecutionFailedEventAttributes) GetInitiatedEventId

func (*RequestCancelExternalWorkflowExecutionFailedEventAttributes) GetNamespace

func (*RequestCancelExternalWorkflowExecutionFailedEventAttributes) GetNamespaceId added in v1.8.0

func (*RequestCancelExternalWorkflowExecutionFailedEventAttributes) GetWorkflowExecution

func (*RequestCancelExternalWorkflowExecutionFailedEventAttributes) GetWorkflowTaskCompletedEventId

func (x *RequestCancelExternalWorkflowExecutionFailedEventAttributes) GetWorkflowTaskCompletedEventId() int64

func (*RequestCancelExternalWorkflowExecutionFailedEventAttributes) Marshal

Marshal an object of type RequestCancelExternalWorkflowExecutionFailedEventAttributes to the protobuf v3 wire format

func (*RequestCancelExternalWorkflowExecutionFailedEventAttributes) ProtoMessage

func (*RequestCancelExternalWorkflowExecutionFailedEventAttributes) ProtoReflect added in v1.26.1

func (*RequestCancelExternalWorkflowExecutionFailedEventAttributes) Reset

func (*RequestCancelExternalWorkflowExecutionFailedEventAttributes) Size

Size returns the size of the object, in bytes, once serialized

func (*RequestCancelExternalWorkflowExecutionFailedEventAttributes) String

func (*RequestCancelExternalWorkflowExecutionFailedEventAttributes) Unmarshal

Unmarshal an object of type RequestCancelExternalWorkflowExecutionFailedEventAttributes from the protobuf v3 wire format

type RequestCancelExternalWorkflowExecutionInitiatedEventAttributes

type RequestCancelExternalWorkflowExecutionInitiatedEventAttributes struct {

	// The `WORKFLOW_TASK_COMPLETED` event which this command was reported with
	WorkflowTaskCompletedEventId int64 `` /* 152-byte string literal not displayed */
	// The namespace the workflow to be cancelled lives in.
	// SDKs and UI tools should use `namespace` field but server must use `namespace_id` only.
	Namespace         string                `protobuf:"bytes,2,opt,name=namespace,proto3" json:"namespace,omitempty"`
	NamespaceId       string                `protobuf:"bytes,7,opt,name=namespace_id,json=namespaceId,proto3" json:"namespace_id,omitempty"`
	WorkflowExecution *v1.WorkflowExecution `protobuf:"bytes,3,opt,name=workflow_execution,json=workflowExecution,proto3" json:"workflow_execution,omitempty"`
	// Deprecated
	Control string `protobuf:"bytes,4,opt,name=control,proto3" json:"control,omitempty"`
	// Workers are expected to set this to true if the workflow they are requesting to cancel is
	// a child of the workflow which issued the request
	ChildWorkflowOnly bool `protobuf:"varint,5,opt,name=child_workflow_only,json=childWorkflowOnly,proto3" json:"child_workflow_only,omitempty"`
	// Reason for requesting the cancellation
	Reason string `protobuf:"bytes,6,opt,name=reason,proto3" json:"reason,omitempty"`
	// contains filtered or unexported fields
}

func (*RequestCancelExternalWorkflowExecutionInitiatedEventAttributes) Descriptor deprecated

Deprecated: Use RequestCancelExternalWorkflowExecutionInitiatedEventAttributes.ProtoReflect.Descriptor instead.

func (*RequestCancelExternalWorkflowExecutionInitiatedEventAttributes) Equal

Equal returns whether two RequestCancelExternalWorkflowExecutionInitiatedEventAttributes values are equivalent by recursively comparing the message's fields. For more information see the documentation for https://pkg.golang.ir/google.golang.org/protobuf/proto#Equal

func (*RequestCancelExternalWorkflowExecutionInitiatedEventAttributes) GetChildWorkflowOnly

func (*RequestCancelExternalWorkflowExecutionInitiatedEventAttributes) GetControl

func (*RequestCancelExternalWorkflowExecutionInitiatedEventAttributes) GetNamespace

func (*RequestCancelExternalWorkflowExecutionInitiatedEventAttributes) GetNamespaceId added in v1.8.0

func (*RequestCancelExternalWorkflowExecutionInitiatedEventAttributes) GetReason added in v1.8.0

func (*RequestCancelExternalWorkflowExecutionInitiatedEventAttributes) GetWorkflowExecution

func (*RequestCancelExternalWorkflowExecutionInitiatedEventAttributes) GetWorkflowTaskCompletedEventId

func (x *RequestCancelExternalWorkflowExecutionInitiatedEventAttributes) GetWorkflowTaskCompletedEventId() int64

func (*RequestCancelExternalWorkflowExecutionInitiatedEventAttributes) Marshal

Marshal an object of type RequestCancelExternalWorkflowExecutionInitiatedEventAttributes to the protobuf v3 wire format

func (*RequestCancelExternalWorkflowExecutionInitiatedEventAttributes) ProtoMessage

func (*RequestCancelExternalWorkflowExecutionInitiatedEventAttributes) ProtoReflect added in v1.26.1

func (*RequestCancelExternalWorkflowExecutionInitiatedEventAttributes) Reset

func (*RequestCancelExternalWorkflowExecutionInitiatedEventAttributes) Size

Size returns the size of the object, in bytes, once serialized

func (*RequestCancelExternalWorkflowExecutionInitiatedEventAttributes) String

func (*RequestCancelExternalWorkflowExecutionInitiatedEventAttributes) Unmarshal

Unmarshal an object of type RequestCancelExternalWorkflowExecutionInitiatedEventAttributes from the protobuf v3 wire format

type SignalExternalWorkflowExecutionFailedEventAttributes

type SignalExternalWorkflowExecutionFailedEventAttributes struct {
	Cause v12.SignalExternalWorkflowExecutionFailedCause `` /* 134-byte string literal not displayed */
	// The `WORKFLOW_TASK_COMPLETED` event which this command was reported with
	WorkflowTaskCompletedEventId int64 `` /* 152-byte string literal not displayed */
	// Namespace of the workflow which failed the signal.
	// SDKs and UI tools should use `namespace` field but server must use `namespace_id` only.
	Namespace         string                `protobuf:"bytes,3,opt,name=namespace,proto3" json:"namespace,omitempty"`
	NamespaceId       string                `protobuf:"bytes,7,opt,name=namespace_id,json=namespaceId,proto3" json:"namespace_id,omitempty"`
	WorkflowExecution *v1.WorkflowExecution `protobuf:"bytes,4,opt,name=workflow_execution,json=workflowExecution,proto3" json:"workflow_execution,omitempty"`
	InitiatedEventId  int64                 `protobuf:"varint,5,opt,name=initiated_event_id,json=initiatedEventId,proto3" json:"initiated_event_id,omitempty"`
	// Deprecated
	Control string `protobuf:"bytes,6,opt,name=control,proto3" json:"control,omitempty"`
	// contains filtered or unexported fields
}

func (*SignalExternalWorkflowExecutionFailedEventAttributes) Descriptor deprecated

Deprecated: Use SignalExternalWorkflowExecutionFailedEventAttributes.ProtoReflect.Descriptor instead.

func (*SignalExternalWorkflowExecutionFailedEventAttributes) Equal

func (this *SignalExternalWorkflowExecutionFailedEventAttributes) Equal(that interface{}) bool

Equal returns whether two SignalExternalWorkflowExecutionFailedEventAttributes values are equivalent by recursively comparing the message's fields. For more information see the documentation for https://pkg.golang.ir/google.golang.org/protobuf/proto#Equal

func (*SignalExternalWorkflowExecutionFailedEventAttributes) GetCause

func (*SignalExternalWorkflowExecutionFailedEventAttributes) GetControl

func (*SignalExternalWorkflowExecutionFailedEventAttributes) GetInitiatedEventId

func (*SignalExternalWorkflowExecutionFailedEventAttributes) GetNamespace

func (*SignalExternalWorkflowExecutionFailedEventAttributes) GetNamespaceId added in v1.8.0

func (*SignalExternalWorkflowExecutionFailedEventAttributes) GetWorkflowExecution

func (*SignalExternalWorkflowExecutionFailedEventAttributes) GetWorkflowTaskCompletedEventId

func (x *SignalExternalWorkflowExecutionFailedEventAttributes) GetWorkflowTaskCompletedEventId() int64

func (*SignalExternalWorkflowExecutionFailedEventAttributes) Marshal

Marshal an object of type SignalExternalWorkflowExecutionFailedEventAttributes to the protobuf v3 wire format

func (*SignalExternalWorkflowExecutionFailedEventAttributes) ProtoMessage

func (*SignalExternalWorkflowExecutionFailedEventAttributes) ProtoReflect added in v1.26.1

func (*SignalExternalWorkflowExecutionFailedEventAttributes) Reset

func (*SignalExternalWorkflowExecutionFailedEventAttributes) Size

Size returns the size of the object, in bytes, once serialized

func (*SignalExternalWorkflowExecutionFailedEventAttributes) String

func (*SignalExternalWorkflowExecutionFailedEventAttributes) Unmarshal

Unmarshal an object of type SignalExternalWorkflowExecutionFailedEventAttributes from the protobuf v3 wire format

type SignalExternalWorkflowExecutionInitiatedEventAttributes

type SignalExternalWorkflowExecutionInitiatedEventAttributes struct {

	// The `WORKFLOW_TASK_COMPLETED` event which this command was reported with
	WorkflowTaskCompletedEventId int64 `` /* 152-byte string literal not displayed */
	// Namespace of the to-be-signalled workflow.
	// SDKs and UI tools should use `namespace` field but server must use `namespace_id` only.
	Namespace         string                `protobuf:"bytes,2,opt,name=namespace,proto3" json:"namespace,omitempty"`
	NamespaceId       string                `protobuf:"bytes,9,opt,name=namespace_id,json=namespaceId,proto3" json:"namespace_id,omitempty"`
	WorkflowExecution *v1.WorkflowExecution `protobuf:"bytes,3,opt,name=workflow_execution,json=workflowExecution,proto3" json:"workflow_execution,omitempty"`
	// name/type of the signal to fire in the external workflow
	SignalName string `protobuf:"bytes,4,opt,name=signal_name,json=signalName,proto3" json:"signal_name,omitempty"`
	// Serialized arguments to provide to the signal handler
	Input *v1.Payloads `protobuf:"bytes,5,opt,name=input,proto3" json:"input,omitempty"`
	// Deprecated
	Control string `protobuf:"bytes,6,opt,name=control,proto3" json:"control,omitempty"`
	// Workers are expected to set this to true if the workflow they are requesting to cancel is
	// a child of the workflow which issued the request
	ChildWorkflowOnly bool       `protobuf:"varint,7,opt,name=child_workflow_only,json=childWorkflowOnly,proto3" json:"child_workflow_only,omitempty"`
	Header            *v1.Header `protobuf:"bytes,8,opt,name=header,proto3" json:"header,omitempty"`
	// contains filtered or unexported fields
}

func (*SignalExternalWorkflowExecutionInitiatedEventAttributes) Descriptor deprecated

Deprecated: Use SignalExternalWorkflowExecutionInitiatedEventAttributes.ProtoReflect.Descriptor instead.

func (*SignalExternalWorkflowExecutionInitiatedEventAttributes) Equal

func (this *SignalExternalWorkflowExecutionInitiatedEventAttributes) Equal(that interface{}) bool

Equal returns whether two SignalExternalWorkflowExecutionInitiatedEventAttributes values are equivalent by recursively comparing the message's fields. For more information see the documentation for https://pkg.golang.ir/google.golang.org/protobuf/proto#Equal

func (*SignalExternalWorkflowExecutionInitiatedEventAttributes) GetChildWorkflowOnly

func (*SignalExternalWorkflowExecutionInitiatedEventAttributes) GetControl

func (*SignalExternalWorkflowExecutionInitiatedEventAttributes) GetHeader added in v1.7.0

func (*SignalExternalWorkflowExecutionInitiatedEventAttributes) GetInput

func (*SignalExternalWorkflowExecutionInitiatedEventAttributes) GetNamespace

func (*SignalExternalWorkflowExecutionInitiatedEventAttributes) GetNamespaceId added in v1.8.0

func (*SignalExternalWorkflowExecutionInitiatedEventAttributes) GetSignalName

func (*SignalExternalWorkflowExecutionInitiatedEventAttributes) GetWorkflowExecution

func (*SignalExternalWorkflowExecutionInitiatedEventAttributes) GetWorkflowTaskCompletedEventId

func (x *SignalExternalWorkflowExecutionInitiatedEventAttributes) GetWorkflowTaskCompletedEventId() int64

func (*SignalExternalWorkflowExecutionInitiatedEventAttributes) Marshal

Marshal an object of type SignalExternalWorkflowExecutionInitiatedEventAttributes to the protobuf v3 wire format

func (*SignalExternalWorkflowExecutionInitiatedEventAttributes) ProtoMessage

func (*SignalExternalWorkflowExecutionInitiatedEventAttributes) ProtoReflect added in v1.26.1

func (*SignalExternalWorkflowExecutionInitiatedEventAttributes) Reset

func (*SignalExternalWorkflowExecutionInitiatedEventAttributes) Size

Size returns the size of the object, in bytes, once serialized

func (*SignalExternalWorkflowExecutionInitiatedEventAttributes) String

func (*SignalExternalWorkflowExecutionInitiatedEventAttributes) Unmarshal

Unmarshal an object of type SignalExternalWorkflowExecutionInitiatedEventAttributes from the protobuf v3 wire format

type StartChildWorkflowExecutionFailedEventAttributes

type StartChildWorkflowExecutionFailedEventAttributes struct {

	// Namespace of the child workflow.
	// SDKs and UI tools should use `namespace` field but server must use `namespace_id` only.
	Namespace    string                                     `protobuf:"bytes,1,opt,name=namespace,proto3" json:"namespace,omitempty"`
	NamespaceId  string                                     `protobuf:"bytes,8,opt,name=namespace_id,json=namespaceId,proto3" json:"namespace_id,omitempty"`
	WorkflowId   string                                     `protobuf:"bytes,2,opt,name=workflow_id,json=workflowId,proto3" json:"workflow_id,omitempty"`
	WorkflowType *v1.WorkflowType                           `protobuf:"bytes,3,opt,name=workflow_type,json=workflowType,proto3" json:"workflow_type,omitempty"`
	Cause        v12.StartChildWorkflowExecutionFailedCause `` /* 130-byte string literal not displayed */
	// Deprecated
	Control string `protobuf:"bytes,5,opt,name=control,proto3" json:"control,omitempty"`
	// Id of the `START_CHILD_WORKFLOW_EXECUTION_INITIATED` event which this event corresponds to
	InitiatedEventId int64 `protobuf:"varint,6,opt,name=initiated_event_id,json=initiatedEventId,proto3" json:"initiated_event_id,omitempty"`
	// The `WORKFLOW_TASK_COMPLETED` event which this command was reported with
	WorkflowTaskCompletedEventId int64 `` /* 152-byte string literal not displayed */
	// contains filtered or unexported fields
}

func (*StartChildWorkflowExecutionFailedEventAttributes) Descriptor deprecated

Deprecated: Use StartChildWorkflowExecutionFailedEventAttributes.ProtoReflect.Descriptor instead.

func (*StartChildWorkflowExecutionFailedEventAttributes) Equal

func (this *StartChildWorkflowExecutionFailedEventAttributes) Equal(that interface{}) bool

Equal returns whether two StartChildWorkflowExecutionFailedEventAttributes values are equivalent by recursively comparing the message's fields. For more information see the documentation for https://pkg.golang.ir/google.golang.org/protobuf/proto#Equal

func (*StartChildWorkflowExecutionFailedEventAttributes) GetCause

func (*StartChildWorkflowExecutionFailedEventAttributes) GetControl

func (*StartChildWorkflowExecutionFailedEventAttributes) GetInitiatedEventId

func (*StartChildWorkflowExecutionFailedEventAttributes) GetNamespace

func (*StartChildWorkflowExecutionFailedEventAttributes) GetNamespaceId added in v1.8.0

func (*StartChildWorkflowExecutionFailedEventAttributes) GetWorkflowId

func (*StartChildWorkflowExecutionFailedEventAttributes) GetWorkflowTaskCompletedEventId

func (x *StartChildWorkflowExecutionFailedEventAttributes) GetWorkflowTaskCompletedEventId() int64

func (*StartChildWorkflowExecutionFailedEventAttributes) GetWorkflowType

func (*StartChildWorkflowExecutionFailedEventAttributes) Marshal

Marshal an object of type StartChildWorkflowExecutionFailedEventAttributes to the protobuf v3 wire format

func (*StartChildWorkflowExecutionFailedEventAttributes) ProtoMessage

func (*StartChildWorkflowExecutionFailedEventAttributes) ProtoReflect added in v1.26.1

func (*StartChildWorkflowExecutionFailedEventAttributes) Reset

func (*StartChildWorkflowExecutionFailedEventAttributes) Size

Size returns the size of the object, in bytes, once serialized

func (*StartChildWorkflowExecutionFailedEventAttributes) String

func (*StartChildWorkflowExecutionFailedEventAttributes) Unmarshal

Unmarshal an object of type StartChildWorkflowExecutionFailedEventAttributes from the protobuf v3 wire format

type StartChildWorkflowExecutionInitiatedEventAttributes

type StartChildWorkflowExecutionInitiatedEventAttributes struct {

	// Namespace of the child workflow.
	// SDKs and UI tools should use `namespace` field but server must use `namespace_id` only.
	Namespace    string           `protobuf:"bytes,1,opt,name=namespace,proto3" json:"namespace,omitempty"`
	NamespaceId  string           `protobuf:"bytes,18,opt,name=namespace_id,json=namespaceId,proto3" json:"namespace_id,omitempty"`
	WorkflowId   string           `protobuf:"bytes,2,opt,name=workflow_id,json=workflowId,proto3" json:"workflow_id,omitempty"`
	WorkflowType *v1.WorkflowType `protobuf:"bytes,3,opt,name=workflow_type,json=workflowType,proto3" json:"workflow_type,omitempty"`
	TaskQueue    *v11.TaskQueue   `protobuf:"bytes,4,opt,name=task_queue,json=taskQueue,proto3" json:"task_queue,omitempty"`
	Input        *v1.Payloads     `protobuf:"bytes,5,opt,name=input,proto3" json:"input,omitempty"`
	// Total workflow execution timeout including retries and continue as new.
	WorkflowExecutionTimeout *durationpb.Duration `` /* 135-byte string literal not displayed */
	// Timeout of a single workflow run.
	WorkflowRunTimeout *durationpb.Duration `protobuf:"bytes,7,opt,name=workflow_run_timeout,json=workflowRunTimeout,proto3" json:"workflow_run_timeout,omitempty"`
	// Timeout of a single workflow task.
	WorkflowTaskTimeout *durationpb.Duration `protobuf:"bytes,8,opt,name=workflow_task_timeout,json=workflowTaskTimeout,proto3" json:"workflow_task_timeout,omitempty"`
	// Default: PARENT_CLOSE_POLICY_TERMINATE.
	ParentClosePolicy v12.ParentClosePolicy `` /* 160-byte string literal not displayed */
	// Deprecated
	Control string `protobuf:"bytes,10,opt,name=control,proto3" json:"control,omitempty"`
	// The `WORKFLOW_TASK_COMPLETED` event which this command was reported with
	WorkflowTaskCompletedEventId int64 `` /* 153-byte string literal not displayed */
	// Default: WORKFLOW_ID_REUSE_POLICY_ALLOW_DUPLICATE.
	WorkflowIdReusePolicy v12.WorkflowIdReusePolicy `` /* 179-byte string literal not displayed */
	RetryPolicy           *v1.RetryPolicy           `protobuf:"bytes,13,opt,name=retry_policy,json=retryPolicy,proto3" json:"retry_policy,omitempty"`
	// If this child runs on a cron schedule, it will appear here
	CronSchedule     string               `protobuf:"bytes,14,opt,name=cron_schedule,json=cronSchedule,proto3" json:"cron_schedule,omitempty"`
	Header           *v1.Header           `protobuf:"bytes,15,opt,name=header,proto3" json:"header,omitempty"`
	Memo             *v1.Memo             `protobuf:"bytes,16,opt,name=memo,proto3" json:"memo,omitempty"`
	SearchAttributes *v1.SearchAttributes `protobuf:"bytes,17,opt,name=search_attributes,json=searchAttributes,proto3" json:"search_attributes,omitempty"`
	// If this is set, the child workflow inherits the Build ID of the parent. Otherwise, the assignment
	// rules of the child's Task Queue will be used to independently assign a Build ID to it.
	InheritBuildId bool `protobuf:"varint,19,opt,name=inherit_build_id,json=inheritBuildId,proto3" json:"inherit_build_id,omitempty"`
	// contains filtered or unexported fields
}

func (*StartChildWorkflowExecutionInitiatedEventAttributes) Descriptor deprecated

Deprecated: Use StartChildWorkflowExecutionInitiatedEventAttributes.ProtoReflect.Descriptor instead.

func (*StartChildWorkflowExecutionInitiatedEventAttributes) Equal

func (this *StartChildWorkflowExecutionInitiatedEventAttributes) Equal(that interface{}) bool

Equal returns whether two StartChildWorkflowExecutionInitiatedEventAttributes values are equivalent by recursively comparing the message's fields. For more information see the documentation for https://pkg.golang.ir/google.golang.org/protobuf/proto#Equal

func (*StartChildWorkflowExecutionInitiatedEventAttributes) GetControl

func (*StartChildWorkflowExecutionInitiatedEventAttributes) GetCronSchedule

func (*StartChildWorkflowExecutionInitiatedEventAttributes) GetHeader

func (*StartChildWorkflowExecutionInitiatedEventAttributes) GetInheritBuildId added in v1.32.0

func (*StartChildWorkflowExecutionInitiatedEventAttributes) GetInput

func (*StartChildWorkflowExecutionInitiatedEventAttributes) GetMemo

func (*StartChildWorkflowExecutionInitiatedEventAttributes) GetNamespace

func (*StartChildWorkflowExecutionInitiatedEventAttributes) GetNamespaceId added in v1.8.0

func (*StartChildWorkflowExecutionInitiatedEventAttributes) GetParentClosePolicy

func (*StartChildWorkflowExecutionInitiatedEventAttributes) GetRetryPolicy

func (*StartChildWorkflowExecutionInitiatedEventAttributes) GetSearchAttributes

func (*StartChildWorkflowExecutionInitiatedEventAttributes) GetTaskQueue

func (*StartChildWorkflowExecutionInitiatedEventAttributes) GetWorkflowExecutionTimeout added in v0.28.0

func (*StartChildWorkflowExecutionInitiatedEventAttributes) GetWorkflowId

func (*StartChildWorkflowExecutionInitiatedEventAttributes) GetWorkflowIdReusePolicy

func (*StartChildWorkflowExecutionInitiatedEventAttributes) GetWorkflowRunTimeout added in v0.28.0

func (*StartChildWorkflowExecutionInitiatedEventAttributes) GetWorkflowTaskCompletedEventId

func (x *StartChildWorkflowExecutionInitiatedEventAttributes) GetWorkflowTaskCompletedEventId() int64

func (*StartChildWorkflowExecutionInitiatedEventAttributes) GetWorkflowTaskTimeout added in v0.28.0

func (*StartChildWorkflowExecutionInitiatedEventAttributes) GetWorkflowType

func (*StartChildWorkflowExecutionInitiatedEventAttributes) Marshal

Marshal an object of type StartChildWorkflowExecutionInitiatedEventAttributes to the protobuf v3 wire format

func (*StartChildWorkflowExecutionInitiatedEventAttributes) ProtoMessage

func (*StartChildWorkflowExecutionInitiatedEventAttributes) ProtoReflect added in v1.26.1

func (*StartChildWorkflowExecutionInitiatedEventAttributes) Reset

func (*StartChildWorkflowExecutionInitiatedEventAttributes) Size

Size returns the size of the object, in bytes, once serialized

func (*StartChildWorkflowExecutionInitiatedEventAttributes) String

func (*StartChildWorkflowExecutionInitiatedEventAttributes) Unmarshal

Unmarshal an object of type StartChildWorkflowExecutionInitiatedEventAttributes from the protobuf v3 wire format

type TimerCanceledEventAttributes

type TimerCanceledEventAttributes struct {

	// Will match the `timer_id` from `TIMER_STARTED` event for this timer
	TimerId string `protobuf:"bytes,1,opt,name=timer_id,json=timerId,proto3" json:"timer_id,omitempty"`
	// The id of the `TIMER_STARTED` event itself
	StartedEventId int64 `protobuf:"varint,2,opt,name=started_event_id,json=startedEventId,proto3" json:"started_event_id,omitempty"`
	// The `WORKFLOW_TASK_COMPLETED` event which this command was reported with
	WorkflowTaskCompletedEventId int64 `` /* 152-byte string literal not displayed */
	// The id of the worker who requested this cancel
	Identity string `protobuf:"bytes,4,opt,name=identity,proto3" json:"identity,omitempty"`
	// contains filtered or unexported fields
}

func (*TimerCanceledEventAttributes) Descriptor deprecated

func (*TimerCanceledEventAttributes) Descriptor() ([]byte, []int)

Deprecated: Use TimerCanceledEventAttributes.ProtoReflect.Descriptor instead.

func (*TimerCanceledEventAttributes) Equal

func (this *TimerCanceledEventAttributes) Equal(that interface{}) bool

Equal returns whether two TimerCanceledEventAttributes values are equivalent by recursively comparing the message's fields. For more information see the documentation for https://pkg.golang.ir/google.golang.org/protobuf/proto#Equal

func (*TimerCanceledEventAttributes) GetIdentity

func (x *TimerCanceledEventAttributes) GetIdentity() string

func (*TimerCanceledEventAttributes) GetStartedEventId

func (x *TimerCanceledEventAttributes) GetStartedEventId() int64

func (*TimerCanceledEventAttributes) GetTimerId

func (x *TimerCanceledEventAttributes) GetTimerId() string

func (*TimerCanceledEventAttributes) GetWorkflowTaskCompletedEventId

func (x *TimerCanceledEventAttributes) GetWorkflowTaskCompletedEventId() int64

func (*TimerCanceledEventAttributes) Marshal

func (val *TimerCanceledEventAttributes) Marshal() ([]byte, error)

Marshal an object of type TimerCanceledEventAttributes to the protobuf v3 wire format

func (*TimerCanceledEventAttributes) ProtoMessage

func (*TimerCanceledEventAttributes) ProtoMessage()

func (*TimerCanceledEventAttributes) ProtoReflect added in v1.26.1

func (*TimerCanceledEventAttributes) Reset

func (x *TimerCanceledEventAttributes) Reset()

func (*TimerCanceledEventAttributes) Size

func (val *TimerCanceledEventAttributes) Size() int

Size returns the size of the object, in bytes, once serialized

func (*TimerCanceledEventAttributes) String

func (*TimerCanceledEventAttributes) Unmarshal

func (val *TimerCanceledEventAttributes) Unmarshal(buf []byte) error

Unmarshal an object of type TimerCanceledEventAttributes from the protobuf v3 wire format

type TimerFiredEventAttributes

type TimerFiredEventAttributes struct {

	// Will match the `timer_id` from `TIMER_STARTED` event for this timer
	TimerId string `protobuf:"bytes,1,opt,name=timer_id,json=timerId,proto3" json:"timer_id,omitempty"`
	// The id of the `TIMER_STARTED` event itself
	StartedEventId int64 `protobuf:"varint,2,opt,name=started_event_id,json=startedEventId,proto3" json:"started_event_id,omitempty"`
	// contains filtered or unexported fields
}

func (*TimerFiredEventAttributes) Descriptor deprecated

func (*TimerFiredEventAttributes) Descriptor() ([]byte, []int)

Deprecated: Use TimerFiredEventAttributes.ProtoReflect.Descriptor instead.

func (*TimerFiredEventAttributes) Equal

func (this *TimerFiredEventAttributes) Equal(that interface{}) bool

Equal returns whether two TimerFiredEventAttributes values are equivalent by recursively comparing the message's fields. For more information see the documentation for https://pkg.golang.ir/google.golang.org/protobuf/proto#Equal

func (*TimerFiredEventAttributes) GetStartedEventId

func (x *TimerFiredEventAttributes) GetStartedEventId() int64

func (*TimerFiredEventAttributes) GetTimerId

func (x *TimerFiredEventAttributes) GetTimerId() string

func (*TimerFiredEventAttributes) Marshal

func (val *TimerFiredEventAttributes) Marshal() ([]byte, error)

Marshal an object of type TimerFiredEventAttributes to the protobuf v3 wire format

func (*TimerFiredEventAttributes) ProtoMessage

func (*TimerFiredEventAttributes) ProtoMessage()

func (*TimerFiredEventAttributes) ProtoReflect added in v1.26.1

func (*TimerFiredEventAttributes) Reset

func (x *TimerFiredEventAttributes) Reset()

func (*TimerFiredEventAttributes) Size

func (val *TimerFiredEventAttributes) Size() int

Size returns the size of the object, in bytes, once serialized

func (*TimerFiredEventAttributes) String

func (x *TimerFiredEventAttributes) String() string

func (*TimerFiredEventAttributes) Unmarshal

func (val *TimerFiredEventAttributes) Unmarshal(buf []byte) error

Unmarshal an object of type TimerFiredEventAttributes from the protobuf v3 wire format

type TimerStartedEventAttributes

type TimerStartedEventAttributes struct {

	// The worker/user assigned id for this timer
	TimerId string `protobuf:"bytes,1,opt,name=timer_id,json=timerId,proto3" json:"timer_id,omitempty"`
	// How long until this timer fires
	//
	// (-- api-linter: core::0140::prepositions=disabled
	//
	//	aip.dev/not-precedent: "to" is used to indicate interval. --)
	StartToFireTimeout *durationpb.Duration `protobuf:"bytes,2,opt,name=start_to_fire_timeout,json=startToFireTimeout,proto3" json:"start_to_fire_timeout,omitempty"`
	// The `WORKFLOW_TASK_COMPLETED` event which this command was reported with
	WorkflowTaskCompletedEventId int64 `` /* 152-byte string literal not displayed */
	// contains filtered or unexported fields
}

func (*TimerStartedEventAttributes) Descriptor deprecated

func (*TimerStartedEventAttributes) Descriptor() ([]byte, []int)

Deprecated: Use TimerStartedEventAttributes.ProtoReflect.Descriptor instead.

func (*TimerStartedEventAttributes) Equal

func (this *TimerStartedEventAttributes) Equal(that interface{}) bool

Equal returns whether two TimerStartedEventAttributes values are equivalent by recursively comparing the message's fields. For more information see the documentation for https://pkg.golang.ir/google.golang.org/protobuf/proto#Equal

func (*TimerStartedEventAttributes) GetStartToFireTimeout added in v0.28.0

func (x *TimerStartedEventAttributes) GetStartToFireTimeout() *durationpb.Duration

func (*TimerStartedEventAttributes) GetTimerId

func (x *TimerStartedEventAttributes) GetTimerId() string

func (*TimerStartedEventAttributes) GetWorkflowTaskCompletedEventId

func (x *TimerStartedEventAttributes) GetWorkflowTaskCompletedEventId() int64

func (*TimerStartedEventAttributes) Marshal

func (val *TimerStartedEventAttributes) Marshal() ([]byte, error)

Marshal an object of type TimerStartedEventAttributes to the protobuf v3 wire format

func (*TimerStartedEventAttributes) ProtoMessage

func (*TimerStartedEventAttributes) ProtoMessage()

func (*TimerStartedEventAttributes) ProtoReflect added in v1.26.1

func (*TimerStartedEventAttributes) Reset

func (x *TimerStartedEventAttributes) Reset()

func (*TimerStartedEventAttributes) Size

func (val *TimerStartedEventAttributes) Size() int

Size returns the size of the object, in bytes, once serialized

func (*TimerStartedEventAttributes) String

func (x *TimerStartedEventAttributes) String() string

func (*TimerStartedEventAttributes) Unmarshal

func (val *TimerStartedEventAttributes) Unmarshal(buf []byte) error

Unmarshal an object of type TimerStartedEventAttributes from the protobuf v3 wire format

type UpsertWorkflowSearchAttributesEventAttributes

type UpsertWorkflowSearchAttributesEventAttributes struct {

	// The `WORKFLOW_TASK_COMPLETED` event which this command was reported with
	WorkflowTaskCompletedEventId int64                `` /* 152-byte string literal not displayed */
	SearchAttributes             *v1.SearchAttributes `protobuf:"bytes,2,opt,name=search_attributes,json=searchAttributes,proto3" json:"search_attributes,omitempty"`
	// contains filtered or unexported fields
}

func (*UpsertWorkflowSearchAttributesEventAttributes) Descriptor deprecated

Deprecated: Use UpsertWorkflowSearchAttributesEventAttributes.ProtoReflect.Descriptor instead.

func (*UpsertWorkflowSearchAttributesEventAttributes) Equal

func (this *UpsertWorkflowSearchAttributesEventAttributes) Equal(that interface{}) bool

Equal returns whether two UpsertWorkflowSearchAttributesEventAttributes values are equivalent by recursively comparing the message's fields. For more information see the documentation for https://pkg.golang.ir/google.golang.org/protobuf/proto#Equal

func (*UpsertWorkflowSearchAttributesEventAttributes) GetSearchAttributes

func (*UpsertWorkflowSearchAttributesEventAttributes) GetWorkflowTaskCompletedEventId

func (x *UpsertWorkflowSearchAttributesEventAttributes) GetWorkflowTaskCompletedEventId() int64

func (*UpsertWorkflowSearchAttributesEventAttributes) Marshal

Marshal an object of type UpsertWorkflowSearchAttributesEventAttributes to the protobuf v3 wire format

func (*UpsertWorkflowSearchAttributesEventAttributes) ProtoMessage

func (*UpsertWorkflowSearchAttributesEventAttributes) ProtoReflect added in v1.26.1

func (*UpsertWorkflowSearchAttributesEventAttributes) Reset

func (*UpsertWorkflowSearchAttributesEventAttributes) Size

Size returns the size of the object, in bytes, once serialized

func (*UpsertWorkflowSearchAttributesEventAttributes) String

func (*UpsertWorkflowSearchAttributesEventAttributes) Unmarshal

Unmarshal an object of type UpsertWorkflowSearchAttributesEventAttributes from the protobuf v3 wire format

type WorkflowExecutionCancelRequestedEventAttributes

type WorkflowExecutionCancelRequestedEventAttributes struct {

	// User provided reason for requesting cancellation
	// TODO: shall we create a new field with name "reason" and deprecate this one?
	Cause string `protobuf:"bytes,1,opt,name=cause,proto3" json:"cause,omitempty"`
	// TODO: Is this the ID of the event in the workflow which initiated this cancel, if there was one?
	ExternalInitiatedEventId  int64                 `` /* 138-byte string literal not displayed */
	ExternalWorkflowExecution *v1.WorkflowExecution `` /* 138-byte string literal not displayed */
	// id of the worker or client who requested this cancel
	Identity string `protobuf:"bytes,4,opt,name=identity,proto3" json:"identity,omitempty"`
	// contains filtered or unexported fields
}

func (*WorkflowExecutionCancelRequestedEventAttributes) Descriptor deprecated

Deprecated: Use WorkflowExecutionCancelRequestedEventAttributes.ProtoReflect.Descriptor instead.

func (*WorkflowExecutionCancelRequestedEventAttributes) Equal

func (this *WorkflowExecutionCancelRequestedEventAttributes) Equal(that interface{}) bool

Equal returns whether two WorkflowExecutionCancelRequestedEventAttributes values are equivalent by recursively comparing the message's fields. For more information see the documentation for https://pkg.golang.ir/google.golang.org/protobuf/proto#Equal

func (*WorkflowExecutionCancelRequestedEventAttributes) GetCause

func (*WorkflowExecutionCancelRequestedEventAttributes) GetExternalInitiatedEventId

func (x *WorkflowExecutionCancelRequestedEventAttributes) GetExternalInitiatedEventId() int64

func (*WorkflowExecutionCancelRequestedEventAttributes) GetExternalWorkflowExecution

func (x *WorkflowExecutionCancelRequestedEventAttributes) GetExternalWorkflowExecution() *v1.WorkflowExecution

func (*WorkflowExecutionCancelRequestedEventAttributes) GetIdentity

func (*WorkflowExecutionCancelRequestedEventAttributes) Marshal

Marshal an object of type WorkflowExecutionCancelRequestedEventAttributes to the protobuf v3 wire format

func (*WorkflowExecutionCancelRequestedEventAttributes) ProtoMessage

func (*WorkflowExecutionCancelRequestedEventAttributes) ProtoReflect added in v1.26.1

func (*WorkflowExecutionCancelRequestedEventAttributes) Reset

func (*WorkflowExecutionCancelRequestedEventAttributes) Size

Size returns the size of the object, in bytes, once serialized

func (*WorkflowExecutionCancelRequestedEventAttributes) String

func (*WorkflowExecutionCancelRequestedEventAttributes) Unmarshal

Unmarshal an object of type WorkflowExecutionCancelRequestedEventAttributes from the protobuf v3 wire format

type WorkflowExecutionCanceledEventAttributes

type WorkflowExecutionCanceledEventAttributes struct {

	// The `WORKFLOW_TASK_COMPLETED` event which this command was reported with
	WorkflowTaskCompletedEventId int64        `` /* 152-byte string literal not displayed */
	Details                      *v1.Payloads `protobuf:"bytes,2,opt,name=details,proto3" json:"details,omitempty"`
	// contains filtered or unexported fields
}

func (*WorkflowExecutionCanceledEventAttributes) Descriptor deprecated

func (*WorkflowExecutionCanceledEventAttributes) Descriptor() ([]byte, []int)

Deprecated: Use WorkflowExecutionCanceledEventAttributes.ProtoReflect.Descriptor instead.

func (*WorkflowExecutionCanceledEventAttributes) Equal

func (this *WorkflowExecutionCanceledEventAttributes) Equal(that interface{}) bool

Equal returns whether two WorkflowExecutionCanceledEventAttributes values are equivalent by recursively comparing the message's fields. For more information see the documentation for https://pkg.golang.ir/google.golang.org/protobuf/proto#Equal

func (*WorkflowExecutionCanceledEventAttributes) GetDetails

func (*WorkflowExecutionCanceledEventAttributes) GetWorkflowTaskCompletedEventId

func (x *WorkflowExecutionCanceledEventAttributes) GetWorkflowTaskCompletedEventId() int64

func (*WorkflowExecutionCanceledEventAttributes) Marshal

Marshal an object of type WorkflowExecutionCanceledEventAttributes to the protobuf v3 wire format

func (*WorkflowExecutionCanceledEventAttributes) ProtoMessage

func (*WorkflowExecutionCanceledEventAttributes) ProtoReflect added in v1.26.1

func (*WorkflowExecutionCanceledEventAttributes) Reset

func (*WorkflowExecutionCanceledEventAttributes) Size

Size returns the size of the object, in bytes, once serialized

func (*WorkflowExecutionCanceledEventAttributes) String

func (*WorkflowExecutionCanceledEventAttributes) Unmarshal

func (val *WorkflowExecutionCanceledEventAttributes) Unmarshal(buf []byte) error

Unmarshal an object of type WorkflowExecutionCanceledEventAttributes from the protobuf v3 wire format

type WorkflowExecutionCompletedEventAttributes

type WorkflowExecutionCompletedEventAttributes struct {

	// Serialized result of workflow completion (ie: The return value of the workflow function)
	Result *v1.Payloads `protobuf:"bytes,1,opt,name=result,proto3" json:"result,omitempty"`
	// The `WORKFLOW_TASK_COMPLETED` event which this command was reported with
	WorkflowTaskCompletedEventId int64 `` /* 152-byte string literal not displayed */
	// If another run is started by cron, this contains the new run id.
	NewExecutionRunId string `protobuf:"bytes,3,opt,name=new_execution_run_id,json=newExecutionRunId,proto3" json:"new_execution_run_id,omitempty"`
	// contains filtered or unexported fields
}

func (*WorkflowExecutionCompletedEventAttributes) Descriptor deprecated

func (*WorkflowExecutionCompletedEventAttributes) Descriptor() ([]byte, []int)

Deprecated: Use WorkflowExecutionCompletedEventAttributes.ProtoReflect.Descriptor instead.

func (*WorkflowExecutionCompletedEventAttributes) Equal

func (this *WorkflowExecutionCompletedEventAttributes) Equal(that interface{}) bool

Equal returns whether two WorkflowExecutionCompletedEventAttributes values are equivalent by recursively comparing the message's fields. For more information see the documentation for https://pkg.golang.ir/google.golang.org/protobuf/proto#Equal

func (*WorkflowExecutionCompletedEventAttributes) GetNewExecutionRunId added in v1.5.0

func (x *WorkflowExecutionCompletedEventAttributes) GetNewExecutionRunId() string

func (*WorkflowExecutionCompletedEventAttributes) GetResult

func (*WorkflowExecutionCompletedEventAttributes) GetWorkflowTaskCompletedEventId

func (x *WorkflowExecutionCompletedEventAttributes) GetWorkflowTaskCompletedEventId() int64

func (*WorkflowExecutionCompletedEventAttributes) Marshal

Marshal an object of type WorkflowExecutionCompletedEventAttributes to the protobuf v3 wire format

func (*WorkflowExecutionCompletedEventAttributes) ProtoMessage

func (*WorkflowExecutionCompletedEventAttributes) ProtoReflect added in v1.26.1

func (*WorkflowExecutionCompletedEventAttributes) Reset

func (*WorkflowExecutionCompletedEventAttributes) Size

Size returns the size of the object, in bytes, once serialized

func (*WorkflowExecutionCompletedEventAttributes) String

func (*WorkflowExecutionCompletedEventAttributes) Unmarshal

Unmarshal an object of type WorkflowExecutionCompletedEventAttributes from the protobuf v3 wire format

type WorkflowExecutionContinuedAsNewEventAttributes

type WorkflowExecutionContinuedAsNewEventAttributes struct {

	// The run ID of the new workflow started by this continue-as-new
	NewExecutionRunId string           `protobuf:"bytes,1,opt,name=new_execution_run_id,json=newExecutionRunId,proto3" json:"new_execution_run_id,omitempty"`
	WorkflowType      *v1.WorkflowType `protobuf:"bytes,2,opt,name=workflow_type,json=workflowType,proto3" json:"workflow_type,omitempty"`
	TaskQueue         *v11.TaskQueue   `protobuf:"bytes,3,opt,name=task_queue,json=taskQueue,proto3" json:"task_queue,omitempty"`
	Input             *v1.Payloads     `protobuf:"bytes,4,opt,name=input,proto3" json:"input,omitempty"`
	// Timeout of a single workflow run.
	WorkflowRunTimeout *durationpb.Duration `protobuf:"bytes,5,opt,name=workflow_run_timeout,json=workflowRunTimeout,proto3" json:"workflow_run_timeout,omitempty"`
	// Timeout of a single workflow task.
	WorkflowTaskTimeout *durationpb.Duration `protobuf:"bytes,6,opt,name=workflow_task_timeout,json=workflowTaskTimeout,proto3" json:"workflow_task_timeout,omitempty"`
	// The `WORKFLOW_TASK_COMPLETED` event which this command was reported with
	WorkflowTaskCompletedEventId int64 `` /* 152-byte string literal not displayed */
	// TODO: How and is this used?
	BackoffStartInterval *durationpb.Duration       `protobuf:"bytes,8,opt,name=backoff_start_interval,json=backoffStartInterval,proto3" json:"backoff_start_interval,omitempty"`
	Initiator            v12.ContinueAsNewInitiator `protobuf:"varint,9,opt,name=initiator,proto3,enum=temporal.api.enums.v1.ContinueAsNewInitiator" json:"initiator,omitempty"`
	// TODO: David are these right?
	// Deprecated. If a workflow's retry policy would cause a new run to start when the current one
	// has failed, this field would be populated with that failure. Now (when supported by server
	// and sdk) the final event will be `WORKFLOW_EXECUTION_FAILED` with `new_execution_run_id` set.
	Failure *v13.Failure `protobuf:"bytes,10,opt,name=failure,proto3" json:"failure,omitempty"`
	// TODO: Is this the result of *this* workflow as it continued-as-new?
	LastCompletionResult *v1.Payloads         `protobuf:"bytes,11,opt,name=last_completion_result,json=lastCompletionResult,proto3" json:"last_completion_result,omitempty"`
	Header               *v1.Header           `protobuf:"bytes,12,opt,name=header,proto3" json:"header,omitempty"`
	Memo                 *v1.Memo             `protobuf:"bytes,13,opt,name=memo,proto3" json:"memo,omitempty"`
	SearchAttributes     *v1.SearchAttributes `protobuf:"bytes,14,opt,name=search_attributes,json=searchAttributes,proto3" json:"search_attributes,omitempty"`
	// If this is set, the new execution inherits the Build ID of the current execution. Otherwise,
	// the assignment rules will be used to independently assign a Build ID to the new execution.
	InheritBuildId bool `protobuf:"varint,15,opt,name=inherit_build_id,json=inheritBuildId,proto3" json:"inherit_build_id,omitempty"`
	// contains filtered or unexported fields
}

func (*WorkflowExecutionContinuedAsNewEventAttributes) Descriptor deprecated

Deprecated: Use WorkflowExecutionContinuedAsNewEventAttributes.ProtoReflect.Descriptor instead.

func (*WorkflowExecutionContinuedAsNewEventAttributes) Equal

func (this *WorkflowExecutionContinuedAsNewEventAttributes) Equal(that interface{}) bool

Equal returns whether two WorkflowExecutionContinuedAsNewEventAttributes values are equivalent by recursively comparing the message's fields. For more information see the documentation for https://pkg.golang.ir/google.golang.org/protobuf/proto#Equal

func (*WorkflowExecutionContinuedAsNewEventAttributes) GetBackoffStartInterval added in v0.28.0

func (*WorkflowExecutionContinuedAsNewEventAttributes) GetFailure

func (*WorkflowExecutionContinuedAsNewEventAttributes) GetHeader

func (*WorkflowExecutionContinuedAsNewEventAttributes) GetInheritBuildId added in v1.32.0

func (*WorkflowExecutionContinuedAsNewEventAttributes) GetInitiator

func (*WorkflowExecutionContinuedAsNewEventAttributes) GetInput

func (*WorkflowExecutionContinuedAsNewEventAttributes) GetLastCompletionResult

func (x *WorkflowExecutionContinuedAsNewEventAttributes) GetLastCompletionResult() *v1.Payloads

func (*WorkflowExecutionContinuedAsNewEventAttributes) GetMemo

func (*WorkflowExecutionContinuedAsNewEventAttributes) GetNewExecutionRunId

func (x *WorkflowExecutionContinuedAsNewEventAttributes) GetNewExecutionRunId() string

func (*WorkflowExecutionContinuedAsNewEventAttributes) GetSearchAttributes

func (*WorkflowExecutionContinuedAsNewEventAttributes) GetTaskQueue

func (*WorkflowExecutionContinuedAsNewEventAttributes) GetWorkflowRunTimeout added in v0.28.0

func (*WorkflowExecutionContinuedAsNewEventAttributes) GetWorkflowTaskCompletedEventId

func (x *WorkflowExecutionContinuedAsNewEventAttributes) GetWorkflowTaskCompletedEventId() int64

func (*WorkflowExecutionContinuedAsNewEventAttributes) GetWorkflowTaskTimeout added in v0.28.0

func (*WorkflowExecutionContinuedAsNewEventAttributes) GetWorkflowType

func (*WorkflowExecutionContinuedAsNewEventAttributes) Marshal

Marshal an object of type WorkflowExecutionContinuedAsNewEventAttributes to the protobuf v3 wire format

func (*WorkflowExecutionContinuedAsNewEventAttributes) ProtoMessage

func (*WorkflowExecutionContinuedAsNewEventAttributes) ProtoReflect added in v1.26.1

func (*WorkflowExecutionContinuedAsNewEventAttributes) Reset

func (*WorkflowExecutionContinuedAsNewEventAttributes) Size

Size returns the size of the object, in bytes, once serialized

func (*WorkflowExecutionContinuedAsNewEventAttributes) String

func (*WorkflowExecutionContinuedAsNewEventAttributes) Unmarshal

Unmarshal an object of type WorkflowExecutionContinuedAsNewEventAttributes from the protobuf v3 wire format

type WorkflowExecutionFailedEventAttributes

type WorkflowExecutionFailedEventAttributes struct {

	// Serialized result of workflow failure (ex: An exception thrown, or error returned)
	Failure    *v13.Failure   `protobuf:"bytes,1,opt,name=failure,proto3" json:"failure,omitempty"`
	RetryState v12.RetryState `` /* 130-byte string literal not displayed */
	// The `WORKFLOW_TASK_COMPLETED` event which this command was reported with
	WorkflowTaskCompletedEventId int64 `` /* 152-byte string literal not displayed */
	// If another run is started by cron or retry, this contains the new run id.
	NewExecutionRunId string `protobuf:"bytes,4,opt,name=new_execution_run_id,json=newExecutionRunId,proto3" json:"new_execution_run_id,omitempty"`
	// contains filtered or unexported fields
}

func (*WorkflowExecutionFailedEventAttributes) Descriptor deprecated

func (*WorkflowExecutionFailedEventAttributes) Descriptor() ([]byte, []int)

Deprecated: Use WorkflowExecutionFailedEventAttributes.ProtoReflect.Descriptor instead.

func (*WorkflowExecutionFailedEventAttributes) Equal

func (this *WorkflowExecutionFailedEventAttributes) Equal(that interface{}) bool

Equal returns whether two WorkflowExecutionFailedEventAttributes values are equivalent by recursively comparing the message's fields. For more information see the documentation for https://pkg.golang.ir/google.golang.org/protobuf/proto#Equal

func (*WorkflowExecutionFailedEventAttributes) GetFailure

func (*WorkflowExecutionFailedEventAttributes) GetNewExecutionRunId added in v1.5.0

func (x *WorkflowExecutionFailedEventAttributes) GetNewExecutionRunId() string

func (*WorkflowExecutionFailedEventAttributes) GetRetryState

func (*WorkflowExecutionFailedEventAttributes) GetWorkflowTaskCompletedEventId

func (x *WorkflowExecutionFailedEventAttributes) GetWorkflowTaskCompletedEventId() int64

func (*WorkflowExecutionFailedEventAttributes) Marshal

Marshal an object of type WorkflowExecutionFailedEventAttributes to the protobuf v3 wire format

func (*WorkflowExecutionFailedEventAttributes) ProtoMessage

func (*WorkflowExecutionFailedEventAttributes) ProtoReflect added in v1.26.1

func (*WorkflowExecutionFailedEventAttributes) Reset

func (*WorkflowExecutionFailedEventAttributes) Size

Size returns the size of the object, in bytes, once serialized

func (*WorkflowExecutionFailedEventAttributes) String

func (*WorkflowExecutionFailedEventAttributes) Unmarshal

func (val *WorkflowExecutionFailedEventAttributes) Unmarshal(buf []byte) error

Unmarshal an object of type WorkflowExecutionFailedEventAttributes from the protobuf v3 wire format

type WorkflowExecutionSignaledEventAttributes

type WorkflowExecutionSignaledEventAttributes struct {

	// The name/type of the signal to fire
	SignalName string `protobuf:"bytes,1,opt,name=signal_name,json=signalName,proto3" json:"signal_name,omitempty"`
	// Will be deserialized and provided as argument(s) to the signal handler
	Input *v1.Payloads `protobuf:"bytes,2,opt,name=input,proto3" json:"input,omitempty"`
	// id of the worker/client who sent this signal
	Identity string `protobuf:"bytes,3,opt,name=identity,proto3" json:"identity,omitempty"`
	// Headers that were passed by the sender of the signal and copied by temporal
	// server into the workflow task.
	Header *v1.Header `protobuf:"bytes,4,opt,name=header,proto3" json:"header,omitempty"`
	// Indicates the signal did not generate a new workflow task when received.
	SkipGenerateWorkflowTask bool `` /* 138-byte string literal not displayed */
	// When signal origin is a workflow execution, this field is set.
	ExternalWorkflowExecution *v1.WorkflowExecution `` /* 138-byte string literal not displayed */
	// contains filtered or unexported fields
}

func (*WorkflowExecutionSignaledEventAttributes) Descriptor deprecated

func (*WorkflowExecutionSignaledEventAttributes) Descriptor() ([]byte, []int)

Deprecated: Use WorkflowExecutionSignaledEventAttributes.ProtoReflect.Descriptor instead.

func (*WorkflowExecutionSignaledEventAttributes) Equal

func (this *WorkflowExecutionSignaledEventAttributes) Equal(that interface{}) bool

Equal returns whether two WorkflowExecutionSignaledEventAttributes values are equivalent by recursively comparing the message's fields. For more information see the documentation for https://pkg.golang.ir/google.golang.org/protobuf/proto#Equal

func (*WorkflowExecutionSignaledEventAttributes) GetExternalWorkflowExecution added in v1.27.0

func (x *WorkflowExecutionSignaledEventAttributes) GetExternalWorkflowExecution() *v1.WorkflowExecution

func (*WorkflowExecutionSignaledEventAttributes) GetHeader added in v1.6.0

func (*WorkflowExecutionSignaledEventAttributes) GetIdentity

func (*WorkflowExecutionSignaledEventAttributes) GetInput

func (*WorkflowExecutionSignaledEventAttributes) GetSignalName

func (*WorkflowExecutionSignaledEventAttributes) GetSkipGenerateWorkflowTask added in v1.21.0

func (x *WorkflowExecutionSignaledEventAttributes) GetSkipGenerateWorkflowTask() bool

func (*WorkflowExecutionSignaledEventAttributes) Marshal

Marshal an object of type WorkflowExecutionSignaledEventAttributes to the protobuf v3 wire format

func (*WorkflowExecutionSignaledEventAttributes) ProtoMessage

func (*WorkflowExecutionSignaledEventAttributes) ProtoReflect added in v1.26.1

func (*WorkflowExecutionSignaledEventAttributes) Reset

func (*WorkflowExecutionSignaledEventAttributes) Size

Size returns the size of the object, in bytes, once serialized

func (*WorkflowExecutionSignaledEventAttributes) String

func (*WorkflowExecutionSignaledEventAttributes) Unmarshal

func (val *WorkflowExecutionSignaledEventAttributes) Unmarshal(buf []byte) error

Unmarshal an object of type WorkflowExecutionSignaledEventAttributes from the protobuf v3 wire format

type WorkflowExecutionStartedEventAttributes

type WorkflowExecutionStartedEventAttributes struct {
	WorkflowType *v1.WorkflowType `protobuf:"bytes,1,opt,name=workflow_type,json=workflowType,proto3" json:"workflow_type,omitempty"`
	// If this workflow is a child, the namespace our parent lives in.
	// SDKs and UI tools should use `parent_workflow_namespace` field but server must use `parent_workflow_namespace_id` only.
	ParentWorkflowNamespace   string `` /* 132-byte string literal not displayed */
	ParentWorkflowNamespaceId string `` /* 141-byte string literal not displayed */
	// Contains information about parent workflow execution that initiated the child workflow these attributes belong to.
	// If the workflow these attributes belong to is not a child workflow of any other execution, this field will not be populated.
	ParentWorkflowExecution *v1.WorkflowExecution `` /* 132-byte string literal not displayed */
	// EventID of the child execution initiated event in parent workflow
	ParentInitiatedEventId int64          `` /* 132-byte string literal not displayed */
	TaskQueue              *v11.TaskQueue `protobuf:"bytes,5,opt,name=task_queue,json=taskQueue,proto3" json:"task_queue,omitempty"`
	// SDK will deserialize this and provide it as arguments to the workflow function
	Input *v1.Payloads `protobuf:"bytes,6,opt,name=input,proto3" json:"input,omitempty"`
	// Total workflow execution timeout including retries and continue as new.
	WorkflowExecutionTimeout *durationpb.Duration `` /* 135-byte string literal not displayed */
	// Timeout of a single workflow run.
	WorkflowRunTimeout *durationpb.Duration `protobuf:"bytes,8,opt,name=workflow_run_timeout,json=workflowRunTimeout,proto3" json:"workflow_run_timeout,omitempty"`
	// Timeout of a single workflow task.
	WorkflowTaskTimeout *durationpb.Duration `protobuf:"bytes,9,opt,name=workflow_task_timeout,json=workflowTaskTimeout,proto3" json:"workflow_task_timeout,omitempty"`
	// Run id of the previous workflow which continued-as-new or retired or cron executed into this
	// workflow.
	ContinuedExecutionRunId string                     `` /* 135-byte string literal not displayed */
	Initiator               v12.ContinueAsNewInitiator `protobuf:"varint,11,opt,name=initiator,proto3,enum=temporal.api.enums.v1.ContinueAsNewInitiator" json:"initiator,omitempty"`
	ContinuedFailure        *v13.Failure               `protobuf:"bytes,12,opt,name=continued_failure,json=continuedFailure,proto3" json:"continued_failure,omitempty"`
	LastCompletionResult    *v1.Payloads               `protobuf:"bytes,13,opt,name=last_completion_result,json=lastCompletionResult,proto3" json:"last_completion_result,omitempty"`
	// This is the run id when the WorkflowExecutionStarted event was written.
	// A workflow reset changes the execution run_id, but preserves this field.
	OriginalExecutionRunId string `` /* 132-byte string literal not displayed */
	// Identity of the client who requested this execution
	Identity string `protobuf:"bytes,15,opt,name=identity,proto3" json:"identity,omitempty"`
	// This is the very first runId along the chain of ContinueAsNew, Retry, Cron and Reset.
	// Used to identify a chain.
	FirstExecutionRunId string          `protobuf:"bytes,16,opt,name=first_execution_run_id,json=firstExecutionRunId,proto3" json:"first_execution_run_id,omitempty"`
	RetryPolicy         *v1.RetryPolicy `protobuf:"bytes,17,opt,name=retry_policy,json=retryPolicy,proto3" json:"retry_policy,omitempty"`
	// Starting at 1, the number of times we have tried to execute this workflow
	Attempt int32 `protobuf:"varint,18,opt,name=attempt,proto3" json:"attempt,omitempty"`
	// The absolute time at which the workflow will be timed out.
	// This is passed without change to the next run/retry of a workflow.
	WorkflowExecutionExpirationTime *timestamppb.Timestamp `` /* 159-byte string literal not displayed */
	// If this workflow runs on a cron schedule, it will appear here
	CronSchedule string `protobuf:"bytes,20,opt,name=cron_schedule,json=cronSchedule,proto3" json:"cron_schedule,omitempty"`
	// For a cron workflow, this contains the amount of time between when this iteration of
	// the cron workflow was scheduled and when it should run next per its cron_schedule.
	FirstWorkflowTaskBackoff *durationpb.Duration `` /* 138-byte string literal not displayed */
	Memo                     *v1.Memo             `protobuf:"bytes,22,opt,name=memo,proto3" json:"memo,omitempty"`
	SearchAttributes         *v1.SearchAttributes `protobuf:"bytes,23,opt,name=search_attributes,json=searchAttributes,proto3" json:"search_attributes,omitempty"`
	PrevAutoResetPoints      *v14.ResetPoints     `protobuf:"bytes,24,opt,name=prev_auto_reset_points,json=prevAutoResetPoints,proto3" json:"prev_auto_reset_points,omitempty"`
	Header                   *v1.Header           `protobuf:"bytes,25,opt,name=header,proto3" json:"header,omitempty"`
	// Version of the child execution initiated event in parent workflow
	// It should be used together with parent_initiated_event_id to identify
	// a child initiated event for global namespace
	ParentInitiatedEventVersion int64 `` /* 148-byte string literal not displayed */
	// This field is new in 1.21.
	WorkflowId string `protobuf:"bytes,28,opt,name=workflow_id,json=workflowId,proto3" json:"workflow_id,omitempty"`
	// If this workflow intends to use anything other than the current overall default version for
	// the queue, then we include it here.
	// Deprecated. use `inherited_build_id` instead
	SourceVersionStamp *v1.WorkerVersionStamp `protobuf:"bytes,29,opt,name=source_version_stamp,json=sourceVersionStamp,proto3" json:"source_version_stamp,omitempty"`
	// Completion callbacks attached when this workflow was started.
	CompletionCallbacks []*v1.Callback `protobuf:"bytes,30,rep,name=completion_callbacks,json=completionCallbacks,proto3" json:"completion_callbacks,omitempty"`
	// Contains information about the root workflow execution.
	// The root workflow execution is defined as follows:
	// 1. A workflow without parent workflow is its own root workflow.
	// 2. A workflow that has a parent workflow has the same root workflow as its parent workflow.
	// Note: workflows continued as new or reseted may or may not have parents, check examples below.
	//
	// Examples:
	//
	//	Scenario 1: Workflow W1 starts child workflow W2, and W2 starts child workflow W3.
	//	  - The root workflow of all three workflows is W1.
	//	Scenario 2: Workflow W1 starts child workflow W2, and W2 continued as new W3.
	//	  - The root workflow of all three workflows is W1.
	//	Scenario 3: Workflow W1 continued as new W2.
	//	  - The root workflow of W1 is W1 and the root workflow of W2 is W2.
	//	Scenario 4: Workflow W1 starts child workflow W2, and W2 is reseted, creating W3
	//	  - The root workflow of all three workflows is W1.
	//	Scenario 5: Workflow W1 is reseted, creating W2.
	//	  - The root workflow of W1 is W1 and the root workflow of W2 is W2.
	RootWorkflowExecution *v1.WorkflowExecution `` /* 127-byte string literal not displayed */
	// When present, this execution is assigned to the build ID of its parent or previous execution.
	InheritedBuildId string `protobuf:"bytes,32,opt,name=inherited_build_id,json=inheritedBuildId,proto3" json:"inherited_build_id,omitempty"`
	// contains filtered or unexported fields
}

Always the first event in workflow history

func (*WorkflowExecutionStartedEventAttributes) Descriptor deprecated

func (*WorkflowExecutionStartedEventAttributes) Descriptor() ([]byte, []int)

Deprecated: Use WorkflowExecutionStartedEventAttributes.ProtoReflect.Descriptor instead.

func (*WorkflowExecutionStartedEventAttributes) Equal

func (this *WorkflowExecutionStartedEventAttributes) Equal(that interface{}) bool

Equal returns whether two WorkflowExecutionStartedEventAttributes values are equivalent by recursively comparing the message's fields. For more information see the documentation for https://pkg.golang.ir/google.golang.org/protobuf/proto#Equal

func (*WorkflowExecutionStartedEventAttributes) GetAttempt

func (*WorkflowExecutionStartedEventAttributes) GetCompletionCallbacks added in v1.27.0

func (x *WorkflowExecutionStartedEventAttributes) GetCompletionCallbacks() []*v1.Callback

func (*WorkflowExecutionStartedEventAttributes) GetContinuedExecutionRunId

func (x *WorkflowExecutionStartedEventAttributes) GetContinuedExecutionRunId() string

func (*WorkflowExecutionStartedEventAttributes) GetContinuedFailure

func (x *WorkflowExecutionStartedEventAttributes) GetContinuedFailure() *v13.Failure

func (*WorkflowExecutionStartedEventAttributes) GetCronSchedule

func (x *WorkflowExecutionStartedEventAttributes) GetCronSchedule() string

func (*WorkflowExecutionStartedEventAttributes) GetFirstExecutionRunId

func (x *WorkflowExecutionStartedEventAttributes) GetFirstExecutionRunId() string

func (*WorkflowExecutionStartedEventAttributes) GetFirstWorkflowTaskBackoff added in v0.28.0

func (x *WorkflowExecutionStartedEventAttributes) GetFirstWorkflowTaskBackoff() *durationpb.Duration

func (*WorkflowExecutionStartedEventAttributes) GetHeader

func (*WorkflowExecutionStartedEventAttributes) GetIdentity

func (*WorkflowExecutionStartedEventAttributes) GetInheritedBuildId added in v1.32.0

func (x *WorkflowExecutionStartedEventAttributes) GetInheritedBuildId() string

func (*WorkflowExecutionStartedEventAttributes) GetInitiator

func (*WorkflowExecutionStartedEventAttributes) GetInput

func (*WorkflowExecutionStartedEventAttributes) GetLastCompletionResult

func (x *WorkflowExecutionStartedEventAttributes) GetLastCompletionResult() *v1.Payloads

func (*WorkflowExecutionStartedEventAttributes) GetMemo

func (*WorkflowExecutionStartedEventAttributes) GetOriginalExecutionRunId

func (x *WorkflowExecutionStartedEventAttributes) GetOriginalExecutionRunId() string

func (*WorkflowExecutionStartedEventAttributes) GetParentInitiatedEventId

func (x *WorkflowExecutionStartedEventAttributes) GetParentInitiatedEventId() int64

func (*WorkflowExecutionStartedEventAttributes) GetParentInitiatedEventVersion added in v1.8.0

func (x *WorkflowExecutionStartedEventAttributes) GetParentInitiatedEventVersion() int64

func (*WorkflowExecutionStartedEventAttributes) GetParentWorkflowExecution

func (x *WorkflowExecutionStartedEventAttributes) GetParentWorkflowExecution() *v1.WorkflowExecution

func (*WorkflowExecutionStartedEventAttributes) GetParentWorkflowNamespace

func (x *WorkflowExecutionStartedEventAttributes) GetParentWorkflowNamespace() string

func (*WorkflowExecutionStartedEventAttributes) GetParentWorkflowNamespaceId added in v1.8.0

func (x *WorkflowExecutionStartedEventAttributes) GetParentWorkflowNamespaceId() string

func (*WorkflowExecutionStartedEventAttributes) GetPrevAutoResetPoints

func (x *WorkflowExecutionStartedEventAttributes) GetPrevAutoResetPoints() *v14.ResetPoints

func (*WorkflowExecutionStartedEventAttributes) GetRetryPolicy

func (*WorkflowExecutionStartedEventAttributes) GetRootWorkflowExecution added in v1.32.0

func (x *WorkflowExecutionStartedEventAttributes) GetRootWorkflowExecution() *v1.WorkflowExecution

func (*WorkflowExecutionStartedEventAttributes) GetSearchAttributes

func (*WorkflowExecutionStartedEventAttributes) GetSourceVersionStamp added in v1.21.0

func (*WorkflowExecutionStartedEventAttributes) GetTaskQueue

func (*WorkflowExecutionStartedEventAttributes) GetWorkflowExecutionExpirationTime added in v0.28.0

func (x *WorkflowExecutionStartedEventAttributes) GetWorkflowExecutionExpirationTime() *timestamppb.Timestamp

func (*WorkflowExecutionStartedEventAttributes) GetWorkflowExecutionTimeout added in v0.28.0

func (x *WorkflowExecutionStartedEventAttributes) GetWorkflowExecutionTimeout() *durationpb.Duration

func (*WorkflowExecutionStartedEventAttributes) GetWorkflowId added in v1.21.0

func (*WorkflowExecutionStartedEventAttributes) GetWorkflowRunTimeout added in v0.28.0

func (x *WorkflowExecutionStartedEventAttributes) GetWorkflowRunTimeout() *durationpb.Duration

func (*WorkflowExecutionStartedEventAttributes) GetWorkflowTaskTimeout added in v0.28.0

func (x *WorkflowExecutionStartedEventAttributes) GetWorkflowTaskTimeout() *durationpb.Duration

func (*WorkflowExecutionStartedEventAttributes) GetWorkflowType

func (*WorkflowExecutionStartedEventAttributes) Marshal

Marshal an object of type WorkflowExecutionStartedEventAttributes to the protobuf v3 wire format

func (*WorkflowExecutionStartedEventAttributes) ProtoMessage

func (*WorkflowExecutionStartedEventAttributes) ProtoReflect added in v1.26.1

func (*WorkflowExecutionStartedEventAttributes) Reset

func (*WorkflowExecutionStartedEventAttributes) Size

Size returns the size of the object, in bytes, once serialized

func (*WorkflowExecutionStartedEventAttributes) String

func (*WorkflowExecutionStartedEventAttributes) Unmarshal

func (val *WorkflowExecutionStartedEventAttributes) Unmarshal(buf []byte) error

Unmarshal an object of type WorkflowExecutionStartedEventAttributes from the protobuf v3 wire format

type WorkflowExecutionTerminatedEventAttributes

type WorkflowExecutionTerminatedEventAttributes struct {

	// User/client provided reason for termination
	Reason  string       `protobuf:"bytes,1,opt,name=reason,proto3" json:"reason,omitempty"`
	Details *v1.Payloads `protobuf:"bytes,2,opt,name=details,proto3" json:"details,omitempty"`
	// id of the client who requested termination
	Identity string `protobuf:"bytes,3,opt,name=identity,proto3" json:"identity,omitempty"`
	// contains filtered or unexported fields
}

func (*WorkflowExecutionTerminatedEventAttributes) Descriptor deprecated

Deprecated: Use WorkflowExecutionTerminatedEventAttributes.ProtoReflect.Descriptor instead.

func (*WorkflowExecutionTerminatedEventAttributes) Equal

func (this *WorkflowExecutionTerminatedEventAttributes) Equal(that interface{}) bool

Equal returns whether two WorkflowExecutionTerminatedEventAttributes values are equivalent by recursively comparing the message's fields. For more information see the documentation for https://pkg.golang.ir/google.golang.org/protobuf/proto#Equal

func (*WorkflowExecutionTerminatedEventAttributes) GetDetails

func (*WorkflowExecutionTerminatedEventAttributes) GetIdentity

func (*WorkflowExecutionTerminatedEventAttributes) GetReason

func (*WorkflowExecutionTerminatedEventAttributes) Marshal

Marshal an object of type WorkflowExecutionTerminatedEventAttributes to the protobuf v3 wire format

func (*WorkflowExecutionTerminatedEventAttributes) ProtoMessage

func (*WorkflowExecutionTerminatedEventAttributes) ProtoReflect added in v1.26.1

func (*WorkflowExecutionTerminatedEventAttributes) Reset

func (*WorkflowExecutionTerminatedEventAttributes) Size

Size returns the size of the object, in bytes, once serialized

func (*WorkflowExecutionTerminatedEventAttributes) String

func (*WorkflowExecutionTerminatedEventAttributes) Unmarshal

Unmarshal an object of type WorkflowExecutionTerminatedEventAttributes from the protobuf v3 wire format

type WorkflowExecutionTimedOutEventAttributes

type WorkflowExecutionTimedOutEventAttributes struct {
	RetryState v12.RetryState `` /* 130-byte string literal not displayed */
	// If another run is started by cron or retry, this contains the new run id.
	NewExecutionRunId string `protobuf:"bytes,2,opt,name=new_execution_run_id,json=newExecutionRunId,proto3" json:"new_execution_run_id,omitempty"`
	// contains filtered or unexported fields
}

func (*WorkflowExecutionTimedOutEventAttributes) Descriptor deprecated

func (*WorkflowExecutionTimedOutEventAttributes) Descriptor() ([]byte, []int)

Deprecated: Use WorkflowExecutionTimedOutEventAttributes.ProtoReflect.Descriptor instead.

func (*WorkflowExecutionTimedOutEventAttributes) Equal

func (this *WorkflowExecutionTimedOutEventAttributes) Equal(that interface{}) bool

Equal returns whether two WorkflowExecutionTimedOutEventAttributes values are equivalent by recursively comparing the message's fields. For more information see the documentation for https://pkg.golang.ir/google.golang.org/protobuf/proto#Equal

func (*WorkflowExecutionTimedOutEventAttributes) GetNewExecutionRunId added in v1.5.0

func (x *WorkflowExecutionTimedOutEventAttributes) GetNewExecutionRunId() string

func (*WorkflowExecutionTimedOutEventAttributes) GetRetryState

func (*WorkflowExecutionTimedOutEventAttributes) Marshal

Marshal an object of type WorkflowExecutionTimedOutEventAttributes to the protobuf v3 wire format

func (*WorkflowExecutionTimedOutEventAttributes) ProtoMessage

func (*WorkflowExecutionTimedOutEventAttributes) ProtoReflect added in v1.26.1

func (*WorkflowExecutionTimedOutEventAttributes) Reset

func (*WorkflowExecutionTimedOutEventAttributes) Size

Size returns the size of the object, in bytes, once serialized

func (*WorkflowExecutionTimedOutEventAttributes) String

func (*WorkflowExecutionTimedOutEventAttributes) Unmarshal

func (val *WorkflowExecutionTimedOutEventAttributes) Unmarshal(buf []byte) error

Unmarshal an object of type WorkflowExecutionTimedOutEventAttributes from the protobuf v3 wire format

type WorkflowExecutionUpdateAcceptedEventAttributes added in v1.16.0

type WorkflowExecutionUpdateAcceptedEventAttributes struct {

	// The instance ID of the update protocol that generated this event.
	ProtocolInstanceId string `protobuf:"bytes,1,opt,name=protocol_instance_id,json=protocolInstanceId,proto3" json:"protocol_instance_id,omitempty"`
	// The message ID of the original request message that initiated this
	// update. Needed so that the worker can recreate and deliver that same
	// message as part of replay.
	AcceptedRequestMessageId string `` /* 137-byte string literal not displayed */
	// The event ID used to sequence the original request message.
	AcceptedRequestSequencingEventId int64 `` /* 164-byte string literal not displayed */
	// The message payload of the original request message that initiated this
	// update.
	AcceptedRequest *v16.Request `protobuf:"bytes,4,opt,name=accepted_request,json=acceptedRequest,proto3" json:"accepted_request,omitempty"`
	// contains filtered or unexported fields
}

func (*WorkflowExecutionUpdateAcceptedEventAttributes) Descriptor deprecated added in v1.16.0

Deprecated: Use WorkflowExecutionUpdateAcceptedEventAttributes.ProtoReflect.Descriptor instead.

func (*WorkflowExecutionUpdateAcceptedEventAttributes) Equal added in v1.16.0

func (this *WorkflowExecutionUpdateAcceptedEventAttributes) Equal(that interface{}) bool

Equal returns whether two WorkflowExecutionUpdateAcceptedEventAttributes values are equivalent by recursively comparing the message's fields. For more information see the documentation for https://pkg.golang.ir/google.golang.org/protobuf/proto#Equal

func (*WorkflowExecutionUpdateAcceptedEventAttributes) GetAcceptedRequest added in v1.16.0

func (*WorkflowExecutionUpdateAcceptedEventAttributes) GetAcceptedRequestMessageId added in v1.16.0

func (x *WorkflowExecutionUpdateAcceptedEventAttributes) GetAcceptedRequestMessageId() string

func (*WorkflowExecutionUpdateAcceptedEventAttributes) GetAcceptedRequestSequencingEventId added in v1.16.0

func (x *WorkflowExecutionUpdateAcceptedEventAttributes) GetAcceptedRequestSequencingEventId() int64

func (*WorkflowExecutionUpdateAcceptedEventAttributes) GetProtocolInstanceId added in v1.16.0

func (x *WorkflowExecutionUpdateAcceptedEventAttributes) GetProtocolInstanceId() string

func (*WorkflowExecutionUpdateAcceptedEventAttributes) Marshal added in v1.16.0

Marshal an object of type WorkflowExecutionUpdateAcceptedEventAttributes to the protobuf v3 wire format

func (*WorkflowExecutionUpdateAcceptedEventAttributes) ProtoMessage added in v1.16.0

func (*WorkflowExecutionUpdateAcceptedEventAttributes) ProtoReflect added in v1.26.1

func (*WorkflowExecutionUpdateAcceptedEventAttributes) Reset added in v1.16.0

func (*WorkflowExecutionUpdateAcceptedEventAttributes) Size added in v1.16.0

Size returns the size of the object, in bytes, once serialized

func (*WorkflowExecutionUpdateAcceptedEventAttributes) String added in v1.16.0

func (*WorkflowExecutionUpdateAcceptedEventAttributes) Unmarshal added in v1.16.0

Unmarshal an object of type WorkflowExecutionUpdateAcceptedEventAttributes from the protobuf v3 wire format

type WorkflowExecutionUpdateAdmittedEventAttributes added in v1.31.0

type WorkflowExecutionUpdateAdmittedEventAttributes struct {

	// The update request associated with this event.
	Request *v16.Request `protobuf:"bytes,1,opt,name=request,proto3" json:"request,omitempty"`
	// An explanation of why this event was written to history.
	Origin v12.UpdateAdmittedEventOrigin `protobuf:"varint,2,opt,name=origin,proto3,enum=temporal.api.enums.v1.UpdateAdmittedEventOrigin" json:"origin,omitempty"`
	// contains filtered or unexported fields
}

func (*WorkflowExecutionUpdateAdmittedEventAttributes) Descriptor deprecated added in v1.31.0

Deprecated: Use WorkflowExecutionUpdateAdmittedEventAttributes.ProtoReflect.Descriptor instead.

func (*WorkflowExecutionUpdateAdmittedEventAttributes) Equal added in v1.31.0

func (this *WorkflowExecutionUpdateAdmittedEventAttributes) Equal(that interface{}) bool

Equal returns whether two WorkflowExecutionUpdateAdmittedEventAttributes values are equivalent by recursively comparing the message's fields. For more information see the documentation for https://pkg.golang.ir/google.golang.org/protobuf/proto#Equal

func (*WorkflowExecutionUpdateAdmittedEventAttributes) GetOrigin added in v1.31.0

func (*WorkflowExecutionUpdateAdmittedEventAttributes) GetRequest added in v1.31.0

func (*WorkflowExecutionUpdateAdmittedEventAttributes) Marshal added in v1.31.0

Marshal an object of type WorkflowExecutionUpdateAdmittedEventAttributes to the protobuf v3 wire format

func (*WorkflowExecutionUpdateAdmittedEventAttributes) ProtoMessage added in v1.31.0

func (*WorkflowExecutionUpdateAdmittedEventAttributes) ProtoReflect added in v1.31.0

func (*WorkflowExecutionUpdateAdmittedEventAttributes) Reset added in v1.31.0

func (*WorkflowExecutionUpdateAdmittedEventAttributes) Size added in v1.31.0

Size returns the size of the object, in bytes, once serialized

func (*WorkflowExecutionUpdateAdmittedEventAttributes) String added in v1.31.0

func (*WorkflowExecutionUpdateAdmittedEventAttributes) Unmarshal added in v1.31.0

Unmarshal an object of type WorkflowExecutionUpdateAdmittedEventAttributes from the protobuf v3 wire format

type WorkflowExecutionUpdateCompletedEventAttributes added in v1.16.0

type WorkflowExecutionUpdateCompletedEventAttributes struct {

	// The metadata about this update.
	Meta *v16.Meta `protobuf:"bytes,1,opt,name=meta,proto3" json:"meta,omitempty"`
	// The event ID indicating the acceptance of this update.
	AcceptedEventId int64 `protobuf:"varint,3,opt,name=accepted_event_id,json=acceptedEventId,proto3" json:"accepted_event_id,omitempty"`
	// The outcome of executing the workflow update function.
	Outcome *v16.Outcome `protobuf:"bytes,2,opt,name=outcome,proto3" json:"outcome,omitempty"`
	// contains filtered or unexported fields
}

func (*WorkflowExecutionUpdateCompletedEventAttributes) Descriptor deprecated added in v1.16.0

Deprecated: Use WorkflowExecutionUpdateCompletedEventAttributes.ProtoReflect.Descriptor instead.

func (*WorkflowExecutionUpdateCompletedEventAttributes) Equal added in v1.16.0

func (this *WorkflowExecutionUpdateCompletedEventAttributes) Equal(that interface{}) bool

Equal returns whether two WorkflowExecutionUpdateCompletedEventAttributes values are equivalent by recursively comparing the message's fields. For more information see the documentation for https://pkg.golang.ir/google.golang.org/protobuf/proto#Equal

func (*WorkflowExecutionUpdateCompletedEventAttributes) GetAcceptedEventId added in v1.22.0

func (*WorkflowExecutionUpdateCompletedEventAttributes) GetMeta added in v1.16.0

func (*WorkflowExecutionUpdateCompletedEventAttributes) GetOutcome added in v1.16.0

func (*WorkflowExecutionUpdateCompletedEventAttributes) Marshal added in v1.16.0

Marshal an object of type WorkflowExecutionUpdateCompletedEventAttributes to the protobuf v3 wire format

func (*WorkflowExecutionUpdateCompletedEventAttributes) ProtoMessage added in v1.16.0

func (*WorkflowExecutionUpdateCompletedEventAttributes) ProtoReflect added in v1.26.1

func (*WorkflowExecutionUpdateCompletedEventAttributes) Reset added in v1.16.0

func (*WorkflowExecutionUpdateCompletedEventAttributes) Size added in v1.16.0

Size returns the size of the object, in bytes, once serialized

func (*WorkflowExecutionUpdateCompletedEventAttributes) String added in v1.16.0

func (*WorkflowExecutionUpdateCompletedEventAttributes) Unmarshal added in v1.16.0

Unmarshal an object of type WorkflowExecutionUpdateCompletedEventAttributes from the protobuf v3 wire format

type WorkflowExecutionUpdateRejectedEventAttributes added in v1.16.0

type WorkflowExecutionUpdateRejectedEventAttributes struct {

	// The instance ID of the update protocol that generated this event.
	ProtocolInstanceId string `protobuf:"bytes,1,opt,name=protocol_instance_id,json=protocolInstanceId,proto3" json:"protocol_instance_id,omitempty"`
	// The message ID of the original request message that initiated this
	// update. Needed so that the worker can recreate and deliver that same
	// message as part of replay.
	RejectedRequestMessageId string `` /* 137-byte string literal not displayed */
	// The event ID used to sequence the original request message.
	RejectedRequestSequencingEventId int64 `` /* 164-byte string literal not displayed */
	// The message payload of the original request message that initiated this
	// update.
	RejectedRequest *v16.Request `protobuf:"bytes,4,opt,name=rejected_request,json=rejectedRequest,proto3" json:"rejected_request,omitempty"`
	// The cause of rejection.
	Failure *v13.Failure `protobuf:"bytes,5,opt,name=failure,proto3" json:"failure,omitempty"`
	// contains filtered or unexported fields
}

func (*WorkflowExecutionUpdateRejectedEventAttributes) Descriptor deprecated added in v1.16.0

Deprecated: Use WorkflowExecutionUpdateRejectedEventAttributes.ProtoReflect.Descriptor instead.

func (*WorkflowExecutionUpdateRejectedEventAttributes) Equal added in v1.16.0

func (this *WorkflowExecutionUpdateRejectedEventAttributes) Equal(that interface{}) bool

Equal returns whether two WorkflowExecutionUpdateRejectedEventAttributes values are equivalent by recursively comparing the message's fields. For more information see the documentation for https://pkg.golang.ir/google.golang.org/protobuf/proto#Equal

func (*WorkflowExecutionUpdateRejectedEventAttributes) GetFailure added in v1.16.0

func (*WorkflowExecutionUpdateRejectedEventAttributes) GetProtocolInstanceId added in v1.16.0

func (x *WorkflowExecutionUpdateRejectedEventAttributes) GetProtocolInstanceId() string

func (*WorkflowExecutionUpdateRejectedEventAttributes) GetRejectedRequest added in v1.16.0

func (*WorkflowExecutionUpdateRejectedEventAttributes) GetRejectedRequestMessageId added in v1.16.0

func (x *WorkflowExecutionUpdateRejectedEventAttributes) GetRejectedRequestMessageId() string

func (*WorkflowExecutionUpdateRejectedEventAttributes) GetRejectedRequestSequencingEventId added in v1.16.0

func (x *WorkflowExecutionUpdateRejectedEventAttributes) GetRejectedRequestSequencingEventId() int64

func (*WorkflowExecutionUpdateRejectedEventAttributes) Marshal added in v1.16.0

Marshal an object of type WorkflowExecutionUpdateRejectedEventAttributes to the protobuf v3 wire format

func (*WorkflowExecutionUpdateRejectedEventAttributes) ProtoMessage added in v1.16.0

func (*WorkflowExecutionUpdateRejectedEventAttributes) ProtoReflect added in v1.26.1

func (*WorkflowExecutionUpdateRejectedEventAttributes) Reset added in v1.16.0

func (*WorkflowExecutionUpdateRejectedEventAttributes) Size added in v1.16.0

Size returns the size of the object, in bytes, once serialized

func (*WorkflowExecutionUpdateRejectedEventAttributes) String added in v1.16.0

func (*WorkflowExecutionUpdateRejectedEventAttributes) Unmarshal added in v1.16.0

Unmarshal an object of type WorkflowExecutionUpdateRejectedEventAttributes from the protobuf v3 wire format

type WorkflowPropertiesModifiedEventAttributes added in v1.12.0

type WorkflowPropertiesModifiedEventAttributes struct {

	// The `WORKFLOW_TASK_COMPLETED` event which this command was reported with
	WorkflowTaskCompletedEventId int64 `` /* 152-byte string literal not displayed */
	// If set, update the workflow memo with the provided values. The values will be merged with
	// the existing memo. If the user wants to delete values, a default/empty Payload should be
	// used as the value for the key being deleted.
	UpsertedMemo *v1.Memo `protobuf:"bytes,2,opt,name=upserted_memo,json=upsertedMemo,proto3" json:"upserted_memo,omitempty"`
	// contains filtered or unexported fields
}

func (*WorkflowPropertiesModifiedEventAttributes) Descriptor deprecated added in v1.12.0

func (*WorkflowPropertiesModifiedEventAttributes) Descriptor() ([]byte, []int)

Deprecated: Use WorkflowPropertiesModifiedEventAttributes.ProtoReflect.Descriptor instead.

func (*WorkflowPropertiesModifiedEventAttributes) Equal added in v1.12.0

func (this *WorkflowPropertiesModifiedEventAttributes) Equal(that interface{}) bool

Equal returns whether two WorkflowPropertiesModifiedEventAttributes values are equivalent by recursively comparing the message's fields. For more information see the documentation for https://pkg.golang.ir/google.golang.org/protobuf/proto#Equal

func (*WorkflowPropertiesModifiedEventAttributes) GetUpsertedMemo added in v1.12.0

func (x *WorkflowPropertiesModifiedEventAttributes) GetUpsertedMemo() *v1.Memo

func (*WorkflowPropertiesModifiedEventAttributes) GetWorkflowTaskCompletedEventId added in v1.12.0

func (x *WorkflowPropertiesModifiedEventAttributes) GetWorkflowTaskCompletedEventId() int64

func (*WorkflowPropertiesModifiedEventAttributes) Marshal added in v1.12.0

Marshal an object of type WorkflowPropertiesModifiedEventAttributes to the protobuf v3 wire format

func (*WorkflowPropertiesModifiedEventAttributes) ProtoMessage added in v1.12.0

func (*WorkflowPropertiesModifiedEventAttributes) ProtoReflect added in v1.26.1

func (*WorkflowPropertiesModifiedEventAttributes) Reset added in v1.12.0

func (*WorkflowPropertiesModifiedEventAttributes) Size added in v1.12.0

Size returns the size of the object, in bytes, once serialized

func (*WorkflowPropertiesModifiedEventAttributes) String added in v1.12.0

func (*WorkflowPropertiesModifiedEventAttributes) Unmarshal added in v1.12.0

Unmarshal an object of type WorkflowPropertiesModifiedEventAttributes from the protobuf v3 wire format

type WorkflowPropertiesModifiedExternallyEventAttributes added in v1.11.0

type WorkflowPropertiesModifiedExternallyEventAttributes struct {

	// If set to a nonempty string, future workflow tasks for this workflow shall be dispatched on
	// the provided queue.
	NewTaskQueue string `protobuf:"bytes,1,opt,name=new_task_queue,json=newTaskQueue,proto3" json:"new_task_queue,omitempty"`
	// If set, update the workflow task timeout to this value.
	NewWorkflowTaskTimeout *durationpb.Duration `` /* 131-byte string literal not displayed */
	// If set, update the workflow run timeout to this value. May be set to 0 for no timeout.
	NewWorkflowRunTimeout *durationpb.Duration `` /* 128-byte string literal not displayed */
	// If set, update the workflow execution timeout to this value. May be set to 0 for no timeout.
	NewWorkflowExecutionTimeout *durationpb.Duration `` /* 146-byte string literal not displayed */
	// If set, update the workflow memo with the provided values. The values will be merged with
	// the existing memo. If the user wants to delete values, a default/empty Payload should be
	// used as the value for the key being deleted.
	UpsertedMemo *v1.Memo `protobuf:"bytes,5,opt,name=upserted_memo,json=upsertedMemo,proto3" json:"upserted_memo,omitempty"`
	// contains filtered or unexported fields
}

func (*WorkflowPropertiesModifiedExternallyEventAttributes) Descriptor deprecated added in v1.11.0

Deprecated: Use WorkflowPropertiesModifiedExternallyEventAttributes.ProtoReflect.Descriptor instead.

func (*WorkflowPropertiesModifiedExternallyEventAttributes) Equal added in v1.11.0

func (this *WorkflowPropertiesModifiedExternallyEventAttributes) Equal(that interface{}) bool

Equal returns whether two WorkflowPropertiesModifiedExternallyEventAttributes values are equivalent by recursively comparing the message's fields. For more information see the documentation for https://pkg.golang.ir/google.golang.org/protobuf/proto#Equal

func (*WorkflowPropertiesModifiedExternallyEventAttributes) GetNewTaskQueue added in v1.11.0

func (*WorkflowPropertiesModifiedExternallyEventAttributes) GetNewWorkflowExecutionTimeout added in v1.11.0

func (x *WorkflowPropertiesModifiedExternallyEventAttributes) GetNewWorkflowExecutionTimeout() *durationpb.Duration

func (*WorkflowPropertiesModifiedExternallyEventAttributes) GetNewWorkflowRunTimeout added in v1.11.0

func (*WorkflowPropertiesModifiedExternallyEventAttributes) GetNewWorkflowTaskTimeout added in v1.11.0

func (*WorkflowPropertiesModifiedExternallyEventAttributes) GetUpsertedMemo added in v1.11.0

func (*WorkflowPropertiesModifiedExternallyEventAttributes) Marshal added in v1.11.0

Marshal an object of type WorkflowPropertiesModifiedExternallyEventAttributes to the protobuf v3 wire format

func (*WorkflowPropertiesModifiedExternallyEventAttributes) ProtoMessage added in v1.11.0

func (*WorkflowPropertiesModifiedExternallyEventAttributes) ProtoReflect added in v1.26.1

func (*WorkflowPropertiesModifiedExternallyEventAttributes) Reset added in v1.11.0

func (*WorkflowPropertiesModifiedExternallyEventAttributes) Size added in v1.11.0

Size returns the size of the object, in bytes, once serialized

func (*WorkflowPropertiesModifiedExternallyEventAttributes) String added in v1.11.0

func (*WorkflowPropertiesModifiedExternallyEventAttributes) Unmarshal added in v1.11.0

Unmarshal an object of type WorkflowPropertiesModifiedExternallyEventAttributes from the protobuf v3 wire format

type WorkflowTaskCompletedEventAttributes

type WorkflowTaskCompletedEventAttributes struct {

	// The id of the `WORKFLOW_TASK_SCHEDULED` event this task corresponds to
	ScheduledEventId int64 `protobuf:"varint,1,opt,name=scheduled_event_id,json=scheduledEventId,proto3" json:"scheduled_event_id,omitempty"`
	// The id of the `WORKFLOW_TASK_STARTED` event this task corresponds to
	StartedEventId int64 `protobuf:"varint,2,opt,name=started_event_id,json=startedEventId,proto3" json:"started_event_id,omitempty"`
	// Identity of the worker who completed this task
	Identity string `protobuf:"bytes,3,opt,name=identity,proto3" json:"identity,omitempty"`
	// Binary ID of the worker who completed this task
	BinaryChecksum string `protobuf:"bytes,4,opt,name=binary_checksum,json=binaryChecksum,proto3" json:"binary_checksum,omitempty"`
	// Version info of the worker who processed this workflow task. If present, the `build_id` field
	// within is also used as `binary_checksum`, which may be omitted in that case (it may also be
	// populated to preserve compatibility).
	// Deprecated. Use the info inside the corresponding WorkflowTaskStartedEvent
	WorkerVersion *v1.WorkerVersionStamp `protobuf:"bytes,5,opt,name=worker_version,json=workerVersion,proto3" json:"worker_version,omitempty"`
	// Data the SDK wishes to record for itself, but server need not interpret, and does not
	// directly impact workflow state.
	SdkMetadata *v15.WorkflowTaskCompletedMetadata `protobuf:"bytes,6,opt,name=sdk_metadata,json=sdkMetadata,proto3" json:"sdk_metadata,omitempty"`
	// Local usage data sent during workflow task completion and recorded here for posterity
	MeteringMetadata *v1.MeteringMetadata `protobuf:"bytes,13,opt,name=metering_metadata,json=meteringMetadata,proto3" json:"metering_metadata,omitempty"`
	// contains filtered or unexported fields
}

func (*WorkflowTaskCompletedEventAttributes) Descriptor deprecated

func (*WorkflowTaskCompletedEventAttributes) Descriptor() ([]byte, []int)

Deprecated: Use WorkflowTaskCompletedEventAttributes.ProtoReflect.Descriptor instead.

func (*WorkflowTaskCompletedEventAttributes) Equal

func (this *WorkflowTaskCompletedEventAttributes) Equal(that interface{}) bool

Equal returns whether two WorkflowTaskCompletedEventAttributes values are equivalent by recursively comparing the message's fields. For more information see the documentation for https://pkg.golang.ir/google.golang.org/protobuf/proto#Equal

func (*WorkflowTaskCompletedEventAttributes) GetBinaryChecksum

func (x *WorkflowTaskCompletedEventAttributes) GetBinaryChecksum() string

func (*WorkflowTaskCompletedEventAttributes) GetIdentity

func (*WorkflowTaskCompletedEventAttributes) GetMeteringMetadata added in v1.18.1

func (x *WorkflowTaskCompletedEventAttributes) GetMeteringMetadata() *v1.MeteringMetadata

func (*WorkflowTaskCompletedEventAttributes) GetScheduledEventId

func (x *WorkflowTaskCompletedEventAttributes) GetScheduledEventId() int64

func (*WorkflowTaskCompletedEventAttributes) GetSdkMetadata added in v1.17.0

func (*WorkflowTaskCompletedEventAttributes) GetStartedEventId

func (x *WorkflowTaskCompletedEventAttributes) GetStartedEventId() int64

func (*WorkflowTaskCompletedEventAttributes) GetWorkerVersion added in v1.19.0

func (*WorkflowTaskCompletedEventAttributes) Marshal

func (val *WorkflowTaskCompletedEventAttributes) Marshal() ([]byte, error)

Marshal an object of type WorkflowTaskCompletedEventAttributes to the protobuf v3 wire format

func (*WorkflowTaskCompletedEventAttributes) ProtoMessage

func (*WorkflowTaskCompletedEventAttributes) ProtoMessage()

func (*WorkflowTaskCompletedEventAttributes) ProtoReflect added in v1.26.1

func (*WorkflowTaskCompletedEventAttributes) Reset

func (*WorkflowTaskCompletedEventAttributes) Size

Size returns the size of the object, in bytes, once serialized

func (*WorkflowTaskCompletedEventAttributes) String

func (*WorkflowTaskCompletedEventAttributes) Unmarshal

func (val *WorkflowTaskCompletedEventAttributes) Unmarshal(buf []byte) error

Unmarshal an object of type WorkflowTaskCompletedEventAttributes from the protobuf v3 wire format

type WorkflowTaskFailedEventAttributes

type WorkflowTaskFailedEventAttributes struct {

	// The id of the `WORKFLOW_TASK_SCHEDULED` event this task corresponds to
	ScheduledEventId int64 `protobuf:"varint,1,opt,name=scheduled_event_id,json=scheduledEventId,proto3" json:"scheduled_event_id,omitempty"`
	// The id of the `WORKFLOW_TASK_STARTED` event this task corresponds to
	StartedEventId int64                       `protobuf:"varint,2,opt,name=started_event_id,json=startedEventId,proto3" json:"started_event_id,omitempty"`
	Cause          v12.WorkflowTaskFailedCause `protobuf:"varint,3,opt,name=cause,proto3,enum=temporal.api.enums.v1.WorkflowTaskFailedCause" json:"cause,omitempty"`
	// The failure details
	Failure *v13.Failure `protobuf:"bytes,4,opt,name=failure,proto3" json:"failure,omitempty"`
	// If a worker explicitly failed this task, it's identity. TODO: What is this set to if server fails the task?
	Identity string `protobuf:"bytes,5,opt,name=identity,proto3" json:"identity,omitempty"`
	// The original run id of the workflow. For reset workflow.
	BaseRunId string `protobuf:"bytes,6,opt,name=base_run_id,json=baseRunId,proto3" json:"base_run_id,omitempty"`
	// If the workflow is being reset, the new run id.
	NewRunId string `protobuf:"bytes,7,opt,name=new_run_id,json=newRunId,proto3" json:"new_run_id,omitempty"`
	// TODO: ?
	ForkEventVersion int64 `protobuf:"varint,8,opt,name=fork_event_version,json=forkEventVersion,proto3" json:"fork_event_version,omitempty"`
	// DEPRECATED since 1.21 - use `worker_version` instead.
	// If a worker explicitly failed this task, its binary id
	BinaryChecksum string `protobuf:"bytes,9,opt,name=binary_checksum,json=binaryChecksum,proto3" json:"binary_checksum,omitempty"`
	// Version info of the worker who processed this workflow task. If present, the `build_id` field
	// within is also used as `binary_checksum`, which may be omitted in that case (it may also be
	// populated to preserve compatibility).
	// Deprecated. Use the info inside the corresponding WorkflowTaskStartedEvent
	WorkerVersion *v1.WorkerVersionStamp `protobuf:"bytes,10,opt,name=worker_version,json=workerVersion,proto3" json:"worker_version,omitempty"`
	// contains filtered or unexported fields
}

func (*WorkflowTaskFailedEventAttributes) Descriptor deprecated

func (*WorkflowTaskFailedEventAttributes) Descriptor() ([]byte, []int)

Deprecated: Use WorkflowTaskFailedEventAttributes.ProtoReflect.Descriptor instead.

func (*WorkflowTaskFailedEventAttributes) Equal

func (this *WorkflowTaskFailedEventAttributes) Equal(that interface{}) bool

Equal returns whether two WorkflowTaskFailedEventAttributes values are equivalent by recursively comparing the message's fields. For more information see the documentation for https://pkg.golang.ir/google.golang.org/protobuf/proto#Equal

func (*WorkflowTaskFailedEventAttributes) GetBaseRunId

func (x *WorkflowTaskFailedEventAttributes) GetBaseRunId() string

func (*WorkflowTaskFailedEventAttributes) GetBinaryChecksum

func (x *WorkflowTaskFailedEventAttributes) GetBinaryChecksum() string

func (*WorkflowTaskFailedEventAttributes) GetCause

func (*WorkflowTaskFailedEventAttributes) GetFailure

func (*WorkflowTaskFailedEventAttributes) GetForkEventVersion

func (x *WorkflowTaskFailedEventAttributes) GetForkEventVersion() int64

func (*WorkflowTaskFailedEventAttributes) GetIdentity

func (x *WorkflowTaskFailedEventAttributes) GetIdentity() string

func (*WorkflowTaskFailedEventAttributes) GetNewRunId

func (x *WorkflowTaskFailedEventAttributes) GetNewRunId() string

func (*WorkflowTaskFailedEventAttributes) GetScheduledEventId

func (x *WorkflowTaskFailedEventAttributes) GetScheduledEventId() int64

func (*WorkflowTaskFailedEventAttributes) GetStartedEventId

func (x *WorkflowTaskFailedEventAttributes) GetStartedEventId() int64

func (*WorkflowTaskFailedEventAttributes) GetWorkerVersion added in v1.21.0

func (*WorkflowTaskFailedEventAttributes) Marshal

func (val *WorkflowTaskFailedEventAttributes) Marshal() ([]byte, error)

Marshal an object of type WorkflowTaskFailedEventAttributes to the protobuf v3 wire format

func (*WorkflowTaskFailedEventAttributes) ProtoMessage

func (*WorkflowTaskFailedEventAttributes) ProtoMessage()

func (*WorkflowTaskFailedEventAttributes) ProtoReflect added in v1.26.1

func (*WorkflowTaskFailedEventAttributes) Reset

func (*WorkflowTaskFailedEventAttributes) Size

Size returns the size of the object, in bytes, once serialized

func (*WorkflowTaskFailedEventAttributes) String

func (*WorkflowTaskFailedEventAttributes) Unmarshal

func (val *WorkflowTaskFailedEventAttributes) Unmarshal(buf []byte) error

Unmarshal an object of type WorkflowTaskFailedEventAttributes from the protobuf v3 wire format

type WorkflowTaskScheduledEventAttributes

type WorkflowTaskScheduledEventAttributes struct {

	// The task queue this workflow task was enqueued in, which could be a normal or sticky queue
	TaskQueue *v11.TaskQueue `protobuf:"bytes,1,opt,name=task_queue,json=taskQueue,proto3" json:"task_queue,omitempty"`
	// How long the worker has to process this task once receiving it before it times out
	//
	// (-- api-linter: core::0140::prepositions=disabled
	//
	//	aip.dev/not-precedent: "to" is used to indicate interval. --)
	StartToCloseTimeout *durationpb.Duration `protobuf:"bytes,2,opt,name=start_to_close_timeout,json=startToCloseTimeout,proto3" json:"start_to_close_timeout,omitempty"`
	// Starting at 1, how many attempts there have been to complete this task
	Attempt int32 `protobuf:"varint,3,opt,name=attempt,proto3" json:"attempt,omitempty"`
	// contains filtered or unexported fields
}

func (*WorkflowTaskScheduledEventAttributes) Descriptor deprecated

func (*WorkflowTaskScheduledEventAttributes) Descriptor() ([]byte, []int)

Deprecated: Use WorkflowTaskScheduledEventAttributes.ProtoReflect.Descriptor instead.

func (*WorkflowTaskScheduledEventAttributes) Equal

func (this *WorkflowTaskScheduledEventAttributes) Equal(that interface{}) bool

Equal returns whether two WorkflowTaskScheduledEventAttributes values are equivalent by recursively comparing the message's fields. For more information see the documentation for https://pkg.golang.ir/google.golang.org/protobuf/proto#Equal

func (*WorkflowTaskScheduledEventAttributes) GetAttempt

func (*WorkflowTaskScheduledEventAttributes) GetStartToCloseTimeout added in v0.28.0

func (x *WorkflowTaskScheduledEventAttributes) GetStartToCloseTimeout() *durationpb.Duration

func (*WorkflowTaskScheduledEventAttributes) GetTaskQueue

func (*WorkflowTaskScheduledEventAttributes) Marshal

func (val *WorkflowTaskScheduledEventAttributes) Marshal() ([]byte, error)

Marshal an object of type WorkflowTaskScheduledEventAttributes to the protobuf v3 wire format

func (*WorkflowTaskScheduledEventAttributes) ProtoMessage

func (*WorkflowTaskScheduledEventAttributes) ProtoMessage()

func (*WorkflowTaskScheduledEventAttributes) ProtoReflect added in v1.26.1

func (*WorkflowTaskScheduledEventAttributes) Reset

func (*WorkflowTaskScheduledEventAttributes) Size

Size returns the size of the object, in bytes, once serialized

func (*WorkflowTaskScheduledEventAttributes) String

func (*WorkflowTaskScheduledEventAttributes) Unmarshal

func (val *WorkflowTaskScheduledEventAttributes) Unmarshal(buf []byte) error

Unmarshal an object of type WorkflowTaskScheduledEventAttributes from the protobuf v3 wire format

type WorkflowTaskStartedEventAttributes

type WorkflowTaskStartedEventAttributes struct {

	// The id of the `WORKFLOW_TASK_SCHEDULED` event this task corresponds to
	ScheduledEventId int64 `protobuf:"varint,1,opt,name=scheduled_event_id,json=scheduledEventId,proto3" json:"scheduled_event_id,omitempty"`
	// Identity of the worker who picked up this task
	Identity string `protobuf:"bytes,2,opt,name=identity,proto3" json:"identity,omitempty"`
	// TODO: ? Appears unused?
	RequestId string `protobuf:"bytes,3,opt,name=request_id,json=requestId,proto3" json:"request_id,omitempty"`
	// True if this workflow should continue-as-new soon because its history size (in
	// either event count or bytes) is getting large.
	SuggestContinueAsNew bool `` /* 126-byte string literal not displayed */
	// Total history size in bytes, which the workflow might use to decide when to
	// continue-as-new regardless of the suggestion. Note that history event count is
	// just the event id of this event, so we don't include it explicitly here.
	HistorySizeBytes int64 `protobuf:"varint,5,opt,name=history_size_bytes,json=historySizeBytes,proto3" json:"history_size_bytes,omitempty"`
	// Version info of the worker to whom this task was dispatched.
	WorkerVersion *v1.WorkerVersionStamp `protobuf:"bytes,6,opt,name=worker_version,json=workerVersion,proto3" json:"worker_version,omitempty"`
	// Used by server internally to properly reapply build ID redirects to an execution
	// when rebuilding it from events.
	BuildIdRedirectCounter int64 `` /* 132-byte string literal not displayed */
	// contains filtered or unexported fields
}

func (*WorkflowTaskStartedEventAttributes) Descriptor deprecated

func (*WorkflowTaskStartedEventAttributes) Descriptor() ([]byte, []int)

Deprecated: Use WorkflowTaskStartedEventAttributes.ProtoReflect.Descriptor instead.

func (*WorkflowTaskStartedEventAttributes) Equal

func (this *WorkflowTaskStartedEventAttributes) Equal(that interface{}) bool

Equal returns whether two WorkflowTaskStartedEventAttributes values are equivalent by recursively comparing the message's fields. For more information see the documentation for https://pkg.golang.ir/google.golang.org/protobuf/proto#Equal

func (*WorkflowTaskStartedEventAttributes) GetBuildIdRedirectCounter added in v1.32.0

func (x *WorkflowTaskStartedEventAttributes) GetBuildIdRedirectCounter() int64

func (*WorkflowTaskStartedEventAttributes) GetHistorySizeBytes added in v1.8.0

func (x *WorkflowTaskStartedEventAttributes) GetHistorySizeBytes() int64

func (*WorkflowTaskStartedEventAttributes) GetIdentity

func (x *WorkflowTaskStartedEventAttributes) GetIdentity() string

func (*WorkflowTaskStartedEventAttributes) GetRequestId

func (x *WorkflowTaskStartedEventAttributes) GetRequestId() string

func (*WorkflowTaskStartedEventAttributes) GetScheduledEventId

func (x *WorkflowTaskStartedEventAttributes) GetScheduledEventId() int64

func (*WorkflowTaskStartedEventAttributes) GetSuggestContinueAsNew added in v1.8.0

func (x *WorkflowTaskStartedEventAttributes) GetSuggestContinueAsNew() bool

func (*WorkflowTaskStartedEventAttributes) GetWorkerVersion added in v1.32.0

func (*WorkflowTaskStartedEventAttributes) Marshal

func (val *WorkflowTaskStartedEventAttributes) Marshal() ([]byte, error)

Marshal an object of type WorkflowTaskStartedEventAttributes to the protobuf v3 wire format

func (*WorkflowTaskStartedEventAttributes) ProtoMessage

func (*WorkflowTaskStartedEventAttributes) ProtoMessage()

func (*WorkflowTaskStartedEventAttributes) ProtoReflect added in v1.26.1

func (*WorkflowTaskStartedEventAttributes) Reset

func (*WorkflowTaskStartedEventAttributes) Size

Size returns the size of the object, in bytes, once serialized

func (*WorkflowTaskStartedEventAttributes) String

func (*WorkflowTaskStartedEventAttributes) Unmarshal

func (val *WorkflowTaskStartedEventAttributes) Unmarshal(buf []byte) error

Unmarshal an object of type WorkflowTaskStartedEventAttributes from the protobuf v3 wire format

type WorkflowTaskTimedOutEventAttributes

type WorkflowTaskTimedOutEventAttributes struct {

	// The id of the `WORKFLOW_TASK_SCHEDULED` event this task corresponds to
	ScheduledEventId int64 `protobuf:"varint,1,opt,name=scheduled_event_id,json=scheduledEventId,proto3" json:"scheduled_event_id,omitempty"`
	// The id of the `WORKFLOW_TASK_STARTED` event this task corresponds to
	StartedEventId int64           `protobuf:"varint,2,opt,name=started_event_id,json=startedEventId,proto3" json:"started_event_id,omitempty"`
	TimeoutType    v12.TimeoutType `` /* 134-byte string literal not displayed */
	// contains filtered or unexported fields
}

func (*WorkflowTaskTimedOutEventAttributes) Descriptor deprecated

func (*WorkflowTaskTimedOutEventAttributes) Descriptor() ([]byte, []int)

Deprecated: Use WorkflowTaskTimedOutEventAttributes.ProtoReflect.Descriptor instead.

func (*WorkflowTaskTimedOutEventAttributes) Equal

func (this *WorkflowTaskTimedOutEventAttributes) Equal(that interface{}) bool

Equal returns whether two WorkflowTaskTimedOutEventAttributes values are equivalent by recursively comparing the message's fields. For more information see the documentation for https://pkg.golang.ir/google.golang.org/protobuf/proto#Equal

func (*WorkflowTaskTimedOutEventAttributes) GetScheduledEventId

func (x *WorkflowTaskTimedOutEventAttributes) GetScheduledEventId() int64

func (*WorkflowTaskTimedOutEventAttributes) GetStartedEventId

func (x *WorkflowTaskTimedOutEventAttributes) GetStartedEventId() int64

func (*WorkflowTaskTimedOutEventAttributes) GetTimeoutType

func (*WorkflowTaskTimedOutEventAttributes) Marshal

func (val *WorkflowTaskTimedOutEventAttributes) Marshal() ([]byte, error)

Marshal an object of type WorkflowTaskTimedOutEventAttributes to the protobuf v3 wire format

func (*WorkflowTaskTimedOutEventAttributes) ProtoMessage

func (*WorkflowTaskTimedOutEventAttributes) ProtoMessage()

func (*WorkflowTaskTimedOutEventAttributes) ProtoReflect added in v1.26.1

func (*WorkflowTaskTimedOutEventAttributes) Reset

func (*WorkflowTaskTimedOutEventAttributes) Size

Size returns the size of the object, in bytes, once serialized

func (*WorkflowTaskTimedOutEventAttributes) String

func (*WorkflowTaskTimedOutEventAttributes) Unmarshal

func (val *WorkflowTaskTimedOutEventAttributes) Unmarshal(buf []byte) error

Unmarshal an object of type WorkflowTaskTimedOutEventAttributes from the protobuf v3 wire format

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL