@@ -203,7 +203,7 @@ order:
203
203
* ``workflow.[workflow name].guard.[transition name] ``
204
204
205
205
``workflow.leave ``
206
- The object is about to leave a place.
206
+ The subject is about to leave a place.
207
207
208
208
The three events being dispatched are:
209
209
@@ -212,7 +212,7 @@ order:
212
212
* ``workflow.[workflow name].leave.[place name] ``
213
213
214
214
``workflow.transition ``
215
- The object is going through this transition.
215
+ The subject is going through this transition.
216
216
217
217
The three events being dispatched are:
218
218
@@ -221,8 +221,9 @@ order:
221
221
* ``workflow.[workflow name].transition.[transition name] ``
222
222
223
223
``workflow.enter ``
224
- The object entered a new place. This is the first event where the object
225
- is marked as being in the new place.
224
+ The subject is about to enter a new place. This is the event triggered before the
225
+ subject is going to be updated as being in the new places.
226
+ Please notice: the marking of the subject is not yet updated with the new places.
226
227
227
228
The three events being dispatched are:
228
229
@@ -231,8 +232,8 @@ order:
231
232
* ``workflow.[workflow name].enter.[place name] ``
232
233
233
234
``workflow.entered ``
234
- Similar to `` workflow.enter ``, except the marking store is updated before this
235
- event (making it a good place to flush data in Doctrine).
235
+ The subject has entered in the places and the marking is updated (making it a good
236
+ place to flush data in Doctrine).
236
237
237
238
The three events being dispatched are:
238
239
@@ -251,7 +252,7 @@ order:
251
252
252
253
253
254
``workflow.announce ``
254
- Triggered for each transition that now is accessible for the object .
255
+ Triggered for each transition that now is accessible for the subject .
255
256
256
257
The three events being dispatched are:
257
258
0 commit comments