Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewReceiveTask ¶
func NewReceiveTask(ctx context.Context, task *schema.ReceiveTask) activity.Constructor
Types ¶
type ActiveTrace ¶
type ActiveTrace struct { context.Context Activity activity.Activity Type string Headers 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) GetActivity ¶ added in v0.7.2
func (t *ActiveTrace) GetActivity() activity.Activity
func (*ActiveTrace) TraceInterface ¶
func (t *ActiveTrace) TraceInterface()
type ReceiveTask ¶
func (*ReceiveTask) Cancel ¶
func (node *ReceiveTask) Cancel() <-chan bool
func (*ReceiveTask) Element ¶
func (node *ReceiveTask) Element() schema.FlowNodeInterface
func (*ReceiveTask) NextAction ¶
func (node *ReceiveTask) NextAction(t flow_interface.T) chan flow_node.IAction
Click to show internal directories.
Click to hide internal directories.