Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ExecutionID ¶
func NewExecutionID ¶
func NewExecutionID(workflowID string, runID string) (*ExecutionID, error)
func NewFromEncoded ¶
func NewFromEncoded(encoded string) (*ExecutionID, error)
func (*ExecutionID) Encode ¶
func (id *ExecutionID) Encode() (string, error)
func (*ExecutionID) String ¶
func (id *ExecutionID) String() string
type Target ¶
type Target struct {
Type devicetypes.ComponentType
ComponentIDs []string
}
Target represents a batch of components of the same type for activity execution. Workflow passes only component IDs to activity (not full objects).
Click to show internal directories.
Click to hide internal directories.