todo

package
v1.15.0-rc.6 Latest Latest
Warning

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

Go to latest
Published: Jan 27, 2025 License: Apache-2.0 Imports: 2 Imported by: 0

Documentation

Index

Constants

View Source
const (
	// TODO: @joshvanl: remove
	CallbackChannelProperty = "dapr.callback"

	CreateWorkflowInstanceMethod = "CreateWorkflowInstance"
	AddWorkflowEventMethod       = "AddWorkflowEvent"
	PurgeWorkflowStateMethod     = "PurgeWorkflowState"
	WaitForRuntimeStatus         = "WaitForRuntimeStatus"
)

Variables

This section is empty.

Functions

This section is empty.

Types

type ActivityScheduler

type ActivityScheduler func(ctx context.Context, wi *backend.ActivityWorkItem) error

ActivityScheduler is a func interface for pushing activity work items into the backend

type WorkflowScheduler

type WorkflowScheduler func(ctx context.Context, wi *backend.OrchestrationWorkItem) error

WorkflowScheduler is a func interface for pushing workflow (orchestration) work items into the backend

Jump to

Keyboard shortcuts

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