# Functions
CancelExampleWorkflow cancels an existing workflow.
CancelExampleWorkflowAsync cancels an existing workflow.
CreateFoo creates a new foo operation.
CreateFoo creates a new foo operation.
CreateFooWithSetFooProgress sends a(n) example.v1.Example.SetFooProgress signal to a example.v1.Example.CreateFoo workflow, starting it if necessary, and blocks until the workflow completes.
CreateFooWithSetFooProgressAsync sends a(n) example.v1.Example.SetFooProgress signal to a(n) example.v1.Example.CreateFoo workflow, starting it if necessary, and returns a handle to the underlying activity.
GetFooProgress returns the status of a CreateFoo operation.
GetFooProgressAsync executes a(n) example.v1.Example.GetFooProgress query and returns a handle to the activity.
NewCreateFooWorkflowOptions initializes a new CreateFooWorkflowOptions value.
NewExampleOptions initializes a new ExampleOptions value.
NewGetFooProgressQueryOptions initializes a new GetFooProgressQueryOptions value.
NewSetFooProgressSignalOptions initializes a new SetFooProgressSignalOptions value.
NewUpdateFooProgressUpdateOptions initializes a new UpdateFooProgressUpdateOptions value.
RegisterExampleActivities registers example.v1.Example cross-namespace activities.
SetFooProgress sets the current status of a CreateFoo operation.
SetFooProgressAsync executes a(n) example.v1.Example.SetFooProgress signal.
UpdateFooProgress sets the current status of a CreateFoo operation.
UpdateFooProgressAsync executes a(n) example.v1.Example.UpdateFooProgress update and blocks until error or response received.
# Structs
CreateFooWorkflowOptions are used to configure a(n) example.v1.Example.CreateFoo workflow execution.
ExampleOptions is used to configure example.v1.Example xns activity registration.
GetFooProgressQueryOptions are used to configure a(n) example.v1.Example.GetFooProgress query execution.
SetFooProgressSignalOptions are used to configure a(n) example.v1.Example.SetFooProgress signal execution.
UpdateFooProgressUpdateOptions are used to configure a(n) example.v1.Example.UpdateFooProgress update execution.
# Interfaces
CreateFooRun provides a handle to a example.v1.Example.CreateFoo workflow execution.
GetFooProgressQueryHandle provides a handle for a example.v1.Example.GetFooProgress query activity.
SetFooProgressSignalHandle provides a handle for a example.v1.Example.SetFooProgress signal activity.
UpdateFooProgressHandle provides a handle to a example.v1.Example.UpdateFooProgress workflow update.