/plushcap/analysis/temporal/temporal-very-long-running-workflows

Very Long-Running Workflows

What's this blog post about?

Long-running workflows are processes that do not have a definite end, which can last from less than a second to many years depending on the application. These workflows are also known as Entity Workflows and are similar to an Actor Model where a Workflow Execution represents one occurrence of some kind of entity like a customer's lifecycle through their purchasing journey or a product inventory. Temporal ensures the durability of these long-running workflows by recording state changes, known as Events, in its Event History. When the Event History limit is reached, Continue-As-New can be used to clear the history and start a new instance with the same Workflow ID. Signals are used to send data into a Workflow while Queries allow retrieval of application-specific data from a Workflow. Updates combine both operations in one.

Company
Temporal

Date published
Jan. 25, 2024

Author(s)
Fitz

Word count
3812

Hacker News points
None found.

Language
English


By Matt Makai. 2021-2024.