workflows

package
v1.1.3 Latest Latest
Warning

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

Go to latest
Published: May 24, 2024 License: MIT Imports: 2 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func ExecuteActivityWorkflow

func ExecuteActivityWorkflow(ctx workflow.Context, input ExecuteActivityWorkflowInput) error

func ReceiveSignalWorkflow added in v1.1.0

func ReceiveSignalWorkflow(ctx workflow.Context, input ReceiveSignalWorkflowInput) error

Types

type ExecuteActivityWorkflowInput

type ExecuteActivityWorkflowInput struct {
	Count    int
	Activity string
	Input    interface{}
}

type ReceiveSignalWorkflowInput added in v1.1.0

type ReceiveSignalWorkflowInput struct {
	Count int
	Name  string
}

Jump to

Keyboard shortcuts

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