Skip to content

Commit 2abd50d

Browse files
committed
minor #7927 [Workflow] Incorrect placeholders for leave/enter transitions (ssaki)
This PR was merged into the 3.2 branch. Discussion ---------- [Workflow] Incorrect placeholders for leave/enter transitions Both leave and enter transitions are related to particular places. The names of most verbose ones incorrectly stated the ``[transition name]`` placeholder. The name of the place being leaved/entered is used to generate the event name instead Commits ------- 5ea817f incorrect placeholdes for leave/enter transitions
2 parents 5a68782 + 5ea817f commit 2abd50d

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)