Client APIs
Clients talk to the Dex server (not directly to Temporal for Flow operations).
Common RPCs (see docs/design/idl-renames.md):
StartFlow— start a Flow runInvokeRPC— call a Flow RPCPublishToChannel— publish messagesGetAttributes/SetAttributesWaitForFlow/WaitForStepCompletion/WaitForAttributeSearchFlows,ResetFlow,StopFlow,SkipTimer,TriggerContinueAsNew
SDKs wrap these with typed helpers.