greetingslocal

package
v1.3.1-0...-065f233 Latest Latest
Warning

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

Go to latest
Published: Apr 30, 2024 License: Apache-2.0 Imports: 3 Imported by: 0

README

Steps to run this sample:

  1. Run a Temporal service.
  2. Run the following command to start the worker
go run greetingslocal/worker/main.go
  1. Run the following command to start the example
go run greetingslocal/starter/main.go

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func GreetingSample

func GreetingSample(ctx workflow.Context) (string, error)

GreetingSample workflow definition. This greetings sample workflow executes 3 activities in sequential. It gets greeting and name from 2 different activities, and then pass greeting and name as input to a 3rd activity to generate final greetings.

Types

type Activities

type Activities struct {
	Name     string
	Greeting string
}

func (*Activities) GetGreeting

func (a *Activities) GetGreeting() (string, error)

GetGreeting Activity.

func (*Activities) GetName

func (a *Activities) GetName() (string, error)

GetName Activity.

func (*Activities) SayGreeting

func (a *Activities) SayGreeting(greeting string, name string) (string, error)

SayGreeting Activity.

Directories

Path Synopsis

Jump to

Keyboard shortcuts

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