Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
Functions ¶
func ForceReplicationWorkflow ¶
func ForceReplicationWorkflow(ctx workflow.Context, params ForceReplicationParams) error
func NamespaceHandoverWorkflow ¶
func NamespaceHandoverWorkflow(ctx workflow.Context, params NamespaceHandoverParams) error
Types ¶
type ForceReplicationParams ¶
type ForceReplicationParams struct { Namespace string Query string // query to list workflows for replication ConcurrentActivityCount int RpsPerActivity int // RPS per each activity ListWorkflowsPageSize int // PageSize of ListWorkflow, will paginate through results. PageCountPerExecution int // number of pages to be processed before continue as new, max is 1000. NextPageToken []byte // used by continue as new }
type NamespaceHandoverParams ¶
Click to show internal directories.
Click to hide internal directories.