# Functions
CancelExampleWorkflow cancels an existing workflow.
CancelExampleWorkflowAsync cancels an existing workflow.
NewExampleOptions initializes a new ExampleOptions value.
NewScheduleWorkflowOptions initializes a new ScheduleWorkflowOptions value.
RegisterExampleActivities registers example.schedule.v1.Example cross-namespace activities.
Schedule executes a(n) example.schedule.v1.Schedule workflow and blocks until error or response is received.
ScheduleAsync executes a(n) example.schedule.v1.Schedule workflow and returns a handle to the underlying activity.
# Structs
ExampleOptions is used to configure example.schedule.v1.Example xns activity registration.
ScheduleWorkflowOptions are used to configure a(n) example.schedule.v1.Schedule workflow execution.
# Interfaces
ScheduleRun provides a handle to a example.schedule.v1.Schedule workflow execution.