# Functions
CancelExampleWorkflow cancels an existing workflow.
CancelExampleWorkflowAsync cancels an existing workflow.
Goodbye signals a running workflow to exit.
GoodbyeAsync executes a(n) example.helloworld.v1.Example.Goodbye signal.
Hello prints a friendly greeting and waits for goodbye.
Hello prints a friendly greeting and waits for goodbye.
NewExampleOptions initializes a new ExampleOptions value.
NewGoodbyeSignalOptions initializes a new GoodbyeSignalOptions value.
NewHelloWorkflowOptions initializes a new HelloWorkflowOptions value.
RegisterExampleActivities registers example.helloworld.v1.Example cross-namespace activities.
# Structs
ExampleOptions is used to configure example.helloworld.v1.Example xns activity registration.
GoodbyeSignalOptions are used to configure a(n) example.helloworld.v1.Example.Goodbye signal execution.
HelloWorkflowOptions are used to configure a(n) example.v1.Hello workflow execution.
# Interfaces
GoodbyeSignalHandle provides a handle for a example.helloworld.v1.Example.Goodbye signal activity.
HelloRun provides a handle to a example.v1.Hello workflow execution.