Workflow Streams
Workflow Streams give a Temporal Workflow a durable, offset-addressed event channel so external observers see progress in real time instead of waiting for the final result.
Workflow Streams give a Temporal Workflow a durable, offset-addressed event channel so external observers see progress in real time instead of waiting for the final result.
Stream events from a Workflow to subscribers using the Temporal Python SDK Workflow Streams contrib module.