Continue As New
The Continue As New pattern allows a running workflow to restart itself with new arguments.
The Continue As New pattern allows a running workflow to restart itself with new arguments.
Durable Workflow is a Laravel-native durable orchestration engine. You write your workflow as an ordinary PHP class; it runs on your queue worker, survives process restarts, and resumes exactly where it left off.
Message streams are the v2 authoring surface for repeated workflow messages:
Workflow API reference.
Define Durable Workflow v2 workflow classes and keep orchestration code deterministic.