workflows

package
v1.3.7-prerelease23 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Dec 8, 2025 License: Apache-2.0 Imports: 4 Imported by: 0

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,
			"child-activity-loop-workflow": childactivityloop.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.

Directories

Path Synopsis

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL