Cancel a workflow execution
OptionalrunId: stringGet client health status
Get raw Temporal client (use with caution)
Get client status for monitoring
Get handle to an existing workflow
OptionalrunId: stringWait for workflow completion and get result
OptionalrunId: stringCheck if client is available and healthy
Query a workflow using handle
Optionalargs: unknown[]Send a signal using workflow handle
Optionalargs: unknown[]Start a new workflow execution
Optionaloptions: WorkflowStartOptionsTerminate a workflow execution
Optionalreason: stringOptionalrunId: string
Temporal Client Service
Provides a clean interface for Temporal client operations including:
Example