v2

package
v0.0.0-...-c0cc05e Latest Latest
Warning

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

Go to latest
Published: Jul 16, 2026 License: MIT Imports: 5 Imported by: 3

Documentation

Index

Constants

This section is empty.

Variables

View Source
var (
	ActivationAbandonReason_name = map[int32]string{
		0: "ACTIVATION_ABANDON_REASON_UNSPECIFIED",
		1: "ACTIVATION_ABANDON_REASON_NON_RETRYABLE",
		2: "ACTIVATION_ABANDON_REASON_RETRY_LIMIT_EXCEEDED",
	}
	ActivationAbandonReason_value = map[string]int32{
		"ACTIVATION_ABANDON_REASON_UNSPECIFIED":          0,
		"ACTIVATION_ABANDON_REASON_NON_RETRYABLE":        1,
		"ACTIVATION_ABANDON_REASON_RETRY_LIMIT_EXCEEDED": 2,
	}
)

Enum value maps for ActivationAbandonReason.

View Source
var (
	UserMetricType_name = map[int32]string{
		0: "USER_METRIC_TYPE_UNSPECIFIED",
		1: "USER_METRIC_TYPE_COUNTER",
		2: "USER_METRIC_TYPE_GAUGE",
	}
	UserMetricType_value = map[string]int32{
		"USER_METRIC_TYPE_UNSPECIFIED": 0,
		"USER_METRIC_TYPE_COUNTER":     1,
		"USER_METRIC_TYPE_GAUGE":       2,
	}
)

Enum value maps for UserMetricType.

View Source
var (
	ExecutionStatus_name = map[int32]string{
		0: "EXECUTION_STATUS_UNSPECIFIED",
		1: "EXECUTION_STATUS_SUCCEEDED",
		2: "EXECUTION_STATUS_FAILED",
	}
	ExecutionStatus_value = map[string]int32{
		"EXECUTION_STATUS_UNSPECIFIED": 0,
		"EXECUTION_STATUS_SUCCEEDED":   1,
		"EXECUTION_STATUS_FAILED":      2,
	}
)

Enum value maps for ExecutionStatus.

View Source
var (
	ClassifiedExecutionStatus_name = map[int32]string{
		0: "CLASSIFIED_EXECUTION_STATUS_UNSPECIFIED",
		1: "CLASSIFIED_EXECUTION_STATUS_SUCCEEDED",
		2: "CLASSIFIED_EXECUTION_STATUS_USER_ERROR",
		3: "CLASSIFIED_EXECUTION_STATUS_SYSTEM_ERROR",
	}
	ClassifiedExecutionStatus_value = map[string]int32{
		"CLASSIFIED_EXECUTION_STATUS_UNSPECIFIED":  0,
		"CLASSIFIED_EXECUTION_STATUS_SUCCEEDED":    1,
		"CLASSIFIED_EXECUTION_STATUS_USER_ERROR":   2,
		"CLASSIFIED_EXECUTION_STATUS_SYSTEM_ERROR": 3,
	}
)

Enum value maps for ClassifiedExecutionStatus.

View Source
var File_workflows_v2_capability_execution_finished_proto protoreflect.FileDescriptor
View Source
var File_workflows_v2_capability_execution_started_proto protoreflect.FileDescriptor
View Source
var File_workflows_v2_cre_info_proto protoreflect.FileDescriptor
View Source
var File_workflows_v2_transaction_info_proto protoreflect.FileDescriptor
View Source
var File_workflows_v2_trigger_execution_started_proto protoreflect.FileDescriptor
View Source
var File_workflows_v2_workflow_activated_proto protoreflect.FileDescriptor
View Source
var File_workflows_v2_workflow_activation_abandoned_proto protoreflect.FileDescriptor
View Source
var File_workflows_v2_workflow_deleted_proto protoreflect.FileDescriptor
View Source
var File_workflows_v2_workflow_deployed_proto protoreflect.FileDescriptor
View Source
var File_workflows_v2_workflow_execution_finished_proto protoreflect.FileDescriptor
View Source
var File_workflows_v2_workflow_execution_profile_proto protoreflect.FileDescriptor
View Source
var File_workflows_v2_workflow_execution_started_proto protoreflect.FileDescriptor
View Source
var File_workflows_v2_workflow_key_proto protoreflect.FileDescriptor
View Source
var File_workflows_v2_workflow_paused_proto protoreflect.FileDescriptor
View Source
var File_workflows_v2_workflow_proto protoreflect.FileDescriptor
View Source
var File_workflows_v2_workflow_updated_proto protoreflect.FileDescriptor
View Source
var File_workflows_v2_workflow_user_log_proto protoreflect.FileDescriptor
View Source
var File_workflows_v2_workflow_user_metric_proto protoreflect.FileDescriptor
View Source
var File_workflows_v2_xxx_no_send_proto protoreflect.FileDescriptor

Functions

This section is empty.

Types

type ActivationAbandonReason

type ActivationAbandonReason int32
const (
	ActivationAbandonReason_ACTIVATION_ABANDON_REASON_UNSPECIFIED          ActivationAbandonReason = 0
	ActivationAbandonReason_ACTIVATION_ABANDON_REASON_NON_RETRYABLE        ActivationAbandonReason = 1
	ActivationAbandonReason_ACTIVATION_ABANDON_REASON_RETRY_LIMIT_EXCEEDED ActivationAbandonReason = 2
)

func (ActivationAbandonReason) Descriptor

func (ActivationAbandonReason) Enum

func (ActivationAbandonReason) EnumDescriptor deprecated

func (ActivationAbandonReason) EnumDescriptor() ([]byte, []int)

Deprecated: Use ActivationAbandonReason.Descriptor instead.

func (ActivationAbandonReason) Number

func (ActivationAbandonReason) String

func (x ActivationAbandonReason) String() string

func (ActivationAbandonReason) Type

type CapabilityExecutionFinished

type CapabilityExecutionFinished struct {
	CreInfo             *CreInfo        `protobuf:"bytes,1,opt,name=creInfo,proto3" json:"creInfo,omitempty"`
	Workflow            *WorkflowKey    `protobuf:"bytes,2,opt,name=workflow,proto3" json:"workflow,omitempty"`
	WorkflowExecutionID string          `protobuf:"bytes,3,opt,name=workflowExecutionID,proto3" json:"workflowExecutionID,omitempty"`
	Timestamp           string          `protobuf:"bytes,4,opt,name=timestamp,proto3" json:"timestamp,omitempty"`
	CapabilityID        string          `protobuf:"bytes,5,opt,name=capabilityID,proto3" json:"capabilityID,omitempty"`
	StepRef             int32           `protobuf:"varint,6,opt,name=stepRef,proto3" json:"stepRef,omitempty"`
	Status              ExecutionStatus `protobuf:"varint,7,opt,name=status,proto3,enum=workflows.v2.ExecutionStatus" json:"status,omitempty"`
	Error               string          `protobuf:"bytes,8,opt,name=error,proto3" json:"error,omitempty"`
	Method              string          `protobuf:"bytes,9,opt,name=method,proto3" json:"method,omitempty"`
	// contains filtered or unexported fields
}

func (*CapabilityExecutionFinished) Descriptor deprecated

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

Deprecated: Use CapabilityExecutionFinished.ProtoReflect.Descriptor instead.

func (*CapabilityExecutionFinished) GetCapabilityID

func (x *CapabilityExecutionFinished) GetCapabilityID() string

func (*CapabilityExecutionFinished) GetCreInfo

func (x *CapabilityExecutionFinished) GetCreInfo() *CreInfo

func (*CapabilityExecutionFinished) GetError

func (x *CapabilityExecutionFinished) GetError() string

func (*CapabilityExecutionFinished) GetMethod

func (x *CapabilityExecutionFinished) GetMethod() string

func (*CapabilityExecutionFinished) GetStatus

func (*CapabilityExecutionFinished) GetStepRef

func (x *CapabilityExecutionFinished) GetStepRef() int32

func (*CapabilityExecutionFinished) GetTimestamp

func (x *CapabilityExecutionFinished) GetTimestamp() string

func (*CapabilityExecutionFinished) GetWorkflow

func (x *CapabilityExecutionFinished) GetWorkflow() *WorkflowKey

func (*CapabilityExecutionFinished) GetWorkflowExecutionID

func (x *CapabilityExecutionFinished) GetWorkflowExecutionID() string

func (*CapabilityExecutionFinished) ProtoMessage

func (*CapabilityExecutionFinished) ProtoMessage()

func (*CapabilityExecutionFinished) ProtoReflect

func (*CapabilityExecutionFinished) Reset

func (x *CapabilityExecutionFinished) Reset()

func (*CapabilityExecutionFinished) String

func (x *CapabilityExecutionFinished) String() string

type CapabilityExecutionStarted

type CapabilityExecutionStarted struct {
	CreInfo             *CreInfo     `protobuf:"bytes,1,opt,name=creInfo,proto3" json:"creInfo,omitempty"`
	Workflow            *WorkflowKey `protobuf:"bytes,2,opt,name=workflow,proto3" json:"workflow,omitempty"`
	WorkflowExecutionID string       `protobuf:"bytes,3,opt,name=workflowExecutionID,proto3" json:"workflowExecutionID,omitempty"`
	Timestamp           string       `protobuf:"bytes,4,opt,name=timestamp,proto3" json:"timestamp,omitempty"`
	CapabilityID        string       `protobuf:"bytes,5,opt,name=capabilityID,proto3" json:"capabilityID,omitempty"`
	StepRef             int32        `protobuf:"varint,6,opt,name=stepRef,proto3" json:"stepRef,omitempty"`
	Method              string       `protobuf:"bytes,7,opt,name=method,proto3" json:"method,omitempty"`
	// contains filtered or unexported fields
}

func (*CapabilityExecutionStarted) Descriptor deprecated

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

Deprecated: Use CapabilityExecutionStarted.ProtoReflect.Descriptor instead.

func (*CapabilityExecutionStarted) GetCapabilityID

func (x *CapabilityExecutionStarted) GetCapabilityID() string

func (*CapabilityExecutionStarted) GetCreInfo

func (x *CapabilityExecutionStarted) GetCreInfo() *CreInfo

func (*CapabilityExecutionStarted) GetMethod

func (x *CapabilityExecutionStarted) GetMethod() string

func (*CapabilityExecutionStarted) GetStepRef

func (x *CapabilityExecutionStarted) GetStepRef() int32

func (*CapabilityExecutionStarted) GetTimestamp

func (x *CapabilityExecutionStarted) GetTimestamp() string

func (*CapabilityExecutionStarted) GetWorkflow

func (x *CapabilityExecutionStarted) GetWorkflow() *WorkflowKey

func (*CapabilityExecutionStarted) GetWorkflowExecutionID

func (x *CapabilityExecutionStarted) GetWorkflowExecutionID() string

func (*CapabilityExecutionStarted) ProtoMessage

func (*CapabilityExecutionStarted) ProtoMessage()

func (*CapabilityExecutionStarted) ProtoReflect

func (*CapabilityExecutionStarted) Reset

func (x *CapabilityExecutionStarted) Reset()

func (*CapabilityExecutionStarted) String

func (x *CapabilityExecutionStarted) String() string

type ClassifiedExecutionStatus

type ClassifiedExecutionStatus int32

ClassifiedExecutionStatus is the terminal outcome of a workflow execution, distinguishing failures caused by the user's workflow (its code, config, or a returned error) from failures caused by the platform/infrastructure (execution timeouts, unavailable capabilities, internal engine errors). It is emitted alongside ExecutionStatus so downstream consumers can attribute a failure to the user vs the platform without inspecting free-text error strings.

const (
	ClassifiedExecutionStatus_CLASSIFIED_EXECUTION_STATUS_UNSPECIFIED  ClassifiedExecutionStatus = 0
	ClassifiedExecutionStatus_CLASSIFIED_EXECUTION_STATUS_SUCCEEDED    ClassifiedExecutionStatus = 1
	ClassifiedExecutionStatus_CLASSIFIED_EXECUTION_STATUS_USER_ERROR   ClassifiedExecutionStatus = 2
	ClassifiedExecutionStatus_CLASSIFIED_EXECUTION_STATUS_SYSTEM_ERROR ClassifiedExecutionStatus = 3
)

func (ClassifiedExecutionStatus) Descriptor

func (ClassifiedExecutionStatus) Enum

func (ClassifiedExecutionStatus) EnumDescriptor deprecated

func (ClassifiedExecutionStatus) EnumDescriptor() ([]byte, []int)

Deprecated: Use ClassifiedExecutionStatus.Descriptor instead.

func (ClassifiedExecutionStatus) Number

func (ClassifiedExecutionStatus) String

func (x ClassifiedExecutionStatus) String() string

func (ClassifiedExecutionStatus) Type

type CreInfo

type CreInfo struct {
	DonID                       int32  `protobuf:"varint,1,opt,name=donID,proto3" json:"donID,omitempty"`
	DonF                        int32  `protobuf:"varint,2,opt,name=donF,proto3" json:"donF,omitempty"`
	DonN                        int32  `protobuf:"varint,3,opt,name=donN,proto3" json:"donN,omitempty"`
	P2PID                       string `protobuf:"bytes,4,opt,name=p2pID,proto3" json:"p2pID,omitempty"`
	WorkflowRegistryAddress     string `protobuf:"bytes,5,opt,name=workflowRegistryAddress,proto3" json:"workflowRegistryAddress,omitempty"`
	WorkflowRegistryVersion     string `protobuf:"bytes,6,opt,name=workflowRegistryVersion,proto3" json:"workflowRegistryVersion,omitempty"`
	WorkflowRegistryChain       string `protobuf:"bytes,7,opt,name=workflowRegistryChain,proto3" json:"workflowRegistryChain,omitempty"`
	EngineVersion               string `protobuf:"bytes,8,opt,name=engineVersion,proto3" json:"engineVersion,omitempty"`
	CapabilitiesRegistryVersion string `protobuf:"bytes,9,opt,name=capabilitiesRegistryVersion,proto3" json:"capabilitiesRegistryVersion,omitempty"`
	DonVersion                  string `protobuf:"bytes,10,opt,name=donVersion,proto3" json:"donVersion,omitempty"`
	// workflowSource identifies where the workflow was deployed from.
	// Format varies by source type:
	//   - Onchain contract: "contract:{chain_selector}:{contract_address}"
	//   - GRPC source:      "grpc:{source_name}:v1"
	//   - File source:      "file:{source_name}:v1"
	WorkflowSource string `protobuf:"bytes,11,opt,name=workflowSource,proto3" json:"workflowSource,omitempty"`
	// contains filtered or unexported fields
}

func (*CreInfo) Descriptor deprecated

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

Deprecated: Use CreInfo.ProtoReflect.Descriptor instead.

func (*CreInfo) GetCapabilitiesRegistryVersion

func (x *CreInfo) GetCapabilitiesRegistryVersion() string

func (*CreInfo) GetDonF

func (x *CreInfo) GetDonF() int32

func (*CreInfo) GetDonID

func (x *CreInfo) GetDonID() int32

func (*CreInfo) GetDonN

func (x *CreInfo) GetDonN() int32

func (*CreInfo) GetDonVersion

func (x *CreInfo) GetDonVersion() string

func (*CreInfo) GetEngineVersion

func (x *CreInfo) GetEngineVersion() string

func (*CreInfo) GetP2PID

func (x *CreInfo) GetP2PID() string

func (*CreInfo) GetWorkflowRegistryAddress

func (x *CreInfo) GetWorkflowRegistryAddress() string

func (*CreInfo) GetWorkflowRegistryChain

func (x *CreInfo) GetWorkflowRegistryChain() string

func (*CreInfo) GetWorkflowRegistryVersion

func (x *CreInfo) GetWorkflowRegistryVersion() string

func (*CreInfo) GetWorkflowSource

func (x *CreInfo) GetWorkflowSource() string

func (*CreInfo) ProtoMessage

func (*CreInfo) ProtoMessage()

func (*CreInfo) ProtoReflect

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

func (*CreInfo) Reset

func (x *CreInfo) Reset()

func (*CreInfo) String

func (x *CreInfo) String() string

type ExecutionProfile

type ExecutionProfile struct {
	WorkflowID          string                  `protobuf:"bytes,1,opt,name=workflowID,proto3" json:"workflowID,omitempty"`
	WorkflowExecutionID string                  `protobuf:"bytes,2,opt,name=workflowExecutionID,proto3" json:"workflowExecutionID,omitempty"`
	StartTime           string                  `protobuf:"bytes,3,opt,name=startTime,proto3" json:"startTime,omitempty"`
	EndTime             string                  `protobuf:"bytes,4,opt,name=endTime,proto3" json:"endTime,omitempty"`
	Status              string                  `protobuf:"bytes,5,opt,name=status,proto3" json:"status,omitempty"`
	Steps               []*ExecutionProfileStep `protobuf:"bytes,6,rep,name=steps,proto3" json:"steps,omitempty"`
	// contains filtered or unexported fields
}

func (*ExecutionProfile) Descriptor deprecated

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

Deprecated: Use ExecutionProfile.ProtoReflect.Descriptor instead.

func (*ExecutionProfile) GetEndTime

func (x *ExecutionProfile) GetEndTime() string

func (*ExecutionProfile) GetStartTime

func (x *ExecutionProfile) GetStartTime() string

func (*ExecutionProfile) GetStatus

func (x *ExecutionProfile) GetStatus() string

func (*ExecutionProfile) GetSteps

func (x *ExecutionProfile) GetSteps() []*ExecutionProfileStep

func (*ExecutionProfile) GetWorkflowExecutionID

func (x *ExecutionProfile) GetWorkflowExecutionID() string

func (*ExecutionProfile) GetWorkflowID

func (x *ExecutionProfile) GetWorkflowID() string

func (*ExecutionProfile) ProtoMessage

func (*ExecutionProfile) ProtoMessage()

func (*ExecutionProfile) ProtoReflect

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

func (*ExecutionProfile) Reset

func (x *ExecutionProfile) Reset()

func (*ExecutionProfile) String

func (x *ExecutionProfile) String() string

type ExecutionProfileStep

type ExecutionProfileStep struct {
	StepID       string `protobuf:"bytes,1,opt,name=stepID,proto3" json:"stepID,omitempty"`
	StartTime    string `protobuf:"bytes,2,opt,name=startTime,proto3" json:"startTime,omitempty"`
	EndTime      string `protobuf:"bytes,3,opt,name=endTime,proto3" json:"endTime,omitempty"`
	CapabilityID string `protobuf:"bytes,4,opt,name=capabilityID,proto3" json:"capabilityID,omitempty"`
	HasError     bool   `protobuf:"varint,5,opt,name=hasError,proto3" json:"hasError,omitempty"`
	// contains filtered or unexported fields
}

func (*ExecutionProfileStep) Descriptor deprecated

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

Deprecated: Use ExecutionProfileStep.ProtoReflect.Descriptor instead.

func (*ExecutionProfileStep) GetCapabilityID

func (x *ExecutionProfileStep) GetCapabilityID() string

func (*ExecutionProfileStep) GetEndTime

func (x *ExecutionProfileStep) GetEndTime() string

func (*ExecutionProfileStep) GetHasError

func (x *ExecutionProfileStep) GetHasError() bool

func (*ExecutionProfileStep) GetStartTime

func (x *ExecutionProfileStep) GetStartTime() string

func (*ExecutionProfileStep) GetStepID

func (x *ExecutionProfileStep) GetStepID() string

func (*ExecutionProfileStep) ProtoMessage

func (*ExecutionProfileStep) ProtoMessage()

func (*ExecutionProfileStep) ProtoReflect

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

func (*ExecutionProfileStep) Reset

func (x *ExecutionProfileStep) Reset()

func (*ExecutionProfileStep) String

func (x *ExecutionProfileStep) String() string

type ExecutionStatus

type ExecutionStatus int32
const (
	ExecutionStatus_EXECUTION_STATUS_UNSPECIFIED ExecutionStatus = 0
	ExecutionStatus_EXECUTION_STATUS_SUCCEEDED   ExecutionStatus = 1
	ExecutionStatus_EXECUTION_STATUS_FAILED      ExecutionStatus = 2
)

func (ExecutionStatus) Descriptor

func (ExecutionStatus) Enum

func (x ExecutionStatus) Enum() *ExecutionStatus

func (ExecutionStatus) EnumDescriptor deprecated

func (ExecutionStatus) EnumDescriptor() ([]byte, []int)

Deprecated: Use ExecutionStatus.Descriptor instead.

func (ExecutionStatus) Number

func (ExecutionStatus) String

func (x ExecutionStatus) String() string

func (ExecutionStatus) Type

type NeverSendThis

type NeverSendThis struct {
	ThisIsForToolingOnly string `protobuf:"bytes,1,opt,name=thisIsForToolingOnly,proto3" json:"thisIsForToolingOnly,omitempty"`
	// contains filtered or unexported fields
}

NeverSendThis is a message that should never be sent. By including a root level message in this file, we can make iron-flask and the CTFv2 proto-processing work.

func (*NeverSendThis) Descriptor deprecated

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

Deprecated: Use NeverSendThis.ProtoReflect.Descriptor instead.

func (*NeverSendThis) GetThisIsForToolingOnly

func (x *NeverSendThis) GetThisIsForToolingOnly() string

func (*NeverSendThis) ProtoMessage

func (*NeverSendThis) ProtoMessage()

func (*NeverSendThis) ProtoReflect

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

func (*NeverSendThis) Reset

func (x *NeverSendThis) Reset()

func (*NeverSendThis) String

func (x *NeverSendThis) String() string

type TransactionInfo

type TransactionInfo struct {
	ChainSelector string `protobuf:"bytes,1,opt,name=chainSelector,proto3" json:"chainSelector,omitempty"`
	TxHash        string `protobuf:"bytes,2,opt,name=txHash,proto3" json:"txHash,omitempty"`
	GasCost       string `protobuf:"bytes,3,opt,name=gasCost,proto3" json:"gasCost,omitempty"`
	// contains filtered or unexported fields
}

func (*TransactionInfo) Descriptor deprecated

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

Deprecated: Use TransactionInfo.ProtoReflect.Descriptor instead.

func (*TransactionInfo) GetChainSelector

func (x *TransactionInfo) GetChainSelector() string

func (*TransactionInfo) GetGasCost

func (x *TransactionInfo) GetGasCost() string

func (*TransactionInfo) GetTxHash

func (x *TransactionInfo) GetTxHash() string

func (*TransactionInfo) ProtoMessage

func (*TransactionInfo) ProtoMessage()

func (*TransactionInfo) ProtoReflect

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

func (*TransactionInfo) Reset

func (x *TransactionInfo) Reset()

func (*TransactionInfo) String

func (x *TransactionInfo) String() string

type TriggerExecutionStarted

type TriggerExecutionStarted struct {
	CreInfo             *CreInfo     `protobuf:"bytes,1,opt,name=creInfo,proto3" json:"creInfo,omitempty"`
	Workflow            *WorkflowKey `protobuf:"bytes,2,opt,name=workflow,proto3" json:"workflow,omitempty"`
	WorkflowExecutionID string       `protobuf:"bytes,3,opt,name=workflowExecutionID,proto3" json:"workflowExecutionID,omitempty"`
	Timestamp           string       `protobuf:"bytes,4,opt,name=timestamp,proto3" json:"timestamp,omitempty"`
	TriggerID           string       `protobuf:"bytes,5,opt,name=triggerID,proto3" json:"triggerID,omitempty"`
	// contains filtered or unexported fields
}

func (*TriggerExecutionStarted) Descriptor deprecated

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

Deprecated: Use TriggerExecutionStarted.ProtoReflect.Descriptor instead.

func (*TriggerExecutionStarted) GetCreInfo

func (x *TriggerExecutionStarted) GetCreInfo() *CreInfo

func (*TriggerExecutionStarted) GetTimestamp

func (x *TriggerExecutionStarted) GetTimestamp() string

func (*TriggerExecutionStarted) GetTriggerID

func (x *TriggerExecutionStarted) GetTriggerID() string

func (*TriggerExecutionStarted) GetWorkflow

func (x *TriggerExecutionStarted) GetWorkflow() *WorkflowKey

func (*TriggerExecutionStarted) GetWorkflowExecutionID

func (x *TriggerExecutionStarted) GetWorkflowExecutionID() string

func (*TriggerExecutionStarted) ProtoMessage

func (*TriggerExecutionStarted) ProtoMessage()

func (*TriggerExecutionStarted) ProtoReflect

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

func (*TriggerExecutionStarted) Reset

func (x *TriggerExecutionStarted) Reset()

func (*TriggerExecutionStarted) String

func (x *TriggerExecutionStarted) String() string

type UserMetricType

type UserMetricType int32
const (
	UserMetricType_USER_METRIC_TYPE_UNSPECIFIED UserMetricType = 0
	UserMetricType_USER_METRIC_TYPE_COUNTER     UserMetricType = 1
	UserMetricType_USER_METRIC_TYPE_GAUGE       UserMetricType = 2
)

func (UserMetricType) Descriptor

func (UserMetricType) Enum

func (x UserMetricType) Enum() *UserMetricType

func (UserMetricType) EnumDescriptor deprecated

func (UserMetricType) EnumDescriptor() ([]byte, []int)

Deprecated: Use UserMetricType.Descriptor instead.

func (UserMetricType) Number

func (UserMetricType) String

func (x UserMetricType) String() string

func (UserMetricType) Type

type Workflow

type Workflow struct {
	WorkflowKey *WorkflowKey `protobuf:"bytes,1,opt,name=workflowKey,proto3" json:"workflowKey,omitempty"`
	Version     string       `protobuf:"bytes,2,opt,name=version,proto3" json:"version,omitempty"`
	BinaryURL   string       `protobuf:"bytes,3,opt,name=binaryURL,proto3" json:"binaryURL,omitempty"`
	ConfigURL   string       `protobuf:"bytes,4,opt,name=configURL,proto3" json:"configURL,omitempty"`
	// contains filtered or unexported fields
}

func (*Workflow) Descriptor deprecated

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

Deprecated: Use Workflow.ProtoReflect.Descriptor instead.

func (*Workflow) GetBinaryURL

func (x *Workflow) GetBinaryURL() string

func (*Workflow) GetConfigURL

func (x *Workflow) GetConfigURL() string

func (*Workflow) GetVersion

func (x *Workflow) GetVersion() string

func (*Workflow) GetWorkflowKey

func (x *Workflow) GetWorkflowKey() *WorkflowKey

func (*Workflow) ProtoMessage

func (*Workflow) ProtoMessage()

func (*Workflow) ProtoReflect

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

func (*Workflow) Reset

func (x *Workflow) Reset()

func (*Workflow) String

func (x *Workflow) String() string

type WorkflowActivated

type WorkflowActivated struct {
	CreInfo      *CreInfo         `protobuf:"bytes,1,opt,name=creInfo,proto3" json:"creInfo,omitempty"`
	Timestamp    string           `protobuf:"bytes,2,opt,name=timestamp,proto3" json:"timestamp,omitempty"`
	TxInfo       *TransactionInfo `protobuf:"bytes,3,opt,name=txInfo,proto3" json:"txInfo,omitempty"`
	Workflow     *Workflow        `protobuf:"bytes,4,opt,name=workflow,proto3" json:"workflow,omitempty"`
	ErrorMessage string           `protobuf:"bytes,5,opt,name=errorMessage,proto3" json:"errorMessage,omitempty"` // present ⇔ failure
	// contains filtered or unexported fields
}

func (*WorkflowActivated) Descriptor deprecated

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

Deprecated: Use WorkflowActivated.ProtoReflect.Descriptor instead.

func (*WorkflowActivated) GetCreInfo

func (x *WorkflowActivated) GetCreInfo() *CreInfo

func (*WorkflowActivated) GetErrorMessage

func (x *WorkflowActivated) GetErrorMessage() string

func (*WorkflowActivated) GetTimestamp

func (x *WorkflowActivated) GetTimestamp() string

func (*WorkflowActivated) GetTxInfo

func (x *WorkflowActivated) GetTxInfo() *TransactionInfo

func (*WorkflowActivated) GetWorkflow

func (x *WorkflowActivated) GetWorkflow() *Workflow

func (*WorkflowActivated) ProtoMessage

func (*WorkflowActivated) ProtoMessage()

func (*WorkflowActivated) ProtoReflect

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

func (*WorkflowActivated) Reset

func (x *WorkflowActivated) Reset()

func (*WorkflowActivated) String

func (x *WorkflowActivated) String() string

type WorkflowActivationAbandoned

type WorkflowActivationAbandoned struct {
	CreInfo      *CreInfo                `protobuf:"bytes,1,opt,name=creInfo,proto3" json:"creInfo,omitempty"`
	Workflow     *Workflow               `protobuf:"bytes,2,opt,name=workflow,proto3" json:"workflow,omitempty"`
	Timestamp    uint64                  `protobuf:"varint,3,opt,name=timestamp,proto3" json:"timestamp,omitempty"` // unix timestamp
	ErrorMessage string                  `protobuf:"bytes,4,opt,name=errorMessage,proto3" json:"errorMessage,omitempty"`
	Reason       ActivationAbandonReason `protobuf:"varint,5,opt,name=reason,proto3,enum=workflows.v2.ActivationAbandonReason" json:"reason,omitempty"`
	RetryCount   int32                   `protobuf:"varint,6,opt,name=retryCount,proto3" json:"retryCount,omitempty"`
	// contains filtered or unexported fields
}

func (*WorkflowActivationAbandoned) Descriptor deprecated

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

Deprecated: Use WorkflowActivationAbandoned.ProtoReflect.Descriptor instead.

func (*WorkflowActivationAbandoned) GetCreInfo

func (x *WorkflowActivationAbandoned) GetCreInfo() *CreInfo

func (*WorkflowActivationAbandoned) GetErrorMessage

func (x *WorkflowActivationAbandoned) GetErrorMessage() string

func (*WorkflowActivationAbandoned) GetReason

func (*WorkflowActivationAbandoned) GetRetryCount

func (x *WorkflowActivationAbandoned) GetRetryCount() int32

func (*WorkflowActivationAbandoned) GetTimestamp

func (x *WorkflowActivationAbandoned) GetTimestamp() uint64

func (*WorkflowActivationAbandoned) GetWorkflow

func (x *WorkflowActivationAbandoned) GetWorkflow() *Workflow

func (*WorkflowActivationAbandoned) ProtoMessage

func (*WorkflowActivationAbandoned) ProtoMessage()

func (*WorkflowActivationAbandoned) ProtoReflect

func (*WorkflowActivationAbandoned) Reset

func (x *WorkflowActivationAbandoned) Reset()

func (*WorkflowActivationAbandoned) String

func (x *WorkflowActivationAbandoned) String() string

type WorkflowDeleted

type WorkflowDeleted struct {
	CreInfo      *CreInfo         `protobuf:"bytes,1,opt,name=creInfo,proto3" json:"creInfo,omitempty"`
	Timestamp    string           `protobuf:"bytes,2,opt,name=timestamp,proto3" json:"timestamp,omitempty"`
	TxInfo       *TransactionInfo `protobuf:"bytes,3,opt,name=txInfo,proto3" json:"txInfo,omitempty"`
	Workflow     *Workflow        `protobuf:"bytes,4,opt,name=workflow,proto3" json:"workflow,omitempty"`
	ErrorMessage string           `protobuf:"bytes,5,opt,name=errorMessage,proto3" json:"errorMessage,omitempty"` // present ⇔ failure
	// contains filtered or unexported fields
}

func (*WorkflowDeleted) Descriptor deprecated

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

Deprecated: Use WorkflowDeleted.ProtoReflect.Descriptor instead.

func (*WorkflowDeleted) GetCreInfo

func (x *WorkflowDeleted) GetCreInfo() *CreInfo

func (*WorkflowDeleted) GetErrorMessage

func (x *WorkflowDeleted) GetErrorMessage() string

func (*WorkflowDeleted) GetTimestamp

func (x *WorkflowDeleted) GetTimestamp() string

func (*WorkflowDeleted) GetTxInfo

func (x *WorkflowDeleted) GetTxInfo() *TransactionInfo

func (*WorkflowDeleted) GetWorkflow

func (x *WorkflowDeleted) GetWorkflow() *Workflow

func (*WorkflowDeleted) ProtoMessage

func (*WorkflowDeleted) ProtoMessage()

func (*WorkflowDeleted) ProtoReflect

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

func (*WorkflowDeleted) Reset

func (x *WorkflowDeleted) Reset()

func (*WorkflowDeleted) String

func (x *WorkflowDeleted) String() string

type WorkflowDeployed

type WorkflowDeployed struct {
	CreInfo      *CreInfo         `protobuf:"bytes,1,opt,name=creInfo,proto3" json:"creInfo,omitempty"`
	Timestamp    string           `protobuf:"bytes,2,opt,name=timestamp,proto3" json:"timestamp,omitempty"`
	TxInfo       *TransactionInfo `protobuf:"bytes,3,opt,name=txInfo,proto3" json:"txInfo,omitempty"`
	Workflow     *Workflow        `protobuf:"bytes,4,opt,name=workflow,proto3" json:"workflow,omitempty"`
	ErrorMessage string           `protobuf:"bytes,5,opt,name=errorMessage,proto3" json:"errorMessage,omitempty"` // present ⇔ failure
	// contains filtered or unexported fields
}

func (*WorkflowDeployed) Descriptor deprecated

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

Deprecated: Use WorkflowDeployed.ProtoReflect.Descriptor instead.

func (*WorkflowDeployed) GetCreInfo

func (x *WorkflowDeployed) GetCreInfo() *CreInfo

func (*WorkflowDeployed) GetErrorMessage

func (x *WorkflowDeployed) GetErrorMessage() string

func (*WorkflowDeployed) GetTimestamp

func (x *WorkflowDeployed) GetTimestamp() string

func (*WorkflowDeployed) GetTxInfo

func (x *WorkflowDeployed) GetTxInfo() *TransactionInfo

func (*WorkflowDeployed) GetWorkflow

func (x *WorkflowDeployed) GetWorkflow() *Workflow

func (*WorkflowDeployed) ProtoMessage

func (*WorkflowDeployed) ProtoMessage()

func (*WorkflowDeployed) ProtoReflect

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

func (*WorkflowDeployed) Reset

func (x *WorkflowDeployed) Reset()

func (*WorkflowDeployed) String

func (x *WorkflowDeployed) String() string

type WorkflowExecutionFinished

type WorkflowExecutionFinished struct {
	CreInfo             *CreInfo        `protobuf:"bytes,1,opt,name=creInfo,proto3" json:"creInfo,omitempty"`
	Workflow            *WorkflowKey    `protobuf:"bytes,2,opt,name=workflow,proto3" json:"workflow,omitempty"`
	WorkflowExecutionID string          `protobuf:"bytes,3,opt,name=workflowExecutionID,proto3" json:"workflowExecutionID,omitempty"`
	Timestamp           string          `protobuf:"bytes,4,opt,name=timestamp,proto3" json:"timestamp,omitempty"`
	Status              ExecutionStatus `protobuf:"varint,5,opt,name=status,proto3,enum=workflows.v2.ExecutionStatus" json:"status,omitempty"`
	Error               string          `protobuf:"bytes,6,opt,name=error,proto3" json:"error,omitempty"`
	ExecutedInTEE       bool            `protobuf:"varint,7,opt,name=executedInTEE,proto3" json:"executedInTEE,omitempty"`
	// extends ExecutionStatus to track system and user error while remaining backwards compatible
	ClassifiedStatus ClassifiedExecutionStatus `` /* 130-byte string literal not displayed */
	// contains filtered or unexported fields
}

func (*WorkflowExecutionFinished) Descriptor deprecated

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

Deprecated: Use WorkflowExecutionFinished.ProtoReflect.Descriptor instead.

func (*WorkflowExecutionFinished) GetClassifiedStatus

func (x *WorkflowExecutionFinished) GetClassifiedStatus() ClassifiedExecutionStatus

func (*WorkflowExecutionFinished) GetCreInfo

func (x *WorkflowExecutionFinished) GetCreInfo() *CreInfo

func (*WorkflowExecutionFinished) GetError

func (x *WorkflowExecutionFinished) GetError() string

func (*WorkflowExecutionFinished) GetExecutedInTEE

func (x *WorkflowExecutionFinished) GetExecutedInTEE() bool

func (*WorkflowExecutionFinished) GetStatus

func (*WorkflowExecutionFinished) GetTimestamp

func (x *WorkflowExecutionFinished) GetTimestamp() string

func (*WorkflowExecutionFinished) GetWorkflow

func (x *WorkflowExecutionFinished) GetWorkflow() *WorkflowKey

func (*WorkflowExecutionFinished) GetWorkflowExecutionID

func (x *WorkflowExecutionFinished) GetWorkflowExecutionID() string

func (*WorkflowExecutionFinished) ProtoMessage

func (*WorkflowExecutionFinished) ProtoMessage()

func (*WorkflowExecutionFinished) ProtoReflect

func (*WorkflowExecutionFinished) Reset

func (x *WorkflowExecutionFinished) Reset()

func (*WorkflowExecutionFinished) String

func (x *WorkflowExecutionFinished) String() string

type WorkflowExecutionStarted

type WorkflowExecutionStarted struct {
	CreInfo             *CreInfo     `protobuf:"bytes,1,opt,name=creInfo,proto3" json:"creInfo,omitempty"`
	Workflow            *WorkflowKey `protobuf:"bytes,2,opt,name=workflow,proto3" json:"workflow,omitempty"`
	WorkflowExecutionID string       `protobuf:"bytes,3,opt,name=workflowExecutionID,proto3" json:"workflowExecutionID,omitempty"`
	Timestamp           string       `protobuf:"bytes,4,opt,name=timestamp,proto3" json:"timestamp,omitempty"`
	TriggerID           string       `protobuf:"bytes,5,opt,name=triggerID,proto3" json:"triggerID,omitempty"`
	// contains filtered or unexported fields
}

func (*WorkflowExecutionStarted) Descriptor deprecated

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

Deprecated: Use WorkflowExecutionStarted.ProtoReflect.Descriptor instead.

func (*WorkflowExecutionStarted) GetCreInfo

func (x *WorkflowExecutionStarted) GetCreInfo() *CreInfo

func (*WorkflowExecutionStarted) GetTimestamp

func (x *WorkflowExecutionStarted) GetTimestamp() string

func (*WorkflowExecutionStarted) GetTriggerID

func (x *WorkflowExecutionStarted) GetTriggerID() string

func (*WorkflowExecutionStarted) GetWorkflow

func (x *WorkflowExecutionStarted) GetWorkflow() *WorkflowKey

func (*WorkflowExecutionStarted) GetWorkflowExecutionID

func (x *WorkflowExecutionStarted) GetWorkflowExecutionID() string

func (*WorkflowExecutionStarted) ProtoMessage

func (*WorkflowExecutionStarted) ProtoMessage()

func (*WorkflowExecutionStarted) ProtoReflect

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

func (*WorkflowExecutionStarted) Reset

func (x *WorkflowExecutionStarted) Reset()

func (*WorkflowExecutionStarted) String

func (x *WorkflowExecutionStarted) String() string

type WorkflowKey

type WorkflowKey struct {
	WorkflowOwner  string `protobuf:"bytes,1,opt,name=workflowOwner,proto3" json:"workflowOwner,omitempty"`
	WorkflowName   string `protobuf:"bytes,2,opt,name=workflowName,proto3" json:"workflowName,omitempty"`
	WorkflowID     string `protobuf:"bytes,3,opt,name=workflowID,proto3" json:"workflowID,omitempty"`
	OrganizationID string `protobuf:"bytes,4,opt,name=organizationID,proto3" json:"organizationID,omitempty"`
	// contains filtered or unexported fields
}

func (*WorkflowKey) Descriptor deprecated

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

Deprecated: Use WorkflowKey.ProtoReflect.Descriptor instead.

func (*WorkflowKey) GetOrganizationID

func (x *WorkflowKey) GetOrganizationID() string

func (*WorkflowKey) GetWorkflowID

func (x *WorkflowKey) GetWorkflowID() string

func (*WorkflowKey) GetWorkflowName

func (x *WorkflowKey) GetWorkflowName() string

func (*WorkflowKey) GetWorkflowOwner

func (x *WorkflowKey) GetWorkflowOwner() string

func (*WorkflowKey) ProtoMessage

func (*WorkflowKey) ProtoMessage()

func (*WorkflowKey) ProtoReflect

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

func (*WorkflowKey) Reset

func (x *WorkflowKey) Reset()

func (*WorkflowKey) String

func (x *WorkflowKey) String() string

type WorkflowPaused

type WorkflowPaused struct {
	CreInfo      *CreInfo         `protobuf:"bytes,1,opt,name=creInfo,proto3" json:"creInfo,omitempty"`
	Timestamp    string           `protobuf:"bytes,2,opt,name=timestamp,proto3" json:"timestamp,omitempty"`
	TxInfo       *TransactionInfo `protobuf:"bytes,3,opt,name=txInfo,proto3" json:"txInfo,omitempty"`
	Workflow     *Workflow        `protobuf:"bytes,4,opt,name=workflow,proto3" json:"workflow,omitempty"`
	ErrorMessage string           `protobuf:"bytes,5,opt,name=errorMessage,proto3" json:"errorMessage,omitempty"` // present ⇔ failure
	// contains filtered or unexported fields
}

func (*WorkflowPaused) Descriptor deprecated

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

Deprecated: Use WorkflowPaused.ProtoReflect.Descriptor instead.

func (*WorkflowPaused) GetCreInfo

func (x *WorkflowPaused) GetCreInfo() *CreInfo

func (*WorkflowPaused) GetErrorMessage

func (x *WorkflowPaused) GetErrorMessage() string

func (*WorkflowPaused) GetTimestamp

func (x *WorkflowPaused) GetTimestamp() string

func (*WorkflowPaused) GetTxInfo

func (x *WorkflowPaused) GetTxInfo() *TransactionInfo

func (*WorkflowPaused) GetWorkflow

func (x *WorkflowPaused) GetWorkflow() *Workflow

func (*WorkflowPaused) ProtoMessage

func (*WorkflowPaused) ProtoMessage()

func (*WorkflowPaused) ProtoReflect

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

func (*WorkflowPaused) Reset

func (x *WorkflowPaused) Reset()

func (*WorkflowPaused) String

func (x *WorkflowPaused) String() string

type WorkflowUpdated

type WorkflowUpdated struct {
	CreInfo      *CreInfo         `protobuf:"bytes,1,opt,name=creInfo,proto3" json:"creInfo,omitempty"`
	Timestamp    string           `protobuf:"bytes,2,opt,name=timestamp,proto3" json:"timestamp,omitempty"`
	TxInfo       *TransactionInfo `protobuf:"bytes,3,opt,name=txInfo,proto3" json:"txInfo,omitempty"`
	Workflow     *Workflow        `protobuf:"bytes,4,opt,name=workflow,proto3" json:"workflow,omitempty"`
	ErrorMessage string           `protobuf:"bytes,5,opt,name=errorMessage,proto3" json:"errorMessage,omitempty"` // present ⇔ failure
	// contains filtered or unexported fields
}

func (*WorkflowUpdated) Descriptor deprecated

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

Deprecated: Use WorkflowUpdated.ProtoReflect.Descriptor instead.

func (*WorkflowUpdated) GetCreInfo

func (x *WorkflowUpdated) GetCreInfo() *CreInfo

func (*WorkflowUpdated) GetErrorMessage

func (x *WorkflowUpdated) GetErrorMessage() string

func (*WorkflowUpdated) GetTimestamp

func (x *WorkflowUpdated) GetTimestamp() string

func (*WorkflowUpdated) GetTxInfo

func (x *WorkflowUpdated) GetTxInfo() *TransactionInfo

func (*WorkflowUpdated) GetWorkflow

func (x *WorkflowUpdated) GetWorkflow() *Workflow

func (*WorkflowUpdated) ProtoMessage

func (*WorkflowUpdated) ProtoMessage()

func (*WorkflowUpdated) ProtoReflect

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

func (*WorkflowUpdated) Reset

func (x *WorkflowUpdated) Reset()

func (*WorkflowUpdated) String

func (x *WorkflowUpdated) String() string

type WorkflowUserLog

type WorkflowUserLog struct {
	CreInfo             *CreInfo          `protobuf:"bytes,1,opt,name=creInfo,proto3" json:"creInfo,omitempty"`
	Workflow            *WorkflowKey      `protobuf:"bytes,2,opt,name=workflow,proto3" json:"workflow,omitempty"`
	WorkflowExecutionID string            `protobuf:"bytes,3,opt,name=workflowExecutionID,proto3" json:"workflowExecutionID,omitempty"`
	Timestamp           string            `protobuf:"bytes,4,opt,name=timestamp,proto3" json:"timestamp,omitempty"`
	Msg                 string            `protobuf:"bytes,5,opt,name=msg,proto3" json:"msg,omitempty"`
	Labels              map[string]string `` /* 139-byte string literal not displayed */
	// contains filtered or unexported fields
}

func (*WorkflowUserLog) Descriptor deprecated

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

Deprecated: Use WorkflowUserLog.ProtoReflect.Descriptor instead.

func (*WorkflowUserLog) GetCreInfo

func (x *WorkflowUserLog) GetCreInfo() *CreInfo

func (*WorkflowUserLog) GetLabels

func (x *WorkflowUserLog) GetLabels() map[string]string

func (*WorkflowUserLog) GetMsg

func (x *WorkflowUserLog) GetMsg() string

func (*WorkflowUserLog) GetTimestamp

func (x *WorkflowUserLog) GetTimestamp() string

func (*WorkflowUserLog) GetWorkflow

func (x *WorkflowUserLog) GetWorkflow() *WorkflowKey

func (*WorkflowUserLog) GetWorkflowExecutionID

func (x *WorkflowUserLog) GetWorkflowExecutionID() string

func (*WorkflowUserLog) ProtoMessage

func (*WorkflowUserLog) ProtoMessage()

func (*WorkflowUserLog) ProtoReflect

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

func (*WorkflowUserLog) Reset

func (x *WorkflowUserLog) Reset()

func (*WorkflowUserLog) String

func (x *WorkflowUserLog) String() string

type WorkflowUserMetric

type WorkflowUserMetric struct {
	CreInfo             *CreInfo          `protobuf:"bytes,1,opt,name=creInfo,proto3" json:"creInfo,omitempty"`
	Workflow            *WorkflowKey      `protobuf:"bytes,2,opt,name=workflow,proto3" json:"workflow,omitempty"`
	WorkflowExecutionID string            `protobuf:"bytes,3,opt,name=workflowExecutionID,proto3" json:"workflowExecutionID,omitempty"`
	Timestamp           string            `protobuf:"bytes,4,opt,name=timestamp,proto3" json:"timestamp,omitempty"`
	Name                string            `protobuf:"bytes,5,opt,name=name,proto3" json:"name,omitempty"`
	Value               float64           `protobuf:"fixed64,6,opt,name=value,proto3" json:"value,omitempty"`
	Type                UserMetricType    `protobuf:"varint,7,opt,name=type,proto3,enum=workflows.v2.UserMetricType" json:"type,omitempty"`
	Labels              map[string]string `` /* 139-byte string literal not displayed */
	// contains filtered or unexported fields
}

func (*WorkflowUserMetric) Descriptor deprecated

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

Deprecated: Use WorkflowUserMetric.ProtoReflect.Descriptor instead.

func (*WorkflowUserMetric) GetCreInfo

func (x *WorkflowUserMetric) GetCreInfo() *CreInfo

func (*WorkflowUserMetric) GetLabels

func (x *WorkflowUserMetric) GetLabels() map[string]string

func (*WorkflowUserMetric) GetName

func (x *WorkflowUserMetric) GetName() string

func (*WorkflowUserMetric) GetTimestamp

func (x *WorkflowUserMetric) GetTimestamp() string

func (*WorkflowUserMetric) GetType

func (x *WorkflowUserMetric) GetType() UserMetricType

func (*WorkflowUserMetric) GetValue

func (x *WorkflowUserMetric) GetValue() float64

func (*WorkflowUserMetric) GetWorkflow

func (x *WorkflowUserMetric) GetWorkflow() *WorkflowKey

func (*WorkflowUserMetric) GetWorkflowExecutionID

func (x *WorkflowUserMetric) GetWorkflowExecutionID() string

func (*WorkflowUserMetric) ProtoMessage

func (*WorkflowUserMetric) ProtoMessage()

func (*WorkflowUserMetric) ProtoReflect

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

func (*WorkflowUserMetric) Reset

func (x *WorkflowUserMetric) Reset()

func (*WorkflowUserMetric) String

func (x *WorkflowUserMetric) String() string

Jump to

Keyboard shortcuts

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