Skip to main content

Libraries

Temporal SDKs ship optional contrib libraries that package reusable patterns on top of the core primitives — Signals, Updates, Queries, Activities, and Workflows. They are not required to build a Temporal application; pick them up when their use case applies.

LibraryWhat it does
Workflow StreamsDurable, offset-addressed event channel hosted inside a Workflow, for streaming progress to external observers.