What is a Temporal Client
A Temporal Client is available in each SDK and provides a set of APIs to communicate with a Temporal Cluster.
The most common operations that a Temporal Client enables you to perform are the following:
- Get the result of Workflow Execution.
- List Workflow Executions.
- Query a Workflow Execution.
- Signal a Workflow Execution.
- Start a Workflow Execution.