Client owner and public API for workflow operations.
A client owns the backend connection resources. Workflow operations resolve a current backend handle from the client process and then call the backend directly; the client process is not a request proxy.
Summary
Functions
Returns a specification to start this module under a supervisor.
Fetches a workflow's history as an opaque binary.
Functions
Returns a specification to start this module under a supervisor.
See Supervisor.
Fetches a workflow's history as an opaque binary.
Feed the result to Temporalex.Replay to check current workflow code against
a real execution, or write it to a file as a replay fixture. Treat it as
opaque — it is encoded protobuf, and parsing it in application code would put
backend transport detail somewhere it does not belong.