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
1010best kept away from your models and should be defined in configuration.
1111
1212A **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
You can’t perform that action at this time.
0 commit comments