Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Adding missing workflow.entered events #8023

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Jun 13, 2017
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Adding missing workflow.entered events
  • Loading branch information
rufinus authored Jun 11, 2017
commit 139147342d2e202d56d59f065a2b324b10f080d2
4 changes: 4 additions & 0 deletions workflow/usage.rst
Original file line number Diff line number Diff line change
Expand Up @@ -194,6 +194,10 @@ events are dispatched:
* ``workflow.[workflow name].enter``
* ``workflow.[workflow name].enter.[place name]``

* ``workflow.entered``
* ``workflow.[workflow name].entered``
* ``workflow.[workflow name].entered.[place name]``

* ``workflow.announce``
* ``workflow.[workflow name].announce``
* ``workflow.[workflow name].announce.[transition name]``
Expand Down