Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewUserTask ¶
Types ¶
type ActiveTrace ¶
type ActiveTrace struct { context.Context Activity activity.Activity Headers map[string]any Properties map[string]any // contains filtered or unexported fields }
func (*ActiveTrace) Do ¶ added in v0.4.0
func (t *ActiveTrace) Do(options ...DoOption)
func (*ActiveTrace) Execute ¶
func (t *ActiveTrace) Execute()
func (*ActiveTrace) GetActivity ¶ added in v0.7.3
func (t *ActiveTrace) GetActivity() activity.Activity
func (*ActiveTrace) TraceInterface ¶
func (t *ActiveTrace) TraceInterface()
type DoOption ¶ added in v0.4.0
type DoOption func(*doResponse)
func WithProperties ¶ added in v0.4.0
type UserTask ¶
func (*UserTask) Element ¶
func (node *UserTask) Element() schema.FlowNodeInterface
func (*UserTask) NextAction ¶
func (node *UserTask) NextAction(t flow_interface.T) chan flow_node.IAction
Click to show internal directories.
Click to hide internal directories.