This repository has been archived on 2023-08-20. You can view files and clone it, but cannot push or open issues or pull requests.
symfony/src/Symfony/Component/Workflow
Grégoire Pineau 51dad72a06 [Workflow] Set the marking then announce enabled transition
It allows to auto-apply some transition from a listener.

The feature was asked here: https://twitter.com/gaetanbuellet/status/796387741420441600
And It has been implemented in userland here:
https://github.com/lyrixx/SFLive-Paris2016-Workflow/tree/auto-apply
2016-11-09 17:46:34 +01:00
..
Dumper Make the Workflow support State Machines 2016-11-07 20:11:39 +01:00
Event [Workflow] CS tweaks 2016-06-29 07:07:38 +02:00
EventListener [Workflow] CS tweaks 2016-06-29 07:07:38 +02:00
Exception Make the Workflow support State Machines 2016-11-07 20:11:39 +01:00
MarkingStore [Workfow] Rename current MarkingStore 2016-11-09 16:22:39 +01:00
Tests [Workfow] Rename current MarkingStore 2016-11-09 16:22:39 +01:00
Validator [Workflow] Made the code more robbust and ease on-boarding 2016-11-07 20:11:39 +01:00
CHANGELOG.md [Workflow] Added initial set of files 2016-06-23 14:28:20 +02:00
composer.json [Workflow] Make PropertyAccess required dependency 2016-09-04 20:47:17 +02:00
Definition.php [Workflow] Added Definition builder 2016-11-09 16:20:37 +01:00
DefinitionBuilder.php [Workflow] Added Definition builder 2016-11-09 16:20:37 +01:00
LICENSE [Workflow] Added initial set of files 2016-06-23 14:28:20 +02:00
Marking.php [Workflow] Added initial set of files 2016-06-23 14:28:20 +02:00
phpunit.xml.dist [Workflow] Added initial set of files 2016-06-23 14:28:20 +02:00
README.md [Workflow] Updated link to the documentation 2016-08-13 11:35:54 -07:00
Registry.php [Workflow] CS tweaks 2016-06-29 07:07:38 +02:00
StateMachine.php [Workfow] Rename current MarkingStore 2016-11-09 16:22:39 +01:00
Transition.php [Workflow] CS tweaks 2016-06-29 07:07:38 +02:00
Workflow.php [Workflow] Set the marking then announce enabled transition 2016-11-09 17:46:34 +01:00