0.0.4
Release Description:
-
Refactoring and Updates:
- Removed
ShouldQueuetype hint from methods inActionsTrait. - Updated dispatch logic for actions.
- Renamed Artisan command
make:actiontomake:workflow-action. - Refactored
DummyJobto extendAction. - Added a job stub file and introduced
MakeJobcommand. - Registered
MakeJobcommand inWorkflowServiceProvider.
- Removed
-
Testing and Improvements:
- Updated method names in
ManagesExecutionTestto reflect new dispatch logic. - Refactored
Actionclass to useActionStateenum and added corresponding tests. - Updated
TracksActionStatesto useActionStateenum.
- Updated method names in
-
Miscellaneous:
- Fixed code styling issues.
- Added method for conditional execution.
Full Changelog: 0.0.3...0.0.4