# Functions
NewBuilder creates a new WorkflowClientBuilder.
# Constants
ActivityTaskList is the queue used by worker to pull activity tasks.
Domain used by samples for hosting workflows.
Host is the host/port used by client to connect to cadence server.
Service is the service name used by cadence server to host handlers.
WorkflowTaskList is the queue used by worker to pull workflow tasks.
# Structs
WorkflowClientBuilder build client to cadence service.