Durable Execution
Community threads: Is it possible to create an event-based Workflow?

Community threads: Is it possible to create an event-based Workflow?

11/27/2023

What this post added

This post explains how to create event-based Workflows by using `wait_condition` in conjunction with signals. It provides a Python SDK example demonstrating how a Workflow can pause execution until a specific condition is met, which is triggered by an incoming signal. This allows Activities within a Workflow to wait for external events or acknowledgments before proceeding, enhancing the event-driven capabilities of Temporal Workflows.

Read the original post ↗