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

Skip to content
Merged
Show file tree
Hide file tree
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
55 changes: 28 additions & 27 deletions docs/source/_static/images/inplace-upgrade-workflow.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 2 additions & 2 deletions docs/source/terminology.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ Stage is a part of a [phase](#phase). There are three defined stages:
- Main
- After

Before and After phases can be used to allow an actor to be run before or after any
Before and After stages can be used to allow an actor to be run before or after any
other actors in the phase. This should be useful in some hooking scenarios, where
an action is supposed to be happening before or after another action. This way, other
actors could be influenced.
Expand All @@ -63,4 +63,4 @@ the repositories on the system.

Workflow APIs are custom API classes that actors can use and automatically inherit their consumed and produced
messages. This way one can write a stable API for third party actor writers, without being affected by changes of
message model layout, name changes etc.
message model layout, name changes etc.