Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( Workflows = func(clusterName string) map[string]any { queryWFRunner := &query.Runner{ClusterName: clusterName} return map[string]any{ "timer-activity-loop-workflow": timeractivityloop.Workflow, "activity-loop-workflow": activityloop.Workflow, "query-workflow": queryWFRunner.Workflow, } } Activities = map[string]any{ "timer-activity-loop-format-string-activity": timeractivityloop.FormatStringActivity, "activity-loop-format-string-activity": activityloop.FormatStringActivity, } )
Add workflows and activities to this map to register them with the worker.
Functions ¶
This section is empty.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.