Documentation ¶
Index ¶
Constants ¶
View Source
const ( BatchWorkflowName = "batch-workflow" BatchWorkflowID = "batch-workflow" BatchActivityName = "batch-activity" )
Variables ¶
Functions ¶
func BatchWorkflow ¶
func BatchWorkflow(ctx workflow.Context, params BatchWorkflowInput) error
func NewService ¶
func NewService(logger logr.Logger, cc cadenceclient.Client) *batchImpl
Types ¶
type BatchActivity ¶
type BatchActivity struct {
// contains filtered or unexported fields
}
func NewBatchActivity ¶
func NewBatchActivity(batchsvc Service) *BatchActivity
func (*BatchActivity) Execute ¶
func (a *BatchActivity) Execute(ctx context.Context, params BatchWorkflowInput) error
type BatchProgress ¶
type BatchProgress struct {
CurrentID uint
}
type BatchWorkflowInput ¶
Click to show internal directories.
Click to hide internal directories.