Skip to content

Commit 5ea817f

Browse files
author
Alexander Marinov
authored
incorrect placeholdes for leave/enter transitions
Both leave and enter transitions are related to particular places. The names of most verbose ones incorrectly stated ``[transition name]``. The name of the place being leaved/entered is used to generate the event name instead
1 parent dbee0be commit 5ea817f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

workflow/usage.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -184,15 +184,15 @@ events are dispatched:
184184

185185
* ``workflow.leave``
186186
* ``workflow.[workflow name].leave``
187-
* ``workflow.[workflow name].leave.[transition name]``
187+
* ``workflow.[workflow name].leave.[place name]``
188188

189189
* ``workflow.transition``
190190
* ``workflow.[workflow name].transition``
191191
* ``workflow.[workflow name].transition.[transition name]``
192192

193193
* ``workflow.enter``
194194
* ``workflow.[workflow name].enter``
195-
* ``workflow.[workflow name].enter.[transition name]``
195+
* ``workflow.[workflow name].enter.[place name]``
196196

197197
* ``workflow.announce``
198198
* ``workflow.[workflow name].announce``

0 commit comments

Comments
 (0)