Documentation ¶
Index ¶
- Variables
- type CancelWorkflowInstanceRequest
- func (*CancelWorkflowInstanceRequest) Descriptor() ([]byte, []int)deprecated
- func (x *CancelWorkflowInstanceRequest) GetId() string
- func (*CancelWorkflowInstanceRequest) ProtoMessage()
- func (x *CancelWorkflowInstanceRequest) ProtoReflect() protoreflect.Message
- func (x *CancelWorkflowInstanceRequest) Reset()
- func (x *CancelWorkflowInstanceRequest) String() string
- type Element
- func (*Element) Descriptor() ([]byte, []int)deprecated
- func (x *Element) GetDocumentation() string
- func (x *Element) GetExecute() string
- func (x *Element) GetId() string
- func (x *Element) GetMsg() string
- func (x *Element) GetName() string
- func (x *Element) GetOutbound() *Targets
- func (x *Element) GetProcess() *Process
- func (x *Element) GetType() string
- func (*Element) ProtoMessage()
- func (x *Element) ProtoReflect() protoreflect.Message
- func (x *Element) Reset()
- func (x *Element) String() string
- type GetWorkflowInstanceStatusRequest
- func (*GetWorkflowInstanceStatusRequest) Descriptor() ([]byte, []int)deprecated
- func (x *GetWorkflowInstanceStatusRequest) GetId() string
- func (*GetWorkflowInstanceStatusRequest) ProtoMessage()
- func (x *GetWorkflowInstanceStatusRequest) ProtoReflect() protoreflect.Message
- func (x *GetWorkflowInstanceStatusRequest) Reset()
- func (x *GetWorkflowInstanceStatusRequest) String() string
- type LaunchWorkflowRequest
- func (*LaunchWorkflowRequest) Descriptor() ([]byte, []int)deprecated
- func (x *LaunchWorkflowRequest) GetName() string
- func (x *LaunchWorkflowRequest) GetVars() []byte
- func (*LaunchWorkflowRequest) ProtoMessage()
- func (x *LaunchWorkflowRequest) ProtoReflect() protoreflect.Message
- func (x *LaunchWorkflowRequest) Reset()
- func (x *LaunchWorkflowRequest) String() string
- type ListWorkflowInstanceRequest
- func (*ListWorkflowInstanceRequest) Descriptor() ([]byte, []int)deprecated
- func (x *ListWorkflowInstanceRequest) GetWorkflowName() string
- func (*ListWorkflowInstanceRequest) ProtoMessage()
- func (x *ListWorkflowInstanceRequest) ProtoReflect() protoreflect.Message
- func (x *ListWorkflowInstanceRequest) Reset()
- func (x *ListWorkflowInstanceRequest) String() string
- type ListWorkflowInstanceResponse
- func (*ListWorkflowInstanceResponse) Descriptor() ([]byte, []int)deprecated
- func (x *ListWorkflowInstanceResponse) GetResult() []*ListWorkflowInstanceResult
- func (*ListWorkflowInstanceResponse) ProtoMessage()
- func (x *ListWorkflowInstanceResponse) ProtoReflect() protoreflect.Message
- func (x *ListWorkflowInstanceResponse) Reset()
- func (x *ListWorkflowInstanceResponse) String() string
- type ListWorkflowInstanceResult
- func (*ListWorkflowInstanceResult) Descriptor() ([]byte, []int)deprecated
- func (x *ListWorkflowInstanceResult) GetId() string
- func (x *ListWorkflowInstanceResult) GetVersion() int32
- func (*ListWorkflowInstanceResult) ProtoMessage()
- func (x *ListWorkflowInstanceResult) ProtoReflect() protoreflect.Message
- func (x *ListWorkflowInstanceResult) Reset()
- func (x *ListWorkflowInstanceResult) String() string
- type ListWorkflowResult
- func (*ListWorkflowResult) Descriptor() ([]byte, []int)deprecated
- func (x *ListWorkflowResult) GetName() string
- func (x *ListWorkflowResult) GetVersion() int32
- func (*ListWorkflowResult) ProtoMessage()
- func (x *ListWorkflowResult) ProtoReflect() protoreflect.Message
- func (x *ListWorkflowResult) Reset()
- func (x *ListWorkflowResult) String() string
- type ListWorkflowsResponse
- func (*ListWorkflowsResponse) Descriptor() ([]byte, []int)deprecated
- func (x *ListWorkflowsResponse) GetResult() []*ListWorkflowResult
- func (*ListWorkflowsResponse) ProtoMessage()
- func (x *ListWorkflowsResponse) ProtoReflect() protoreflect.Message
- func (x *ListWorkflowsResponse) Reset()
- func (x *ListWorkflowsResponse) String() string
- type MessageInstance
- func (*MessageInstance) Descriptor() ([]byte, []int)deprecated
- func (x *MessageInstance) GetCorrelationKey() string
- func (x *MessageInstance) GetMessageId() string
- func (*MessageInstance) ProtoMessage()
- func (x *MessageInstance) ProtoReflect() protoreflect.Message
- func (x *MessageInstance) Reset()
- func (x *MessageInstance) String() string
- type Messages
- type Process
- type SendMessageRequest
- func (*SendMessageRequest) Descriptor() ([]byte, []int)deprecated
- func (x *SendMessageRequest) GetKey() string
- func (x *SendMessageRequest) GetName() string
- func (x *SendMessageRequest) GetWorkflowInstanceId() string
- func (*SendMessageRequest) ProtoMessage()
- func (x *SendMessageRequest) ProtoReflect() protoreflect.Message
- func (x *SendMessageRequest) Reset()
- func (x *SendMessageRequest) String() string
- type Target
- func (*Target) Descriptor() ([]byte, []int)deprecated
- func (x *Target) GetConditions() []string
- func (x *Target) GetId() string
- func (x *Target) GetTarget() string
- func (*Target) ProtoMessage()
- func (x *Target) ProtoReflect() protoreflect.Message
- func (x *Target) Reset()
- func (x *Target) String() string
- type Targets
- type Vars
- type Workflow
- func (*Workflow) Descriptor() ([]byte, []int)deprecated
- func (x *Workflow) GetMessages() []*Element
- func (x *Workflow) GetName() string
- func (x *Workflow) GetProcess() map[string]*Process
- func (*Workflow) ProtoMessage()
- func (x *Workflow) ProtoReflect() protoreflect.Message
- func (x *Workflow) Reset()
- func (x *Workflow) String() string
- type WorkflowInstance
- func (*WorkflowInstance) Descriptor() ([]byte, []int)deprecated
- func (x *WorkflowInstance) GetParentElementId() string
- func (x *WorkflowInstance) GetParentWorkflowInstanceId() string
- func (x *WorkflowInstance) GetWorkflowId() string
- func (x *WorkflowInstance) GetWorkflowInstanceId() string
- func (*WorkflowInstance) ProtoMessage()
- func (x *WorkflowInstance) ProtoReflect() protoreflect.Message
- func (x *WorkflowInstance) Reset()
- func (x *WorkflowInstance) String() string
- type WorkflowInstanceComplete
- func (*WorkflowInstanceComplete) Descriptor() ([]byte, []int)deprecated
- func (x *WorkflowInstanceComplete) GetWorkflowId() string
- func (x *WorkflowInstanceComplete) GetWorkflowInstanceId() string
- func (x *WorkflowInstanceComplete) GetWorkflowName() string
- func (*WorkflowInstanceComplete) ProtoMessage()
- func (x *WorkflowInstanceComplete) ProtoReflect() protoreflect.Message
- func (x *WorkflowInstanceComplete) Reset()
- func (x *WorkflowInstanceComplete) String() string
- type WorkflowInstanceInfo
- func (*WorkflowInstanceInfo) Descriptor() ([]byte, []int)deprecated
- func (x *WorkflowInstanceInfo) GetId() string
- func (x *WorkflowInstanceInfo) GetWorkflowId() string
- func (*WorkflowInstanceInfo) ProtoMessage()
- func (x *WorkflowInstanceInfo) ProtoReflect() protoreflect.Message
- func (x *WorkflowInstanceInfo) Reset()
- func (x *WorkflowInstanceInfo) String() string
- type WorkflowInstanceStatus
- func (*WorkflowInstanceStatus) Descriptor() ([]byte, []int)deprecated
- func (x *WorkflowInstanceStatus) GetState() []*WorkflowState
- func (*WorkflowInstanceStatus) ProtoMessage()
- func (x *WorkflowInstanceStatus) ProtoReflect() protoreflect.Message
- func (x *WorkflowInstanceStatus) Reset()
- func (x *WorkflowInstanceStatus) String() string
- type WorkflowInstanceSubscribers
- func (*WorkflowInstanceSubscribers) Descriptor() ([]byte, []int)deprecated
- func (x *WorkflowInstanceSubscribers) GetList() []string
- func (*WorkflowInstanceSubscribers) ProtoMessage()
- func (x *WorkflowInstanceSubscribers) ProtoReflect() protoreflect.Message
- func (x *WorkflowInstanceSubscribers) Reset()
- func (x *WorkflowInstanceSubscribers) String() string
- type WorkflowState
- func (*WorkflowState) Descriptor() ([]byte, []int)deprecated
- func (x *WorkflowState) GetCondition() string
- func (x *WorkflowState) GetElementId() string
- func (x *WorkflowState) GetElementType() string
- func (x *WorkflowState) GetExecute() string
- func (x *WorkflowState) GetState() string
- func (x *WorkflowState) GetTrackingId() string
- func (x *WorkflowState) GetUnixTimeNano() int64
- func (x *WorkflowState) GetVars() []byte
- func (x *WorkflowState) GetWorkflowId() string
- func (x *WorkflowState) GetWorkflowInstanceId() string
- func (*WorkflowState) ProtoMessage()
- func (x *WorkflowState) ProtoReflect() protoreflect.Message
- func (x *WorkflowState) Reset()
- func (x *WorkflowState) String() string
- type WorkflowVersion
- func (*WorkflowVersion) Descriptor() ([]byte, []int)deprecated
- func (x *WorkflowVersion) GetId() string
- func (x *WorkflowVersion) GetNumber() int32
- func (x *WorkflowVersion) GetSha256() []byte
- func (*WorkflowVersion) ProtoMessage()
- func (x *WorkflowVersion) ProtoReflect() protoreflect.Message
- func (x *WorkflowVersion) Reset()
- func (x *WorkflowVersion) String() string
- type WorkflowVersions
- func (*WorkflowVersions) Descriptor() ([]byte, []int)deprecated
- func (x *WorkflowVersions) GetVersion() []*WorkflowVersion
- func (*WorkflowVersions) ProtoMessage()
- func (x *WorkflowVersions) ProtoReflect() protoreflect.Message
- func (x *WorkflowVersions) Reset()
- func (x *WorkflowVersions) String() string
Constants ¶
This section is empty.
Variables ¶
var File_models_proto protoreflect.FileDescriptor
var File_server_proto protoreflect.FileDescriptor
Functions ¶
This section is empty.
Types ¶
type CancelWorkflowInstanceRequest ¶
type CancelWorkflowInstanceRequest struct { Id string `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"` // contains filtered or unexported fields }
func (*CancelWorkflowInstanceRequest) Descriptor
deprecated
func (*CancelWorkflowInstanceRequest) Descriptor() ([]byte, []int)
Deprecated: Use CancelWorkflowInstanceRequest.ProtoReflect.Descriptor instead.
func (*CancelWorkflowInstanceRequest) GetId ¶
func (x *CancelWorkflowInstanceRequest) GetId() string
func (*CancelWorkflowInstanceRequest) ProtoMessage ¶
func (*CancelWorkflowInstanceRequest) ProtoMessage()
func (*CancelWorkflowInstanceRequest) ProtoReflect ¶
func (x *CancelWorkflowInstanceRequest) ProtoReflect() protoreflect.Message
func (*CancelWorkflowInstanceRequest) Reset ¶
func (x *CancelWorkflowInstanceRequest) Reset()
func (*CancelWorkflowInstanceRequest) String ¶
func (x *CancelWorkflowInstanceRequest) String() string
type Element ¶
type Element struct { Id string `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"` Name string `protobuf:"bytes,2,opt,name=name,proto3" json:"name,omitempty"` Type string `protobuf:"bytes,3,opt,name=type,proto3" json:"type,omitempty"` Documentation string `protobuf:"bytes,4,opt,name=documentation,proto3" json:"documentation,omitempty"` Execute string `protobuf:"bytes,5,opt,name=execute,proto3" json:"execute,omitempty"` Outbound *Targets `protobuf:"bytes,6,opt,name=outbound,proto3" json:"outbound,omitempty"` Process *Process `protobuf:"bytes,7,opt,name=process,proto3" json:"process,omitempty"` Msg string `protobuf:"bytes,8,opt,name=msg,proto3" json:"msg,omitempty"` // contains filtered or unexported fields }
func (*Element) Descriptor
deprecated
func (*Element) GetDocumentation ¶
func (*Element) GetExecute ¶
func (*Element) GetOutbound ¶
func (*Element) GetProcess ¶
func (*Element) ProtoMessage ¶
func (*Element) ProtoMessage()
func (*Element) ProtoReflect ¶
func (x *Element) ProtoReflect() protoreflect.Message
type GetWorkflowInstanceStatusRequest ¶
type GetWorkflowInstanceStatusRequest struct { Id string `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"` // contains filtered or unexported fields }
func (*GetWorkflowInstanceStatusRequest) Descriptor
deprecated
func (*GetWorkflowInstanceStatusRequest) Descriptor() ([]byte, []int)
Deprecated: Use GetWorkflowInstanceStatusRequest.ProtoReflect.Descriptor instead.
func (*GetWorkflowInstanceStatusRequest) GetId ¶
func (x *GetWorkflowInstanceStatusRequest) GetId() string
func (*GetWorkflowInstanceStatusRequest) ProtoMessage ¶
func (*GetWorkflowInstanceStatusRequest) ProtoMessage()
func (*GetWorkflowInstanceStatusRequest) ProtoReflect ¶
func (x *GetWorkflowInstanceStatusRequest) ProtoReflect() protoreflect.Message
func (*GetWorkflowInstanceStatusRequest) Reset ¶
func (x *GetWorkflowInstanceStatusRequest) Reset()
func (*GetWorkflowInstanceStatusRequest) String ¶
func (x *GetWorkflowInstanceStatusRequest) String() string
type LaunchWorkflowRequest ¶
type LaunchWorkflowRequest struct { Name string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"` Vars []byte `protobuf:"bytes,2,opt,name=vars,proto3" json:"vars,omitempty"` // contains filtered or unexported fields }
func (*LaunchWorkflowRequest) Descriptor
deprecated
func (*LaunchWorkflowRequest) Descriptor() ([]byte, []int)
Deprecated: Use LaunchWorkflowRequest.ProtoReflect.Descriptor instead.
func (*LaunchWorkflowRequest) GetName ¶
func (x *LaunchWorkflowRequest) GetName() string
func (*LaunchWorkflowRequest) GetVars ¶
func (x *LaunchWorkflowRequest) GetVars() []byte
func (*LaunchWorkflowRequest) ProtoMessage ¶
func (*LaunchWorkflowRequest) ProtoMessage()
func (*LaunchWorkflowRequest) ProtoReflect ¶
func (x *LaunchWorkflowRequest) ProtoReflect() protoreflect.Message
func (*LaunchWorkflowRequest) Reset ¶
func (x *LaunchWorkflowRequest) Reset()
func (*LaunchWorkflowRequest) String ¶
func (x *LaunchWorkflowRequest) String() string
type ListWorkflowInstanceRequest ¶
type ListWorkflowInstanceRequest struct { WorkflowName string `protobuf:"bytes,1,opt,name=workflowName,proto3" json:"workflowName,omitempty"` // contains filtered or unexported fields }
func (*ListWorkflowInstanceRequest) Descriptor
deprecated
func (*ListWorkflowInstanceRequest) Descriptor() ([]byte, []int)
Deprecated: Use ListWorkflowInstanceRequest.ProtoReflect.Descriptor instead.
func (*ListWorkflowInstanceRequest) GetWorkflowName ¶
func (x *ListWorkflowInstanceRequest) GetWorkflowName() string
func (*ListWorkflowInstanceRequest) ProtoMessage ¶
func (*ListWorkflowInstanceRequest) ProtoMessage()
func (*ListWorkflowInstanceRequest) ProtoReflect ¶
func (x *ListWorkflowInstanceRequest) ProtoReflect() protoreflect.Message
func (*ListWorkflowInstanceRequest) Reset ¶
func (x *ListWorkflowInstanceRequest) Reset()
func (*ListWorkflowInstanceRequest) String ¶
func (x *ListWorkflowInstanceRequest) String() string
type ListWorkflowInstanceResponse ¶
type ListWorkflowInstanceResponse struct { Result []*ListWorkflowInstanceResult `protobuf:"bytes,1,rep,name=result,proto3" json:"result,omitempty"` // contains filtered or unexported fields }
func (*ListWorkflowInstanceResponse) Descriptor
deprecated
func (*ListWorkflowInstanceResponse) Descriptor() ([]byte, []int)
Deprecated: Use ListWorkflowInstanceResponse.ProtoReflect.Descriptor instead.
func (*ListWorkflowInstanceResponse) GetResult ¶
func (x *ListWorkflowInstanceResponse) GetResult() []*ListWorkflowInstanceResult
func (*ListWorkflowInstanceResponse) ProtoMessage ¶
func (*ListWorkflowInstanceResponse) ProtoMessage()
func (*ListWorkflowInstanceResponse) ProtoReflect ¶
func (x *ListWorkflowInstanceResponse) ProtoReflect() protoreflect.Message
func (*ListWorkflowInstanceResponse) Reset ¶
func (x *ListWorkflowInstanceResponse) Reset()
func (*ListWorkflowInstanceResponse) String ¶
func (x *ListWorkflowInstanceResponse) String() string
type ListWorkflowInstanceResult ¶
type ListWorkflowInstanceResult struct { Id string `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"` Version int32 `protobuf:"varint,2,opt,name=version,proto3" json:"version,omitempty"` // contains filtered or unexported fields }
func (*ListWorkflowInstanceResult) Descriptor
deprecated
func (*ListWorkflowInstanceResult) Descriptor() ([]byte, []int)
Deprecated: Use ListWorkflowInstanceResult.ProtoReflect.Descriptor instead.
func (*ListWorkflowInstanceResult) GetId ¶
func (x *ListWorkflowInstanceResult) GetId() string
func (*ListWorkflowInstanceResult) GetVersion ¶
func (x *ListWorkflowInstanceResult) GetVersion() int32
func (*ListWorkflowInstanceResult) ProtoMessage ¶
func (*ListWorkflowInstanceResult) ProtoMessage()
func (*ListWorkflowInstanceResult) ProtoReflect ¶
func (x *ListWorkflowInstanceResult) ProtoReflect() protoreflect.Message
func (*ListWorkflowInstanceResult) Reset ¶
func (x *ListWorkflowInstanceResult) Reset()
func (*ListWorkflowInstanceResult) String ¶
func (x *ListWorkflowInstanceResult) String() string
type ListWorkflowResult ¶
type ListWorkflowResult struct { Name string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"` Version int32 `protobuf:"varint,2,opt,name=version,proto3" json:"version,omitempty"` // contains filtered or unexported fields }
func (*ListWorkflowResult) Descriptor
deprecated
func (*ListWorkflowResult) Descriptor() ([]byte, []int)
Deprecated: Use ListWorkflowResult.ProtoReflect.Descriptor instead.
func (*ListWorkflowResult) GetName ¶
func (x *ListWorkflowResult) GetName() string
func (*ListWorkflowResult) GetVersion ¶
func (x *ListWorkflowResult) GetVersion() int32
func (*ListWorkflowResult) ProtoMessage ¶
func (*ListWorkflowResult) ProtoMessage()
func (*ListWorkflowResult) ProtoReflect ¶
func (x *ListWorkflowResult) ProtoReflect() protoreflect.Message
func (*ListWorkflowResult) Reset ¶
func (x *ListWorkflowResult) Reset()
func (*ListWorkflowResult) String ¶
func (x *ListWorkflowResult) String() string
type ListWorkflowsResponse ¶
type ListWorkflowsResponse struct { Result []*ListWorkflowResult `protobuf:"bytes,1,rep,name=result,proto3" json:"result,omitempty"` // contains filtered or unexported fields }
func (*ListWorkflowsResponse) Descriptor
deprecated
func (*ListWorkflowsResponse) Descriptor() ([]byte, []int)
Deprecated: Use ListWorkflowsResponse.ProtoReflect.Descriptor instead.
func (*ListWorkflowsResponse) GetResult ¶
func (x *ListWorkflowsResponse) GetResult() []*ListWorkflowResult
func (*ListWorkflowsResponse) ProtoMessage ¶
func (*ListWorkflowsResponse) ProtoMessage()
func (*ListWorkflowsResponse) ProtoReflect ¶
func (x *ListWorkflowsResponse) ProtoReflect() protoreflect.Message
func (*ListWorkflowsResponse) Reset ¶
func (x *ListWorkflowsResponse) Reset()
func (*ListWorkflowsResponse) String ¶
func (x *ListWorkflowsResponse) String() string
type MessageInstance ¶
type MessageInstance struct { MessageId string `protobuf:"bytes,1,opt,name=messageId,proto3" json:"messageId,omitempty"` CorrelationKey string `protobuf:"bytes,2,opt,name=correlationKey,proto3" json:"correlationKey,omitempty"` // contains filtered or unexported fields }
func (*MessageInstance) Descriptor
deprecated
func (*MessageInstance) Descriptor() ([]byte, []int)
Deprecated: Use MessageInstance.ProtoReflect.Descriptor instead.
func (*MessageInstance) GetCorrelationKey ¶
func (x *MessageInstance) GetCorrelationKey() string
func (*MessageInstance) GetMessageId ¶
func (x *MessageInstance) GetMessageId() string
func (*MessageInstance) ProtoMessage ¶
func (*MessageInstance) ProtoMessage()
func (*MessageInstance) ProtoReflect ¶
func (x *MessageInstance) ProtoReflect() protoreflect.Message
func (*MessageInstance) Reset ¶
func (x *MessageInstance) Reset()
func (*MessageInstance) String ¶
func (x *MessageInstance) String() string
type Messages ¶
type Messages struct { Name string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"` // contains filtered or unexported fields }
func (*Messages) Descriptor
deprecated
func (*Messages) ProtoMessage ¶
func (*Messages) ProtoMessage()
func (*Messages) ProtoReflect ¶
func (x *Messages) ProtoReflect() protoreflect.Message
type Process ¶
type Process struct { Elements []*Element `protobuf:"bytes,1,rep,name=elements,proto3" json:"elements,omitempty"` Name string `protobuf:"bytes,2,opt,name=Name,proto3" json:"Name,omitempty"` // contains filtered or unexported fields }
func (*Process) Descriptor
deprecated
func (*Process) GetElements ¶
func (*Process) ProtoMessage ¶
func (*Process) ProtoMessage()
func (*Process) ProtoReflect ¶
func (x *Process) ProtoReflect() protoreflect.Message
type SendMessageRequest ¶
type SendMessageRequest struct { Name string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"` Key string `protobuf:"bytes,2,opt,name=key,proto3" json:"key,omitempty"` WorkflowInstanceId string `protobuf:"bytes,3,opt,name=workflowInstanceId,proto3" json:"workflowInstanceId,omitempty"` // contains filtered or unexported fields }
func (*SendMessageRequest) Descriptor
deprecated
func (*SendMessageRequest) Descriptor() ([]byte, []int)
Deprecated: Use SendMessageRequest.ProtoReflect.Descriptor instead.
func (*SendMessageRequest) GetKey ¶
func (x *SendMessageRequest) GetKey() string
func (*SendMessageRequest) GetName ¶
func (x *SendMessageRequest) GetName() string
func (*SendMessageRequest) GetWorkflowInstanceId ¶
func (x *SendMessageRequest) GetWorkflowInstanceId() string
func (*SendMessageRequest) ProtoMessage ¶
func (*SendMessageRequest) ProtoMessage()
func (*SendMessageRequest) ProtoReflect ¶
func (x *SendMessageRequest) ProtoReflect() protoreflect.Message
func (*SendMessageRequest) Reset ¶
func (x *SendMessageRequest) Reset()
func (*SendMessageRequest) String ¶
func (x *SendMessageRequest) String() string
type Target ¶
type Target struct { Id string `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"` Conditions []string `protobuf:"bytes,2,rep,name=conditions,proto3" json:"conditions,omitempty"` Target string `protobuf:"bytes,3,opt,name=target,proto3" json:"target,omitempty"` // contains filtered or unexported fields }
func (*Target) Descriptor
deprecated
func (*Target) GetConditions ¶
func (*Target) ProtoMessage ¶
func (*Target) ProtoMessage()
func (*Target) ProtoReflect ¶
func (x *Target) ProtoReflect() protoreflect.Message
type Targets ¶
type Targets struct { Target []*Target `protobuf:"bytes,1,rep,name=target,proto3" json:"target,omitempty"` Exclusive bool `protobuf:"varint,2,opt,name=exclusive,proto3" json:"exclusive,omitempty"` // contains filtered or unexported fields }
func (*Targets) Descriptor
deprecated
func (*Targets) GetExclusive ¶
func (*Targets) ProtoMessage ¶
func (*Targets) ProtoMessage()
func (*Targets) ProtoReflect ¶
func (x *Targets) ProtoReflect() protoreflect.Message
type Workflow ¶
type Workflow struct { Name string `protobuf:"bytes,1,opt,name=Name,proto3" json:"Name,omitempty"` Process map[string]*Process `` /* 155-byte string literal not displayed */ Messages []*Element `protobuf:"bytes,3,rep,name=messages,proto3" json:"messages,omitempty"` // contains filtered or unexported fields }
func (*Workflow) Descriptor
deprecated
func (*Workflow) GetMessages ¶
func (*Workflow) GetProcess ¶
func (*Workflow) ProtoMessage ¶
func (*Workflow) ProtoMessage()
func (*Workflow) ProtoReflect ¶
func (x *Workflow) ProtoReflect() protoreflect.Message
type WorkflowInstance ¶
type WorkflowInstance struct { WorkflowInstanceId string `protobuf:"bytes,1,opt,name=workflowInstanceId,proto3" json:"workflowInstanceId,omitempty"` ParentWorkflowInstanceId *string `protobuf:"bytes,2,opt,name=parentWorkflowInstanceId,proto3,oneof" json:"parentWorkflowInstanceId,omitempty"` ParentElementId *string `protobuf:"bytes,3,opt,name=parentElementId,proto3,oneof" json:"parentElementId,omitempty"` WorkflowId string `protobuf:"bytes,4,opt,name=workflowId,proto3" json:"workflowId,omitempty"` // contains filtered or unexported fields }
func (*WorkflowInstance) Descriptor
deprecated
func (*WorkflowInstance) Descriptor() ([]byte, []int)
Deprecated: Use WorkflowInstance.ProtoReflect.Descriptor instead.
func (*WorkflowInstance) GetParentElementId ¶
func (x *WorkflowInstance) GetParentElementId() string
func (*WorkflowInstance) GetParentWorkflowInstanceId ¶
func (x *WorkflowInstance) GetParentWorkflowInstanceId() string
func (*WorkflowInstance) GetWorkflowId ¶
func (x *WorkflowInstance) GetWorkflowId() string
func (*WorkflowInstance) GetWorkflowInstanceId ¶
func (x *WorkflowInstance) GetWorkflowInstanceId() string
func (*WorkflowInstance) ProtoMessage ¶
func (*WorkflowInstance) ProtoMessage()
func (*WorkflowInstance) ProtoReflect ¶
func (x *WorkflowInstance) ProtoReflect() protoreflect.Message
func (*WorkflowInstance) Reset ¶
func (x *WorkflowInstance) Reset()
func (*WorkflowInstance) String ¶
func (x *WorkflowInstance) String() string
type WorkflowInstanceComplete ¶ added in v0.1.66
type WorkflowInstanceComplete struct { WorkflowName string `protobuf:"bytes,1,opt,name=workflowName,proto3" json:"workflowName,omitempty"` WorkflowId string `protobuf:"bytes,2,opt,name=workflowId,proto3" json:"workflowId,omitempty"` WorkflowInstanceId string `protobuf:"bytes,3,opt,name=workflowInstanceId,proto3" json:"workflowInstanceId,omitempty"` // contains filtered or unexported fields }
func (*WorkflowInstanceComplete) Descriptor
deprecated
added in
v0.1.66
func (*WorkflowInstanceComplete) Descriptor() ([]byte, []int)
Deprecated: Use WorkflowInstanceComplete.ProtoReflect.Descriptor instead.
func (*WorkflowInstanceComplete) GetWorkflowId ¶ added in v0.1.66
func (x *WorkflowInstanceComplete) GetWorkflowId() string
func (*WorkflowInstanceComplete) GetWorkflowInstanceId ¶ added in v0.1.66
func (x *WorkflowInstanceComplete) GetWorkflowInstanceId() string
func (*WorkflowInstanceComplete) GetWorkflowName ¶ added in v0.1.66
func (x *WorkflowInstanceComplete) GetWorkflowName() string
func (*WorkflowInstanceComplete) ProtoMessage ¶ added in v0.1.66
func (*WorkflowInstanceComplete) ProtoMessage()
func (*WorkflowInstanceComplete) ProtoReflect ¶ added in v0.1.66
func (x *WorkflowInstanceComplete) ProtoReflect() protoreflect.Message
func (*WorkflowInstanceComplete) Reset ¶ added in v0.1.66
func (x *WorkflowInstanceComplete) Reset()
func (*WorkflowInstanceComplete) String ¶ added in v0.1.66
func (x *WorkflowInstanceComplete) String() string
type WorkflowInstanceInfo ¶
type WorkflowInstanceInfo struct { Id string `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"` WorkflowId string `protobuf:"bytes,2,opt,name=workflowId,proto3" json:"workflowId,omitempty"` // contains filtered or unexported fields }
func (*WorkflowInstanceInfo) Descriptor
deprecated
func (*WorkflowInstanceInfo) Descriptor() ([]byte, []int)
Deprecated: Use WorkflowInstanceInfo.ProtoReflect.Descriptor instead.
func (*WorkflowInstanceInfo) GetId ¶
func (x *WorkflowInstanceInfo) GetId() string
func (*WorkflowInstanceInfo) GetWorkflowId ¶
func (x *WorkflowInstanceInfo) GetWorkflowId() string
func (*WorkflowInstanceInfo) ProtoMessage ¶
func (*WorkflowInstanceInfo) ProtoMessage()
func (*WorkflowInstanceInfo) ProtoReflect ¶
func (x *WorkflowInstanceInfo) ProtoReflect() protoreflect.Message
func (*WorkflowInstanceInfo) Reset ¶
func (x *WorkflowInstanceInfo) Reset()
func (*WorkflowInstanceInfo) String ¶
func (x *WorkflowInstanceInfo) String() string
type WorkflowInstanceStatus ¶
type WorkflowInstanceStatus struct { State []*WorkflowState `protobuf:"bytes,1,rep,name=state,proto3" json:"state,omitempty"` // contains filtered or unexported fields }
func (*WorkflowInstanceStatus) Descriptor
deprecated
func (*WorkflowInstanceStatus) Descriptor() ([]byte, []int)
Deprecated: Use WorkflowInstanceStatus.ProtoReflect.Descriptor instead.
func (*WorkflowInstanceStatus) GetState ¶
func (x *WorkflowInstanceStatus) GetState() []*WorkflowState
func (*WorkflowInstanceStatus) ProtoMessage ¶
func (*WorkflowInstanceStatus) ProtoMessage()
func (*WorkflowInstanceStatus) ProtoReflect ¶
func (x *WorkflowInstanceStatus) ProtoReflect() protoreflect.Message
func (*WorkflowInstanceStatus) Reset ¶
func (x *WorkflowInstanceStatus) Reset()
func (*WorkflowInstanceStatus) String ¶
func (x *WorkflowInstanceStatus) String() string
type WorkflowInstanceSubscribers ¶
type WorkflowInstanceSubscribers struct { List []string `protobuf:"bytes,1,rep,name=list,proto3" json:"list,omitempty"` // stateId // contains filtered or unexported fields }
func (*WorkflowInstanceSubscribers) Descriptor
deprecated
func (*WorkflowInstanceSubscribers) Descriptor() ([]byte, []int)
Deprecated: Use WorkflowInstanceSubscribers.ProtoReflect.Descriptor instead.
func (*WorkflowInstanceSubscribers) GetList ¶
func (x *WorkflowInstanceSubscribers) GetList() []string
func (*WorkflowInstanceSubscribers) ProtoMessage ¶
func (*WorkflowInstanceSubscribers) ProtoMessage()
func (*WorkflowInstanceSubscribers) ProtoReflect ¶
func (x *WorkflowInstanceSubscribers) ProtoReflect() protoreflect.Message
func (*WorkflowInstanceSubscribers) Reset ¶
func (x *WorkflowInstanceSubscribers) Reset()
func (*WorkflowInstanceSubscribers) String ¶
func (x *WorkflowInstanceSubscribers) String() string
type WorkflowState ¶
type WorkflowState struct { WorkflowId string `protobuf:"bytes,1,opt,name=workflowId,proto3" json:"workflowId,omitempty"` WorkflowInstanceId string `protobuf:"bytes,2,opt,name=workflowInstanceId,proto3" json:"workflowInstanceId,omitempty"` ElementId string `protobuf:"bytes,3,opt,name=elementId,proto3" json:"elementId,omitempty"` ElementType string `protobuf:"bytes,4,opt,name=elementType,proto3" json:"elementType,omitempty"` TrackingId string `protobuf:"bytes,5,opt,name=trackingId,proto3" json:"trackingId,omitempty"` Execute *string `protobuf:"bytes,6,opt,name=execute,proto3,oneof" json:"execute,omitempty"` State string `protobuf:"bytes,7,opt,name=state,proto3" json:"state,omitempty"` Condition *string `protobuf:"bytes,8,opt,name=condition,proto3,oneof" json:"condition,omitempty"` UnixTimeNano int64 `protobuf:"varint,9,opt,name=unixTimeNano,proto3" json:"unixTimeNano,omitempty"` Vars []byte `protobuf:"bytes,10,opt,name=vars,proto3" json:"vars,omitempty"` // contains filtered or unexported fields }
func (*WorkflowState) Descriptor
deprecated
func (*WorkflowState) Descriptor() ([]byte, []int)
Deprecated: Use WorkflowState.ProtoReflect.Descriptor instead.
func (*WorkflowState) GetCondition ¶
func (x *WorkflowState) GetCondition() string
func (*WorkflowState) GetElementId ¶
func (x *WorkflowState) GetElementId() string
func (*WorkflowState) GetElementType ¶
func (x *WorkflowState) GetElementType() string
func (*WorkflowState) GetExecute ¶
func (x *WorkflowState) GetExecute() string
func (*WorkflowState) GetState ¶
func (x *WorkflowState) GetState() string
func (*WorkflowState) GetTrackingId ¶
func (x *WorkflowState) GetTrackingId() string
func (*WorkflowState) GetUnixTimeNano ¶
func (x *WorkflowState) GetUnixTimeNano() int64
func (*WorkflowState) GetVars ¶
func (x *WorkflowState) GetVars() []byte
func (*WorkflowState) GetWorkflowId ¶
func (x *WorkflowState) GetWorkflowId() string
func (*WorkflowState) GetWorkflowInstanceId ¶
func (x *WorkflowState) GetWorkflowInstanceId() string
func (*WorkflowState) ProtoMessage ¶
func (*WorkflowState) ProtoMessage()
func (*WorkflowState) ProtoReflect ¶
func (x *WorkflowState) ProtoReflect() protoreflect.Message
func (*WorkflowState) Reset ¶
func (x *WorkflowState) Reset()
func (*WorkflowState) String ¶
func (x *WorkflowState) String() string
type WorkflowVersion ¶
type WorkflowVersion struct { Id string `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"` Sha256 []byte `protobuf:"bytes,2,opt,name=sha256,proto3" json:"sha256,omitempty"` Number int32 `protobuf:"varint,3,opt,name=number,proto3" json:"number,omitempty"` // contains filtered or unexported fields }
func (*WorkflowVersion) Descriptor
deprecated
func (*WorkflowVersion) Descriptor() ([]byte, []int)
Deprecated: Use WorkflowVersion.ProtoReflect.Descriptor instead.
func (*WorkflowVersion) GetId ¶
func (x *WorkflowVersion) GetId() string
func (*WorkflowVersion) GetNumber ¶
func (x *WorkflowVersion) GetNumber() int32
func (*WorkflowVersion) GetSha256 ¶
func (x *WorkflowVersion) GetSha256() []byte
func (*WorkflowVersion) ProtoMessage ¶
func (*WorkflowVersion) ProtoMessage()
func (*WorkflowVersion) ProtoReflect ¶
func (x *WorkflowVersion) ProtoReflect() protoreflect.Message
func (*WorkflowVersion) Reset ¶
func (x *WorkflowVersion) Reset()
func (*WorkflowVersion) String ¶
func (x *WorkflowVersion) String() string
type WorkflowVersions ¶
type WorkflowVersions struct { Version []*WorkflowVersion `protobuf:"bytes,1,rep,name=version,proto3" json:"version,omitempty"` // contains filtered or unexported fields }
func (*WorkflowVersions) Descriptor
deprecated
func (*WorkflowVersions) Descriptor() ([]byte, []int)
Deprecated: Use WorkflowVersions.ProtoReflect.Descriptor instead.
func (*WorkflowVersions) GetVersion ¶
func (x *WorkflowVersions) GetVersion() []*WorkflowVersion
func (*WorkflowVersions) ProtoMessage ¶
func (*WorkflowVersions) ProtoMessage()
func (*WorkflowVersions) ProtoReflect ¶
func (x *WorkflowVersions) ProtoReflect() protoreflect.Message
func (*WorkflowVersions) Reset ¶
func (x *WorkflowVersions) Reset()
func (*WorkflowVersions) String ¶
func (x *WorkflowVersions) String() string