Laravel Workflow Versions Save

Durable workflow engine that allows users to track job status, orchestrate microservices and write long running persistent distributed workflows in PHP powered by Laravel Queues. Inspired by Temporal and Azure Durable Functions.

1.0.24

3 weeks ago

Fixes memory leak due to unused code

1.0.23

2 months ago

Adds support fot Laravel 11.

1.0.22

3 months ago

Added workflowId to ActivityCompleted and ActivityFailed events. Thanks @jbardnz!

1.0.21

3 months ago

Workflows will dispatch after the current database transaction is committed.

1.0.20

5 months ago

Adds assertDispatched() family of test helpers. See https://laravel-workflow.com/docs/testing/ for more information.

1.0.19

6 months ago

Cleanup.

1.0.18

6 months ago

Fixes an issue with resume() seeing an outdated status.

1.0.17

6 months ago

1.0.16

6 months ago

Adds the ability to unit test workflows and mock activities.

1.0.15

6 months ago

Allows for string IDs in events.