Documentation
¶
Index ¶
- type Activities
- func (a *Activities) UpdateWorkflowExecute(ctx context.Context, req *UpdateWorkflowExecuteRequest) (*handler.ExecuteResponse, error)
- func (a *Activities) UpdateWorkflowReady(ctx context.Context, req *UpdateWorkflowReadyRequest) (*handler.ReadyResponse, error)
- func (a *Activities) UpdateWorkflowValidate(ctx context.Context, req *UpdateWorkflowValidateRequest) (*handler.ValidateResponse, error)
- type Params
- type UpdateWorkflowExecuteRequest
- type UpdateWorkflowReadyRequest
- type UpdateWorkflowValidateRequest
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Activities ¶
type Activities struct {
// contains filtered or unexported fields
}
func New ¶
func New(params Params) *Activities
func (*Activities) UpdateWorkflowExecute ¶
func (a *Activities) UpdateWorkflowExecute(ctx context.Context, req *UpdateWorkflowExecuteRequest) (*handler.ExecuteResponse, error)
@temporal-gen activity
func (*Activities) UpdateWorkflowReady ¶
func (a *Activities) UpdateWorkflowReady(ctx context.Context, req *UpdateWorkflowReadyRequest) (*handler.ReadyResponse, error)
@temporal-gen activity
func (*Activities) UpdateWorkflowValidate ¶
func (a *Activities) UpdateWorkflowValidate(ctx context.Context, req *UpdateWorkflowValidateRequest) (*handler.ValidateResponse, error)
@temporal-gen activity
Click to show internal directories.
Click to hide internal directories.