Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit c88b899

Browse filesBrowse files
committed
Merge branch '3.4' into 4.3
* 3.4: Update workflow-and-state-machine.rst
2 parents f6ac446 + 5164a92 commit c88b899
Copy full SHA for c88b899

File tree

Expand file treeCollapse file tree

1 file changed

+3
-3
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+3
-3
lines changed

‎workflow/workflow-and-state-machine.rst

Copy file name to clipboardExpand all lines: workflow/workflow-and-state-machine.rst
+3-3Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,9 @@ user submits a series of different forms to complete a task. Such processes are
1010
best kept away from your models and should be defined in configuration.
1111

1212
A **definition** of a workflow consists of places and actions to get from one
13-
place to another. The actions are called **transitions**. A workflow does also
14-
need to know each object's position in the workflow. That **marking store**
15-
writes to a property of the object to remember the current place.
13+
place to another. The actions are called **transitions**. A workflow also needs to
14+
know each object's position in the workflow. The **marking store** writes
15+
the current place to a property on the object.
1616

1717
.. note::
1818

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.