Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func GreetingSample ¶
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 ¶
func (*Activities) GetGreeting ¶
func (a *Activities) GetGreeting() (string, error)
GetGreeting Activity.
func (*Activities) SayGreeting ¶
func (a *Activities) SayGreeting(greeting string, name string) (string, error)
SayGreeting Activity.
Click to show internal directories.
Click to hide internal directories.