8000 Update workflow-and-state-machine.rst · symfony/symfony-docs@cc41edc · GitHub
[go: up one dir, main page]

Skip to content

Commit cc41edc

Browse files
authored
Update workflow-and-state-machine.rst
1 parent d2f5469 commit cc41edc

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

workflow/workflow-and-state-machine.rst

Lines 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