Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ContinueAsNewCounter ¶
type ContinueAsNewCounter struct {
// contains filtered or unexported fields
}
func NewContinueAsCounter ¶
func NewContinueAsCounter( configer *config.WorkflowConfiger, rootCtx interfaces.UnifiedContext, provider interfaces.WorkflowProvider, ) *ContinueAsNewCounter
func (*ContinueAsNewCounter) IncExecutedStateExecution ¶
func (c *ContinueAsNewCounter) IncExecutedStateExecution(skipStart bool)
func (*ContinueAsNewCounter) IncSignalsReceived ¶
func (c *ContinueAsNewCounter) IncSignalsReceived()
func (*ContinueAsNewCounter) IncSyncUpdateReceived ¶
func (c *ContinueAsNewCounter) IncSyncUpdateReceived()
func (*ContinueAsNewCounter) IsThresholdMet ¶
func (c *ContinueAsNewCounter) IsThresholdMet() bool
func (*ContinueAsNewCounter) TriggerByAPI ¶
func (c *ContinueAsNewCounter) TriggerByAPI()
Click to show internal directories.
Click to hide internal directories.