Skip to main content

Module ops

Module ops 

Source
Expand description

Typed operations.

Everything above this crate talks in these types, never in protobuf types. That is what keeps a temporalio-client bump contained: the generated types stop here.

Modules§

codec
The codec-server round trip.
history
Reading a workflow history, and flattening it into normalised events.
mutate
The operations that change a cluster.
namespace
Namespace listing.
schedule
Listing schedules.
workflow
Listing and counting workflow executions.

Enums§

OpError