Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ActivityTimeoutMetadata ¶
type ChildWfTimeoutMetadata ¶
type Invariant ¶
type Invariant interface {
Check(context.Context) ([]InvariantCheckResult, error)
}
Invariant represents a condition of a workflow execution.
func NewTimeout ¶
func NewTimeout(wfHistory *types.GetWorkflowExecutionHistoryResponse) Invariant
type InvariantCheckResult ¶
InvariantCheckResult is the result from the invariant check
type TimeoutType ¶
type TimeoutType string
const ( TimeoutTypeExecution TimeoutType = "The Workflow Execution has timed out" TimeoutTypeActivity TimeoutType = "Activity task has timed out" TimeoutTypeDecision TimeoutType = "Decision task has timed out" TimeoutTypeChildWorkflow TimeoutType = "Child Workflow Execution has timed out" )
func (TimeoutType) String ¶
func (tt TimeoutType) String() string
Click to show internal directories.
Click to hide internal directories.