File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -10,9 +10,9 @@ user submits a series of different forms to complete a task. Such processes are
10
10
best kept away from your models and should be defined in configuration.
11
11
12
12
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.
16
16
17
17
.. note ::
18
18
You can’t perform that action at this time.
0 commit comments