orchestrator

package
v0.0.0-...-7677bbf Latest Latest
Warning

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

Go to latest
Published: Feb 9, 2026 License: Apache-2.0 Imports: 9 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type ExecutionContext

type ExecutionContext struct {
	WorkflowID int
	// The "Bag of State"
	// TODO: Store this in DB
	CurrentData map[string]interface{}
}

type OrchestratorService

type OrchestratorService struct {
	Db           *sql.DB
	GmailService pb.TaskWorkerClient
	UserService  pb.UserServiceClient
}

func (*OrchestratorService) ExecuteWorkflow

func (orchestrator *OrchestratorService) ExecuteWorkflow(ctx context.Context, listenerNodeId string, initialPayload string) error

Directories

Path Synopsis

Jump to

Keyboard shortcuts

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