Skip to content

Commit c88b899

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

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

workflow/workflow-and-state-machine.rst

+3-3
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)