Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewServiceTask ¶
func NewServiceTask(ctx context.Context, task *schema.ServiceTask) activity.Constructor
Types ¶
type ActiveTrace ¶
type ActiveTrace struct {
context.Context
Activity activity.Activity
Headers map[string]any
Properties map[string]any
DataObjects map[string]any
// contains filtered or unexported fields
}
func (*ActiveTrace) Do ¶
func (t *ActiveTrace) Do(options ...DoOption)
func (*ActiveTrace) Execute ¶
func (t *ActiveTrace) Execute()
func (*ActiveTrace) TraceInterface ¶
func (t *ActiveTrace) TraceInterface()
type DoOption ¶ added in v0.2.7
type DoOption func(*callResponse)
func WithErrExit ¶ added in v0.2.7
func WithErrRetry ¶ added in v0.2.7
func WithErrSkip ¶ added in v0.2.7
func WithObjects ¶ added in v0.2.7
func WithProperties ¶ added in v0.2.7
type ServiceTask ¶
func (*ServiceTask) Cancel ¶
func (node *ServiceTask) Cancel() <-chan bool
func (*ServiceTask) Element ¶
func (node *ServiceTask) Element() schema.FlowNodeInterface
func (*ServiceTask) NextAction ¶
func (node *ServiceTask) NextAction(flow_interface.T) chan flow_node.IAction
Click to show internal directories.
Click to hide internal directories.