Skip to content

Commit dddafbf

Browse files
committed
feature #8023 Adding missing workflow.entered events (rufinus)
This PR was merged into the 3.3 branch. Discussion ---------- Adding missing workflow.entered events see symfony/symfony#20787 Commits ------- 1391473 Adding missing workflow.entered events
2 parents c067872 + 1391473 commit dddafbf

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

workflow/usage.rst

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -194,6 +194,10 @@ events are dispatched:
194194
* ``workflow.[workflow name].enter``
195195
* ``workflow.[workflow name].enter.[place name]``
196196

197+
* ``workflow.entered``
198+
* ``workflow.[workflow name].entered``
199+
* ``workflow.[workflow name].entered.[place name]``
200+
197201
* ``workflow.announce``
198202
* ``workflow.[workflow name].announce``
199203
* ``workflow.[workflow name].announce.[transition name]``

0 commit comments

Comments
 (0)