GitHub / laravel-workflow / laravel-workflow
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.
JSON API: http://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/laravel-workflow%2Flaravel-workflow
PURL: pkg:github/laravel-workflow/laravel-workflow
Stars: 1,086
Forks: 59
Open issues: 0
License: mit
Language: PHP
Size: 328 KB
Dependencies parsed at: Pending
Created at: over 3 years ago
Updated at: 23 days ago
Pushed at: 23 days ago
Last synced at: 23 days ago
Commit Stats
Commits: 190
Authors: 2
Mean commits per author: 95.0
Development Distribution Score: 0.084
More commit stats: https://commits.ecosyste.ms/hosts/GitHub/repositories/laravel-workflow/laravel-workflow
Topics: background-jobs, bpm, bpmn, durable-functions, jobs, laravel, microservices, orchestration, php, queueing, status, workflow, workflow-engine, workflows
Funding Links https://github.com/sponsors/laravel-workflow
0.0.8
0.0.8
This release has a breaking change for activities. Instead of $this->model inside activities, it is now $this->storedWorkflow. However, it is recommended to use the new $this->workflowId() helper inside of activities to get the workflow ID instead of accessing the stored workflow directly.
Workflows will now log exceptions to a table. This is added so that the upcoming Waterline UI will be more useful for debugging. The previous migrations should be rolled back before publishing the latest versions. They are not backwards compatible. The migrations and API in general should not be expected to be stable until the first minor release 0.1.0.
Download