todo

package
v1.15.0-rc.4 Latest Latest
Warning

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

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

Documentation

Index

Constants

View Source
const (
	CallbackChannelProperty = "dapr.callback"

	CreateWorkflowInstanceMethod = "CreateWorkflowInstance"
	GetWorkflowMetadataMethod    = "GetWorkflowMetadata"
	AddWorkflowEventMethod       = "AddWorkflowEvent"
	PurgeWorkflowStateMethod     = "PurgeWorkflowState"
	GetWorkflowStateMethod       = "GetWorkflowState"
)

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 TODO: @joshvanl: remove

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 TODO: @joshvanl: remove

Jump to

Keyboard shortcuts

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