Documentation ¶
Index ¶
Constants ¶
View Source
const ( PendingChildWorkflowExecutionsDescription = "pending child workflow executions" PendingActivitiesDescription = "pending activities" PendingCancelRequestsDescription = "pending requests to cancel external workflows" PendingSignalsDescription = "pending signals to external workflows" )
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type WorkflowTaskCompletedHandler ¶
type WorkflowTaskCompletedHandler struct {
// contains filtered or unexported fields
}
func NewWorkflowTaskCompletedHandler ¶
func NewWorkflowTaskCompletedHandler( shardContext shard.Context, tokenSerializer common.TaskTokenSerializer, eventNotifier events.Notifier, commandHandlerRegistry *workflow.CommandHandlerRegistry, searchAttributesValidator *searchattribute.Validator, visibilityManager manager.VisibilityManager, workflowConsistencyChecker api.WorkflowConsistencyChecker, ) *WorkflowTaskCompletedHandler
Click to show internal directories.
Click to hide internal directories.